From 164e9b13214a5a40d4bb2bd38a8d1b2ee23e2a96 Mon Sep 17 00:00:00 2001 From: Nihilazo Date: Sat, 8 Jan 2022 14:32:46 +0000 Subject: [PATCH] add sample loop flag --- format.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/format.md b/format.md index f0bd880..21f6312 100644 --- a/format.md +++ b/format.md @@ -73,8 +73,14 @@ Instruments contain a sample and some default parameters for that sample. Everyt ``` Sample Length [Short] Volume [Byte] +Flags [Byte] ADSR [Short] Sample ``` +The flags byte has the format: +``` + 0 | 0000000 +| Sample Loop | unused +```