summaryrefslogtreecommitdiff
path: root/synth/channel.cpp
AgeCommit message (Collapse)Author
2011-01-06The synthesizer can now load the compiled notesFlorian Jung
There are still issues: - filtertest.prog.so: output_note-message which is not true - huge size of the .so (48K are too much!)
2010-12-30Use NoteSkel wherever possibleFlorian Jung
Notes are still created from the built-in Note class, but theoretically, other classes could be used, too.
2010-12-29Initial commitFlorian Jung