You can indeed fill the buffer with "square waves". But well let me explain what happens:
when you open the stream in maxmod, you have to provide a callback:
mystream.callback = on_stream_request;
Maxmod will call this callback function to get some new samples. So essentially what this function ...
Search found 1 match
- Tue Jun 12, 2012 12:06 pm
- Forum: maxmod
- Topic: Question about streaming
- Replies: 1
- Views: 29959