prepare to add effect descriptions
This commit is contained in:
parent
8d1e14e844
commit
751f6d025a
4 changed files with 75 additions and 1 deletions
|
|
@ -278,6 +278,9 @@ class DivEngine {
|
|||
// get channel count
|
||||
int getTotalChannelCount();
|
||||
|
||||
// get effect description
|
||||
const char* getEffectDesc(unsigned char effect, int chan);
|
||||
|
||||
// get channel type
|
||||
// - 0: FM
|
||||
// - 1: pulse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue