crash with record~ to buffer~

Eric Lyon's icon

I am getting a consistent crash with the following patch. I did not see anything in the record~ documentation about why this patch should be problematic.

OS X 10.4.4 MaxMSP 4.5.6

Eric

Max Patch
Copy patch and select New From Clipboard in Max.


volker böhm's icon

probably related to sigvs longer than rec-loop length.
try with 32 and i bet it will work.
kind of logical but still it should be mentioned somewhere.
best
volker.

Eric Lyon's icon

Quote: vboehm@gmx.ch wrote on Tue, 07 February 2006 12:04
----------------------------------------------------
> probably related to sigvs longer than rec-loop length.
> try with 32 and i bet it will work.
> kind of logical but still it should be mentioned somewhere.
> best
> volker.
>
>

Thanks for the suggestion. This appears to be correct, and perhaps related to the limitations of tapin~/tapout~. One might argue that this limitation on record~ should not be necessary. I've written externals that record to MSP buffers smaller than the sigvs without crashing.

Eric