mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 14:33:01 +00:00
new ins format, part 2
This commit is contained in:
parent
ae7382f7a9
commit
3ba90e6896
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ void DivInstrument::writeFeatureMA(SafeWriter* w) {
|
|||
writeMacro(w,std.ex8Macro,19);
|
||||
|
||||
// "stop reading" code
|
||||
w->writeC(255);
|
||||
w->writeC(-1);
|
||||
|
||||
FEATURE_END;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue