GUI: macro editor (kind of) and order view

This commit is contained in:
tildearrow 2021-12-12 04:21:09 -05:00
parent dcbb41bc2f
commit 4b32599237
4 changed files with 233 additions and 10 deletions

View file

@ -113,6 +113,18 @@ class DivEngine {
// stop
void stop();
// get sys channel count
int getChannelCount(DivSystem sys);
// is FM system
bool isFMSystem(DivSystem sys);
// get channel short name
const char* getChannelShortName(int chan);
// get max STD volume
int getMaxVolume();
// get current order
unsigned char getOrder();