RedDiskInPlayer:
Filter:
redSampler/Classes (extension) | Red > redSampler

RedDiskInPlayer
ExtensionExtension

simple GUI for soundfile playback from disk

Description

Uses RedDiskInSampler to stream soundfiles from disk. Use it to play back long soundfiles.

Drag and drop some soundfiles or a folder on the gui. Use ARROW keys to navigate and ENTER to play.

The GUI works as follows...

volplayback volume - (hold down CTRL key to reset)
envattack and release time in seconds
busoutput bus index
loopkeep repeating the soundfile. Note: not smooth because of file preloading
folderselect a file to set path to all soundfiles. It is also possible to drag files and folders into the listview
filter0 = all soundfiles, 1 = only mono files, 2 = stereo etc.
NOTE: Soundfiles with sample rate that differ from the server's current samplerate will play back at wrong speed. This because of how DiskIn works.

Class Methods

.new

Arguments:

server

If nil then the default server will be used.

bus

Output bus. Defaults to 0.

numItems

Number of soundfiles visible in the list. Default 10.

Instance Methods

.sampler

A RedDiskInSampler

.isPlaying

A boolean.

.soundFiles

Current files in list.

.bus

Current outbus.

.free

Closes the window and stops the synth.

.win

Access the window created.

Examples