summaryrefslogtreecommitdiff
path: root/libs/plugins/a-fluidsynth.lv2/a-fluidsynth.cc
AgeCommit message (Expand)Author
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-19Compliant LV2 state path-mappingRobin Gareus
2018-10-18Follow fluidsynth's API changes introduced with 2.0.0Andreas Müller
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