Skip to content

Application for generating a simple GUI based sample player in SuperCollider

Notifications You must be signed in to change notification settings

Suppan/Delta-Live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delta-Live

Application for generating code for a simple GUI based sample player in SuperCollider

Why?

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'

Download

Delta-Live

Additional Software

How to use

  • 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.


About

Application for generating a simple GUI based sample player in SuperCollider

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published