Ambient Zones and Reverb Zones implemented and now working with Siren.

This commit is contained in:
2013-02-28 19:09:27 -08:00
parent 652bd59882
commit e30f90cc66
15 changed files with 689 additions and 227 deletions

View File

@@ -58,7 +58,7 @@ public:
int getChannelCount();
int getFrameCount();
float sample(int frame_offset, int frame_rate, int channel);
void sample(int frame_offset, int frame_count, int channel, float *buffer, float amplitude);
void sample(__int64_t frame_offset, int frame_count, int channel, float *buffer, float amplitude, bool loop);
private: