19 Dec 2011 03:21
SF.net SVN: quarks:[2127] dewdrop_lib
Revision: 2127
http://quarks.svn.sourceforge.net/quarks/?rev=2127&view=rev
Author: jamshark70
Date: 2011-12-19 02:21:41 +0000 (Mon, 19 Dec 2011)
Log Message:
-----------
Move Instr extension methods into ddwCommon
Modified Paths:
--------------
dewdrop_lib/ddwVoicer/miditest.sc
Added Paths:
-----------
dewdrop_lib/ddwCommon/Misc/Instr-ext.sc
Added: dewdrop_lib/ddwCommon/Misc/Instr-ext.sc
===================================================================
--- dewdrop_lib/ddwCommon/Misc/Instr-ext.sc (rev 0)
+++ dewdrop_lib/ddwCommon/Misc/Instr-ext.sc 2011-12-19 02:21:41 UTC (rev 2127)
<at> <at> -0,0 +1,37 <at> <at>
+// Used especially by miditest()
+// but also by FxPatch, so these need to be in common
+
++ Instr {
+ argsAndIndices {
+ var out;
+ out = IdentityDictionary.new;
+ func.def.argNames.do({ |name, i|
+ out.put(name, i);
(Continue reading)
RSS Feed