Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spluta committed Nov 1, 2019
1 parent 5fdd8d8 commit da1604a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions LiveModularInstrument.scd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ b = OSCFunc({|msg, time, addr|
addr.postln;
}, '/Container2/Switches/x').oneShot;
)

//Server.local.options.device = "Fireface UFX II (23856143)";
(
LiveModularInstrument.boot(9, [1,2,11,4,1,10,3,3], 'normal', [Lemur_Mod.setPorts([8000, 52876]), Seaboard, Seaboard_Mod, TypeOSCFunc_Mod]);
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# LiveModularInstrument

Over the past decade-plus I have been developing this software instrument, written in SuperCollider, for live performance with instrumentalists. This software is the main focus of my research, and almost every piece of electronic music found on my website uses it in some way. The unique non-linear design of my software helps me achieve a unique versatility as a performer, able to approach any musical situation with attentive sensitivity, and lead and follow in any group. Please read my Doctoral Dissertation, "Laptop Improvisation in a Multidimensional Space" for an overview of its workings.

I do not support this software for others to use, but provide this here as information for the community. Please feel free to read my code, steal my code, and make it your own.

0 comments on commit da1604a

Please sign in to comment.