summaryrefslogtreecommitdiff
path: root/synth/note_skel.h
AgeCommit message (Collapse)Author
2013-05-19GPLizedFlorian Jung
2012-04-12use precalculated phase_increment instead of calculating it everyFlorian Jung
frame: brings up to 33% speed boost! bugfix: ksr now uses dest_freq instead of (current) freq
2011-01-10Implemented handler for soft-pedalFlorian Jung
Controller 67 aka soft-pedal now can reduce the note's volume by half TODO: - let the user set the percentage for the volume, either per controller (per channel) or per CLI (global)
2011-01-09Merged branch for compiled notesFlorian Jung
The synthesizer is now able to load and use compiled, optimized shared objects of programs. There's also a note-compiler which creates the code for such objects. TODO: - let the note-compiler automatically compile OR rename it to code-emitter