diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-11 14:31:04 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-11 14:31:04 +0200 |
commit | ae198fa7592e7bf801f3678b11a854c5a4e6d04d (patch) | |
tree | ee50a455e45e4c403be78a4b6bc1bc261c1cf847 /lib.ck | |
parent | e711fce0ae256a18f9034d43888821c86219e15f (diff) | |
download | digitale-debutanten-ae198fa7592e7bf801f3678b11a854c5a4e6d04d.tar.gz |
moved value scaling functions from NanoEvent into "GenEvent" base class
so it can be used for other controller events as well
Diffstat (limited to 'lib.ck')
-rw-r--r-- | lib.ck | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ Machine.add("lib/SampOsc.ck"); Machine.add("lib/Scale.ck"); Machine.add("lib/Element.ck"); Machine.add("lib/List.ck"); +Machine.add("lib/GenEvent.ck"); Machine.add("lib/NanoEvent.ck"); /* platform independant Clipper classes */ |