mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-17 11:04:16 -04:00
Hold Parser test (and related renames)
This commit is contained in:
@ -36,7 +36,7 @@ struct FrameSequenceParser
|
||||
int minValue,
|
||||
int maxValue,
|
||||
ParseError* error);
|
||||
std::vector<int> parseRepeat (const String& input,
|
||||
std::vector<int> parseHold (const String& input,
|
||||
int minValue,
|
||||
int maxValue,
|
||||
ParseError* error);
|
||||
|
Reference in New Issue
Block a user