it plays basic waves with reSID envelope for now
This commit is contained in:
parent
719cec89b1
commit
8ac7fa7de5
4 changed files with 148 additions and 8 deletions
|
|
@ -81,6 +81,8 @@ class DivPlatformSID3: public DivDispatch {
|
|||
friend void putDispatchChan(void*,int,int);
|
||||
|
||||
void updateFilter(int channel);
|
||||
void updateFreq(int channel);
|
||||
void updateDuty(int channel);
|
||||
public:
|
||||
void acquire(short** buf, size_t len);
|
||||
int dispatch(DivCommand c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue