hsc3-0.8: Haskell SuperCollider

Sound.SC3.UGen.DiskIO

Synopsis

Documentation

diskIn :: Int -> UGen -> Loop -> UGenSource

Stream soundfile from disk.

nc
Number of channels in buffer/soundfile.
bufnum
Buffer used for streaming (the file descriptor has to be left open, see the /b_read server command).
loop
Whether to loop playback (0, 1)

vDiskIn :: Int -> UGen -> UGen -> Loop -> UGenSource

Stream soundfile from disk with variable playback rate.

nc
Number of channels in buffer/soundfile.
bufnum
Buffer used for streaming (the file descriptor has to be left open, see the /b_read server command).
rate
Playback rate
loop
Whether to loop playback (0,1)