GUI: colored channe names
This commit is contained in:
parent
5bef7934d7
commit
830e880a57
4 changed files with 81 additions and 2 deletions
|
|
@ -173,6 +173,15 @@ class DivEngine {
|
|||
// get sys channel count
|
||||
int getChannelCount(DivSystem sys);
|
||||
|
||||
// get channel type
|
||||
// - 0: FM
|
||||
// - 1: pulse
|
||||
// - 2: noise
|
||||
// - 3: wave/other
|
||||
// - 4: PCM
|
||||
// - 5: FM operator
|
||||
int getChannelType(int ch);
|
||||
|
||||
// get sys name
|
||||
const char* getSystemName(DivSystem sys);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue