-
Creating-Standalone-Applications
@ Creating-Standalone-Applications
... SCClassLibrary/modifyStartup.sc. Here's an example (the ... .default = Server.internal; interpreter.s = Server.default; // some ... point inside the app's Contents folder SynthDef.synthDefDir ... , 400, 300, 200), interpreter.s).front; // (String.scDir.dirname ...
-
Crossplatform
@ Crossplatform
... Shortcuts helpfile. GUI implementation GUI's are made cross platform compatible ... named osx/). Instead, it's recommended to use the Adapter ... new logic between the user's calls and the calls ... over to JSCButton. It's necessary to provide the extension ...
- Quarks @ Quarks
- Pdef @ Pdef
-
TdefGui
@ Help
... A gui showing the Tdef's name, playing state, source state ... . clear set the TdefGui's object to nil close and ... compileString that recreates the Tdef's envir at edKey. editStrings ( ... compileString that recreates the Tdef's envir at edKeys. Short prose ...
-
PdefGui
@ PdefGui
... A gui showing the Pdef's name, playing state, source state ... . clear set the PdefGui's object to nil close and ... compileString that recreates the Pdef's envir at edKey. editStrings ( ... compileString that recreates the Pdef's envir at edKeys. Short prose ...
-
ProxyMonitorGui
@ Help
... cross-platform. ( Server.default = s = Server.internal; s.boot; ) // make a ... space and a test proxy ( s.scope(8); p = ProxySpace ... // snd button re-sends proxy's sound as compiled, ~test.send ... click, it rebuilds the proxy's sound function, // so e ...
-
Ndef
@ Ndef
... general overview: JITLib First Example s.boot; Ndef(\a).play; // ... given server. Ndef.dictFor(s); Example s.boot; Ndef(\sound).play ... feedback delay (the server's block size), usually 64 ... for all Ndefs: NdefMixer(s); Using Associations For a ...
-
BHiShelf
@ Help
... . rs - the reciprocal of S. Shell boost/cut slope. When ... /octave, remains proportional to S for all other values for ... to one of the filter's parameters. This can cause ... , BPeakEQ, BLowShelf, BBandPass, BBandStop, BAllPass. s.boot; ( z = { // toy around ...
-
BLowShelf
@ BLowShelf
... . rs - the reciprocal of S. Shell boost/cut slope. When ... /octave, remains proportional to S for all other values for ... to one of the filter's parameters. This can cause ... , BPeakEQ, BHiShelf, BBandPass, BBandStop, BAllPass. s.boot; ( z = { // toy around ...