summaryrefslogtreecommitdiff
path: root/synth/jack.cpp
AgeCommit message (Collapse)Author
2011-01-06Added a rudimentary CLI to the note compiler + bugfixFlorian Jung
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-30Note inherits from NoteSkel -- DOES NOT WORK!Florian Jung
The program compiles well, but as soon as a note is created, it exits, because a pure virtual method is called in NoteSkel's ctor (which is called before Note's ctor) which tries to call a function which is implemented in Note, but not in NoteSkel
2010-12-29Initial commitFlorian Jung