summaryrefslogtreecommitdiff
path: root/libs/plugins
AgeCommit message (Collapse)Author
2014-07-06change reasonable-synth to be sample accurate (note on/off)Robin Gareus
at expense of slightly increased CPU load.
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-01-23fix merge conflict with masterPaul Davis
2014-01-22attenuate master volumeRobin Gareus
2014-01-22tweak reasonable synth:Robin Gareus
* prevent denormals / cut low volume * reduce default amplitude of fundamental
2014-01-17override -fvisibility=hidden for the LV2plugin descriptorRobin Gareus
2013-12-27add support for old compilers w/o implicit stdboolRobin Gareus
2013-12-14rsynth.lv2: fix note off+on follow up:Robin Gareus
special case if the same note is turned off and on in the same [internal] synth cycle (64samples). x-fade to ADSR attack.
2013-12-13fix reasonable synth octaveRobin Gareus
2013-12-13xmas-eggRobin Gareus
2013-10-27silence warning for ancient libc users&devs :)Robin Gareus
string.h 'index' is a global declaration marked legacy in 2001 and removed in posix.1-2008
2013-10-27add notes about inlined lv2 atom/util.h functionsRobin Gareus
2013-10-27expand tabs in reaonablesynth codeRobin Gareus
2013-10-27mark some unused variables -- fewer compiler warningsRobin Gareus
2013-10-26make reasonable synth a bit more piano-like.Robin Gareus
(overtone + decay time)
2013-10-26remove c99'ness from rsynth.c - should fix #5751Robin Gareus
2013-10-23relax requirement on lv2 stackRobin Gareus
2013-10-20add missing waflib include to rsynth.lv2Robin Gareus
2013-10-20bundled LV2 plugin build and deploymentRobin Gareus
2013-10-20fix typo (rsynth.lv2 configure)Robin Gareus
2013-10-20add reasonablesynth.lv2Robin Gareus
A reasonably simple synth to allow new users to 'hear midi'. This is a first step. It still needs proper install and bundling.