getting started with library writing - samples vs blocks and AUDIO_BLOCK_SAMPLES

Status
Not open for further replies.
Since I'm getting a null, I tried using this code from effect_freeverb.cpp to give it values:

Code:
	block = receiveWritable(0);
    if (!block)
    {
        block = &zeroblock;
    }

This itself works, but I still fail at writing back to the block.

So I tried your suggestion, and what the hell... it works!

Pushing updated code to git now. I hope this can get some testers who can spiff it up and bring it up to standard.
 
Status
Not open for further replies.
Back
Top