Record(ing) turns of audio?

Lasse Munk's icon

I don't get it. I have a record~ object, which records into a buffer~. record~ gets ints input from the signal from the rest of the patch, going to master out. The et effect should be a minilooper.

The problem is; whenever I set record~ to actually record, the sound from the rest of the patch dissepears until i stops the recording, and starts playback. Wierd - any suggestions?

MIB's icon

hard to give any advice without seeing a patch...

Lasse Munk's icon
Max Patch
Copy patch and select New From Clipboard in Max.
Lasse Munk's icon

also, there seems to be a bug, so whenever i'm using the waveform~ to scroll through the buffer~s sample, max breaks down.

Noob4Life's icon

seems like a problem specific to elastic~(none of the standard-included objects of msp have this problem)... hard to say for sure without the patcher for [poly~ granpolyorg]... you could try sending the patch to inquire with the developer of elastic~, too...
________________________________
*Never fear, Noob4Life was never here!

Sebastian Lexer's icon

are you trying to resample what is based on the audio in buffer already? If so, you;ll need a delay~ set to a sample value greater than your signal vector size. Max cannot read and write into the same buffer within the same vector size.