Created
February 1, 2019 17:03
-
-
Save lvm/79ccebf1c40d305a24cebe8f32c6f5d4 to your computer and use it in GitHub Desktop.
Revisions
-
lvm created this gist
Feb 1, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ + Symbol { args { ^SynthDescLib.global.at(this); } function { ^SynthDescLib.global.at(this).def.func; } } + SynthDescLib { listThemAll { ^SynthDescLib.global.synthDescs.keys .reject{ |synth| synth.asString.beginsWith("system_").or(synth.asString.beginsWith("dirt_")) } .asList .collect(_.asSymbol) ; } }