add sample loop flag

This commit is contained in:
Nico 2022-01-08 14:32:46 +00:00
parent f0ede3c7c2
commit 164e9b1321
1 changed files with 6 additions and 0 deletions

View File

@ -73,8 +73,14 @@ Instruments contain a sample and some default parameters for that sample. Everyt
``` ```
Sample Length [Short] Sample Length [Short]
Volume [Byte] Volume [Byte]
Flags [Byte]
ADSR [Short] ADSR [Short]
Sample Sample
``` ```
The flags byte has the format:
```
0 | 0000000
| Sample Loop | unused
```