summaryrefslogtreecommitdiffstats
path: root/src/effects/lv2
AgeCommit message (Expand)Author
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-06-12do not mix dry bypass for first Echo or Reverb in D+W mode chainBe
2018-06-01Fix macOS buildNino Miškić-Pletenac
2018-05-31Fix build with GCC 5.4Nino Miškić-Pletenac
2018-05-31rename effect chain "insertion type" to "mix mode"Be
2018-05-29pass EffectChainInsertionType to effectsBe
2018-05-29Created Backend specific visibility groupkshitij98
2018-05-29Removed backendName QString from EffectManifestkshitij98
2018-05-28Added BackendType enumkshitij98
2018-05-28Renamed "Native" to "Built-in"kshitij98
2018-05-28Removed visibility settings from EffectsBackendkshitij98
2018-05-25Coding standards conformancekshitij98
2018-05-24pParent as the first argument conventionkshitij98
2018-05-24Shifted visibility logic to EffectsManagerkshitij98
2018-05-21Integrated config and fixed blacklisting effectskshitij98
2018-05-21Added hidden visibility mode for LV2 effectskshitij98
2018-05-14Include "util/defs.h" for MAX_BUFFER_LENDaniel Schürmann
2018-05-14Replace tabs by spacesDaniel Schürmann
2018-05-01Merge remote-tracking branch 'upstream/master' into lv2_support2Daniel Schürmann
2017-04-27use lilv_port_get_symbol as parameter Id, instead of a home mae functionDaniel Schürmann
2017-04-26do not load replaced plug-InsDaniel Schürmann
2017-04-26Pass EffectParameterMainfest via shared pointer instead of copying it.Daniel Schürmann
2017-04-24Pass EffectMainfest via shared pointer instead of copying it.Daniel Schürmann
2017-04-18Merge remote-tracking branch 'upstream/master' into lv2_supportDaniel Schürmann
2017-03-16Move PlugIn enumeration into ConstructorDaniel Schürmann
2017-03-16Merge remote-tracking branch 'upstream/master' into lv2_support2Daniel Schürmann
2017-03-15Merge commit 'd0818d0c9891f993ef90a681130bf5467997216f' into lv2_support2Daniel Schürmann
2017-03-13Merge commit 'd4a0fed16754d38ba5205e4e4e06015fab0cc322' into lv2_support2Daniel Schürmann
2017-03-13Merge commit 'b7b7410f9c3ba4c1314428b5e68c409a49705f19' into lv2_support2Daniel Schürmann
2017-03-13Merge commit 'b29b291ea1844c60746022f9bb0416795a2f6a21' into lv2_support2Daniel Schürmann
2014-10-13Fix segfault due to null handleDaniel Schürmann
2014-10-13delete[] memory in Lv2EffectProcessorDaniel Schürmann
2014-10-13prefixed member variables with m_Daniel Schürmann
2014-10-13Remove debug commentsNicu Badescu
2014-10-13Add a method to LV2Backend which returns an LV2ManifestNicu Badescu
2014-10-13Assign a status for each LV2 pluginNicu Badescu
2014-10-13Write a getter for m_status memberNicu Badescu
2014-10-13Add a private Status member to LV2ManifestNicu Badescu
2014-10-13Add a Status enum to LV2ManifestNicu Badescu
2014-10-13Make getEffectIds() method return the available LV2 effects and add another m...Nicu Badescu
2014-10-13m_registeredEffects now contains all LV2 pluginsNicu Badescu
2014-10-13Remove getAllDiscoveredPlugins methodNicu Badescu
2014-10-13Add methods to retrieve the reference to an existing EffectManifestNicu Badescu
2014-10-13Store the effects ID too inside the list of all discovered LV2 pluginsNicu Badescu
2014-10-13Add button parameters to EffectManifest; also consider the case when min and ...Nicu Badescu
2014-10-13Add a method which return the discovered LV2 pluginsNicu Badescu
2014-10-13Use the real number of parametersNicu Badescu
2014-10-13For each enumeration port, build the list with its available optionsNicu Badescu
2014-10-13Change the name of the LV2Manifest temporary pointerNicu Badescu
2014-10-13Handle button parameters inside LV2EffectProcessorNicu Badescu