RedLoopDisk loop a soundfile from disk
Inherits from: RedLoop
see also: RedLoop
requires: RedDiskInSampler
nothing fancy. this class just streams a soundfile from disk using DiskIn.
*new(path, amp, out, group)
amp_(val)
channels
length
buffer
free
//--
a= RedLoopDisk("sounds/a11wlk01-44_1.aiff")
a.amp= 0.3
a.channels
a.length
a.buffer //pointless in this class - just returns the DiskIn streaming buffer
a.free