Difference between revisions of "SLOrk/Instruments/DrumCircle"

From CCRMA Wiki
Jump to: navigation, search
(Description)
Line 14: Line 14:
  
 
=== Execution ===
 
=== Execution ===
 +
Drum Circle
 +
To run DC a three chuck patches and a separate OpenGL program must be run.
 +
The three separate Chuck files can be run individually (sms.ck, polySampler.ck, clock.ck) or by a separate chuck file that adds the other three (all.ck). Before you start the virtual machine, please set the default path in the preferences to be slork/users/njb/drumCircle. For simplicity, add all.ck and move on to adding the graphics program.
 +
To run the graphics program, please open Terminal and move directories to /slork/users/njb/drumCircle/gfx. From there type ./drumCircle
  
 
# adsf
 
# adsf
Line 20: Line 24:
  
 
==== Key mapping ====
 
==== Key mapping ====
 +
 +
All control is managed through the graphics interface with the following controls:
 +
s -full screen
 +
e -rotate pattern up
 +
r -rotate pattern down
 +
> -adds a circle
 +
< -subtracts a circle
 +
[ -rotate graphics back
 +
] -rotate graphics forward
 +
+ -move graphics forward
 +
- -move graphics backward
 +
q -quits
 +
(spacebar) -stops/starts the play clock so you can edit a specific note
 +
(tab) -starts/stops interactive mode using the sms sensor. At start up, it simply plays everything for you. In interactive mode, you must hit the computer to trigger a sound.
 +
To eventually change tempo, you would have to go into the clock.ck fill and adjust accordingly.
  
 
== Advanced users ==
 
== Advanced users ==

Revision as of 10:42, 19 May 2009

Description

asdfasdfasdf

Usage

Installation

  • Copy the folder drumCircle to any directory you like
  • Done!

Running

  • adf


Execution

Drum Circle To run DC a three chuck patches and a separate OpenGL program must be run. The three separate Chuck files can be run individually (sms.ck, polySampler.ck, clock.ck) or by a separate chuck file that adds the other three (all.ck). Before you start the virtual machine, please set the default path in the preferences to be slork/users/njb/drumCircle. For simplicity, add all.ck and move on to adding the graphics program. To run the graphics program, please open Terminal and move directories to /slork/users/njb/drumCircle/gfx. From there type ./drumCircle

  1. adsf
  2. asdf


Key mapping

All control is managed through the graphics interface with the following controls: s -full screen e -rotate pattern up r -rotate pattern down > -adds a circle < -subtracts a circle [ -rotate graphics back ] -rotate graphics forward + -move graphics forward - -move graphics backward q -quits (spacebar) -stops/starts the play clock so you can edit a specific note (tab) -starts/stops interactive mode using the sms sensor. At start up, it simply plays everything for you. In interactive mode, you must hit the computer to trigger a sound. To eventually change tempo, you would have to go into the clock.ck fill and adjust accordingly.

Advanced users