summaryrefslogtreecommitdiff
path: root/libs/plugins/reasonablesynth.lv2
AgeCommit message (Collapse)Author
2020-02-26Remove easter-eggRobin Gareus
Every day can be x-mas day, how else can we be lovers? :)
2020-01-25Update waf2.x "subst" feature uses obj attributesRobin Gareus
2020-01-25Towards waf python 2+3 supportDavid Runge
2020-01-17Make it possible to use reasonable-synth in productionRobin Gareus
This allows to disable the xmass easter-egg for those who don't celebrate x-mas.
2019-08-03Update plugins/addons GPL boilerplate and (C) from git logRobin Gareus
2019-03-01NO-OP: whitespaceRobin Gareus
2019-03-01Don't use c99 (amend 959947e7f84a)Robin Gareus
2019-02-28NO-OP: whitespace (remove vi modelines)Robin Gareus
2018-12-28remove configure-time --no-lv2 option. LV2 is integral to what we doPaul Davis
2018-09-30Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets ↵John Emmas
extended to the other libs) Stage 3 of 3
2018-09-10Initial changes needed for building Mixbus (with MSVC) as version 5John Emmas
(Mixbus itself will probably need extra changes)
2018-02-15When building with MSVC, allow for the fact that Mixbus and Ardour can be ↵John Emmas
using different versions of the SESSION_FILE format
2018-02-14Accommodate the change from libtimecode to libtemporalJohn Emmas
2016-08-30Update our MSVC project files to generate the most recent Ardour session ↵John Emmas
file format (ver 5) rather than the older v3 format
2016-08-10prefix blessed scripted DSP plugins with a-*Robin Gareus
2016-06-26add a debug mode (in synth) to track down lost note-onRobin Gareus
2016-05-21Accommodate the fact that 'msvc_resources.rc.in' got moved to a new pathJohn Emmas
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
2015-06-23silence clang int/float/double -Wabsolute-valueRobin Gareus
2015-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects ↵John Emmas
(just to be on the safe side)
2015-02-28promote sustain pedal from meh to reasonable.Robin Gareus
2015-02-19rsynth: map note-on with zero velocity to note-offRobin Gareus
2015-01-20clarify reasonable synth description.Robin Gareus
2015-01-12When building with MSVC make sure any backends / panners etc get copied to ↵John Emmas
the correct target folder (i.e. 'lib/ardour3' or 'lib/mixbus3' as appropriate) These changes are MSVC specific and shouldn't affect the other builds
2014-12-28add explicit chmod for good measureRobin Gareus
2014-11-09Modifications needed to build ReasonableSynth with MSVCJohn Emmas
2014-10-23another round of compiler warning fixesRobin Gareus
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.