summaryrefslogtreecommitdiff
path: root/lv2/lv2.cc
AgeCommit message (Expand)Author
2016-03-20Remove obsolete files.Bent Bisballe Nyeng
2016-02-14Change GPL version number in file headers to 3.André Nusser
2016-01-20Add free-wheel mode to LV2 and DrumGizmo class.Bent Bisballe Nyeng
2016-01-20Added framesize control mechanism to the engine, and made us of it in the cac...Bent Bisballe Nyeng
2015-02-12Fix errornously stored '\0' byte in config xml chunk.Bent Bisballe Nyeng
2015-02-07LV2: Port to new urid map extension. Major cleanup.Bent Bisballe Nyeng
2014-03-07Changed midi handling from event extension to atom extension.Jonas Suhr Christensen
2013-11-28Fix 64bit compile warning.Bent Bisballe Nyeng
2013-09-20New resample feature (greatly inspired by Cédric 'SxDx') based on libsamplerate.Bent Bisballe Nyeng
2013-05-11Use chunk atom for config storing.Bent Bisballe Nyeng
2013-04-04New message system. New common midi input class. Some compiler warning fixes....Bent Bisballe Nyeng
2013-03-30Only send config to parser if size is > 0.Bent Bisballe Nyeng
2013-03-13Fix crash when host is trying to load NULL config.Bent Bisballe Nyeng
2012-06-11Port to new LV2 state interface. Use new lv2-1.0 header files (from system) a...Bent Bisballe Nyeng
2012-01-23Make plugin store its state. Connect state and GUI (and use GUI)Bent Bisballe Nyeng
2011-10-05Get drumkit filename from env. Relocate lv2.h file inclusion.Bent Bisballe Nyeng
2011-07-15New input/output plugin architecture. New LV2 plugin.deva