[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Read single channel of external file into buffer




Am 07.06.2006 um 22:10 schrieb Axel BALLEY:
[...]
Le 6 juin 06 à 04:53, James Harkins a écrit :

On Jun 5, 2006, at 9:43 PM, blackrain wrote:

[...]

At present there is no easy way to load a pre selected channel of a sound file. However you can use PlayBuf or BufRd to play back all the channels, and choose only the channel you need for the output.

stereoSig = BufRd.ar(2, ...);
Out.ar(outbus, stereoSig[0])  // play only the left channel


Things like these are good candidates for NRT-processes (another instance of scsynth doing a job efficiently and very quick in the background).

But of course it is very welcome and convenient if Stefan K. will offer his new server commands!


--
http://www.wittwer.mu
--