Application for generating code for a simple GUI based sample player in SuperCollider
SuperCollider is a very stable application for concert situations. Playing soundfiles cued by an instrumental score needs a very simple/save usability when you have to follow the music and trigger the soundfiles via computer keyboard at the same time.
SuperCollider is a text based programming language. Changing things inside the code (i.e. changing a general volume of one soundfile) can easily produce syntax errors. Generating the code via "Delta-Live" prevents this issue.
Input:
- one or more folders with soundfiles (each folder becomes a row in the SuperCollider window)
Output:
- SuperCollider file ('out.scd')
Possible Treatments:
- change/edit volume manually by select and key-command '+'/'-'
- set volume to 0.0 dB by select and key-command '0'
-
Tcl-Tk Version 8.6.11 (ie. via homebrew)
- start the application with the terminal command 'wish Main.tcl':
- load a new soundfile directory:
- select a folder/struct (inside the sound folder, or everywhere else):
- eval/write the SuperCollider patch:
- start patch in SuperCollider (cmd-a and cmd-return): Pressing the space key to play the first soundfile or move down or up with the arrow keys to select another soundfile for playing.
This program is free software. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.