preliminary 1.1 .dmf loading

This commit is contained in:
tildearrow 2022-02-19 02:52:53 -05:00
parent 9eb6d1cfc1
commit 464ad5a825
7 changed files with 75 additions and 8 deletions

View file

@ -20,7 +20,9 @@
#include "safeReader.h"
struct DivPattern {
String name;
short data[256][32];
void copyOn(DivPattern* dest);
SafeReader* compile(int len=256, int fxRows=1);
DivPattern();
};