| Safe Haskell | Safe-Inferred |
|---|
Sound.SC3.UGen.DiskIO
Description
Disk file input and output UGens.
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_readserver 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_readserver command). rate- Playback rate
loop- Whether to loop playback (0,1)