summaryrefslogtreecommitdiff
path: root/libs/plugins/a-fluidsynth.lv2
AgeCommit message (Expand)Author
2020-01-25Update waf2.x "subst" feature uses obj attributesRobin Gareus
2020-01-25Towards waf python 2+3 supportDavid Runge
2020-01-06Fix windows fallback for LV2 state:freePath featureRobin Gareus
2019-12-08Add support for LV2 state:freePath featureRobin Gareus
2019-11-26Fix thread-safety issue in a-fluidsynth.Stefan Westerfeld
2019-11-10Log warning if host does not support midnam/bankpatch extensionsChristopher Arndt
2019-11-10Fix segfault: don't try to use midnam:update extension if host doesn't suppor...Christopher Arndt
2019-09-04Amend 69a3b0b46e, remove CCs not used by fluidsynthRobin Gareus
2019-09-04Expose CCs that fluidsynth uses by default in midnamRobin Gareus
2019-08-03Update plugins/addons GPL boilerplate and (C) from git logRobin Gareus
2019-05-12Fix for #7755: initialize reverb and chorus of fluidsynth objectJohannes Mueller
2019-04-08Undo more incorrect sample/frame replacementsRobin Gareus
2019-03-06Remove unused fluidsynth setting (since fluidsynth 2.0)Robin Gareus
2018-12-28remove configure-time --no-lv2 option. LV2 is integral to what we doPaul Davis
2018-12-19Compliant LV2 state path-mappingRobin Gareus
2018-10-18Follow fluidsynth's API changes introduced with 2.0.0Andreas Müller
2018-10-14remove use of hardcoded -fPIC compiler flag, and use compiler flag dict insteadPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-11Fix a-fluidsynth bank/program restore (during session load)Robin Gareus
2017-09-10a-fluidsynth: query current bank/program after loading .sf2Robin Gareus
2017-09-08a-fluidsynth mark session as modified if .sf2 changesRobin Gareus
2017-09-08a-fluidsynth: implement LV2_BANKPATCH__notifyRobin Gareus
2017-01-31fix a-fluidsynth bank select (use MMA style, 14 bit MSB/LSB)Robin Gareus
2017-01-31fix a-fluidsynth midnam bank selectRobin Gareus
2016-12-07a-fluidsynth process events even when no sf2 is loaded.Robin Gareus
2016-12-06a-fluid synth: label Reverb & Chorus sends.Robin Gareus
2016-12-06a-fluid synth: list all bank/programsRobin Gareus
2016-12-06Turn a-fluidsynth into C++Robin Gareus
2016-12-06rough-in a-fluid synth midnam supportRobin Gareus
2016-11-28properly handle FS pitch-bend - closes #7140Robin Gareus
2016-10-29a-fluidsynth: fix off-by one. Assign all MIDI channels if possibleRobin Gareus
2016-10-05Revert "add debug info to a-fluidsynth"Robin Gareus
2016-10-05add debug info to a-fluidsynthRobin Gareus
2016-09-21fix LV2 State Flags for Atom:PathRobin Gareus
2016-08-24reduce initial fluidsynth loadRobin Gareus
2016-08-24prevent a unlikely race: concurrent restore() + work_response ()Robin Gareus
2016-08-24tweak a-fluidsynth reinit strategy.Robin Gareus
2016-08-24add support for reverb & chorus in a-fluidsynthRobin Gareus
2016-08-24a-fluidsynthRobin Gareus