GUI: macro editor (kind of) and order view
This commit is contained in:
parent
dcbb41bc2f
commit
4b32599237
4 changed files with 233 additions and 10 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue