Re: change default record path in startup?
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <CALm=o5snAMDBBgtjc+R-=cqyEoeRhnJ4BFszc1WJ5vtFW1dp9Q@mail.gmail.com> |
oh, it's very clear in the help docs then, I just didn't realize it. you can change it with an equals sign! thanks! On Fri, Mar 19, 2021 at 3:28 AM <[email protected]> wrote: > for sure, > put the following line in your startup file and your recordings will end > up on your desktop... > > thisProcess.platform.recordingsDir= "~/Desktop".standardizePath; > > > you can record with... > s.record > s.stopRecording > > prepareForRecord will still work if you prefer that. for example... > s.prepareForRecord(numChannels:4) > > _f > > > 19 mars 2021 kl. 05:28 skrev [email protected]: > > > > Is it possible to change the default record folder in the startup file > or does that have to be specified each time with prepareForRecord? > > > > Thanks! > > Scott > > > #| > fredrikolofsson.com musicalfieldsforever.com > |# > > > _______________________________________________ > sc-users mailing list > > info (subscription, etc.): > http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx > archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ > search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ >