mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-22 15:04:36 -04:00
feat(Song): Support HOLD definition, allowing using other values than 1 as the hold.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
%include "sointu/header.inc"
|
||||
|
||||
BEGIN_SONG BPM(100),OUTPUT_16BIT(0),CLIP_OUTPUT(0),DELAY_MODULATION(0)
|
||||
BEGIN_SONG BPM(100),OUTPUT_16BIT(0),CLIP_OUTPUT(0),DELAY_MODULATION(0),HOLD(1)
|
||||
|
||||
BEGIN_PATTERNS
|
||||
PATTERN 64,0,68,0,32,0,0,0,75,0,78,0,0,0,0,0
|
||||
|
Reference in New Issue
Block a user