[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Recording input without hear it
Ah - I think I see the disconnect.
What you want to record is the output of SoundIn, and you set up the RecordBuf to do that. However, you never write the buffer out that RecordBuf writes to - you are using Server:record for that, which records only the audio output of the scsynth process.
When your synth stops, and before you free the buffer, you want to call .write on ~bufferTemp. See the Buffer helpfile for those parameters, and then you can remove the s.record / s.stopRecording calls, replacing them with the writes. Also - make sure you free your buffers!
Hope that helps.
Josh
> On Jan 4, 2018, at 2:21 AM, i_love_techno-ilt@xxxxxxxxxx wrote:
>
> Thank you Josh Parmenter!
> I forgot to remove it before posting..
> what happens is that with Out.ar I can record to HDD, but I hear the sound
> as well.
> If I remove it (as I was supposed to do) nothing will be heard, but nothing
> will be write on HDD
>
>
>
> --
> Sent from: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/SuperCollider-Users-New-Use-this-f2676391.html
>
> _______________________________________________
> sc-users mailing list
>
> info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
> archive: https://listarc.bham.ac.uk/marchives/sc-users/
> search: https://listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/