cueSoundFile - более интересный термин для эквивалентного сообщения osc / b_read, которое вы найдете в Overtone как overtone.sc.buffer/buffer-cue
.
В качестве 5-секундной демонстрации, он воспроизводит 2-канальный файл с диска.
(demo (disk-in 2 (buffer-cue "~/Music/10mb.wav")))
И документ для диска в (SC DiskIn)
user=> (doc disk-in)
-------------------------
overtone.live/disk-in
([numChannels bufnum loop])
stream audio in from disk file
[numChannels :none, bufnum :none, loop 0]
numChannels - Number of channels in the incoming
audio.
bufnum - Id of buffer
loop - Soundfile will loop if 1 otherwise
not.
Continuously play a longer soundfile from disk. This
requires a buffer to be preloaded with one buffer size of
sound. If loop is set to 1, the soundfile will loop.
Categories: InOut, Buffer
Rates: [ :ar ]
Default rate: :ar