GUI: better
This commit is contained in:
parent
083f870930
commit
b105dd535f
4 changed files with 26 additions and 11 deletions
|
|
@ -446,7 +446,7 @@ class DivEngine {
|
|||
// bitfield
|
||||
unsigned char walked[8192];
|
||||
bool isMuted[DIV_MAX_CHANS];
|
||||
std::mutex isBusy, saveLock;
|
||||
std::mutex isBusy, saveLock, playPosLock;
|
||||
String configPath;
|
||||
String configFile;
|
||||
String lastError;
|
||||
|
|
@ -848,6 +848,9 @@ class DivEngine {
|
|||
// get current row
|
||||
int getRow();
|
||||
|
||||
// synchronous get order/row
|
||||
void getPlayPos(int& order, int& row);
|
||||
|
||||
// get beat/bar
|
||||
int getElapsedBars();
|
||||
int getElapsedBeats();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue