Difference between revisions of "SLOrk/Instruments/Permutations"
From CCRMA Wiki
Line 13: | Line 13: | ||
==Known Bugs (arranged by priority)== | ==Known Bugs (arranged by priority)== | ||
− | Priority 1 (absolutely needs to be fixed asap): | + | ===Priority 1 (absolutely needs to be fixed asap):=== |
− | Priority 2 (Would make the instrument run more smoothly/efficiently): | + | ===Priority 2 (Would make the instrument run more smoothly/efficiently):=== |
− | Priority 3 ( | + | ===Priority 3 (Minor issues):=== |
==Whiteboard== | ==Whiteboard== | ||
Line 25: | Line 25: | ||
i) Currently, all oscillators are sent out all channels (in function "playSound". We should make it so that each time an oscillator is created, it gets randomly sent to one of the six channels. This is crucial to spatializing the sound. | i) Currently, all oscillators are sent out all channels (in function "playSound". We should make it so that each time an oscillator is created, it gets randomly sent to one of the six channels. This is crucial to spatializing the sound. | ||
− | Priority 2 (Would be cool): | + | ===Priority 2 (Would be cool):=== |
− | Priority 3 (Might considering experimenting with): | + | =Priority 3 (Might considering experimenting with):= |
==Files== | ==Files== |
Revision as of 18:51, 26 April 2009
by J3 (Jacob Shenker, Jay Bhat, and Jason Riggs)
Contents
Overview
Stuff
How to Play
There are... lots... of controls:
When you add a shred,
Known Bugs (arranged by priority)
Priority 1 (absolutely needs to be fixed asap):
Priority 2 (Would make the instrument run more smoothly/efficiently):
Priority 3 (Minor issues):
Whiteboard
Priority 1 (Should totally be in there asap):
i) Currently, all oscillators are sent out all channels (in function "playSound". We should make it so that each time an oscillator is created, it gets randomly sent to one of the six channels. This is crucial to spatializing the sound.
Priority 2 (Would be cool):
Priority 3 (Might considering experimenting with):
Files
Here is the chuck file:
Related Projects
This permutations project was created out of a merging of three prior projects.
Jason's Supersaw project is located here: Supersaw
Jacob's Permutations code is located here: permutations_original.ck
Jay's Arpeggiator code is located here: arpeggiator.ck