TimeMicros::fromString()
and improve the cue position editor a bit
This commit is contained in:
parent
3516245d2e
commit
e8aeb45a12
6 changed files with 259 additions and 14 deletions
|
|
@ -2734,6 +2734,11 @@ class FurnaceGUI {
|
|||
float keyHit1[DIV_MAX_CHANS];
|
||||
int lastIns[DIV_MAX_CHANS];
|
||||
|
||||
// file player temp variables
|
||||
String fpCueInput;
|
||||
bool fpCueInputFailed;
|
||||
String fpCueInputFailReason;
|
||||
|
||||
// log window
|
||||
bool followLog;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue