musikinformatik / Steno

Concatenative little metalanguage for live coding
GNU General Public License v2.0
65 stars 7 forks source link

remove "!" from cmdLine to prevent repeated forcing of re-instantiation #12

Closed LFSaw closed 7 years ago

LFSaw commented 7 years ago

this happened e.g. with

t.value("!aa"); 
t.set(); // removes everything and re-instantiates synths 
t.setGlobal;  // removes everything and re-instantiates synths