Hi all,
im new,,
just to know how to record from adc,,
in MSP i used rec object and buffer object to save in HD,,,
-In PD how to record and save?
- There is a simple patch without effects i can study?
Thanks
Record
Hi all,
im new,,
just to know how to record from adc,,
in MSP i used rec object and buffer object to save in HD,,,
-In PD how to record and save?
Thanks
You want something like this patch.
You need to "open" the file you will write to first, in this case, it saves it wherever your patch is saved.
Then "start" to start recording, and "stop" to stop recording.
The number after [writesf~] is how many channels you will record, in this case, stereo.
puredata punx http://www.cyberpunki.biz
Ty a lot my Godinpants,
It runs!
________________________________________________________________________________________
I have another question,,(!)
Ty again
You have to take care of the [open( [start( and [stop( messages yourself. [metro] or [del] are your friends in this case.
|] [] |.| ][|-| -- http://soundcloud.com/domxh
Sorry, thicko question here,
The above is fine as long as I want to record a sound file into microphones that I can later listen to. How can I set the patch up to record (a patch that randomly plays x number of short samples) directly dac-adc (1:1), without creating feedback & without having to pickup the sound from the outside world via microphones ?
sorry, please ignore thick question recently written above, I managed to sort it out. It was merely a matter of connecting the [*~ 0.9] (that normally connects to the [dac~] object) directly to to the [writesf~ 2] object & bypassing [adc~] altogether.
In case any future inquirer were wondering.
Oops! Looks like something went wrong!