G E N E S I S
without SN
This commit is contained in:
parent
a68f8d0dec
commit
062a9837c0
11 changed files with 155 additions and 9 deletions
|
|
@ -14,7 +14,6 @@ struct DivChannelState {
|
|||
};
|
||||
|
||||
class DivEngine {
|
||||
DivSong song;
|
||||
DivDispatch* dispatch;
|
||||
TAAudio* output;
|
||||
TAAudioDesc want, got;
|
||||
|
|
@ -34,6 +33,7 @@ class DivEngine {
|
|||
void nextTick();
|
||||
|
||||
public:
|
||||
DivSong song;
|
||||
void nextBuf(float** in, float** out, int inChans, int outChans, unsigned int size);
|
||||
// load a .dmf.
|
||||
bool load(void* f, size_t length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue