summaryrefslogtreecommitdiffstats
path: root/src/effects
AgeCommit message (Expand)Author
2021-12-08Remove unneeded space between double closing angle bracketsJan Holthuis
2021-10-26Added new signal EffectChainPresetManager::effectChainPresetRenamed and make ...Daniel Schürmann
2021-10-26Rename presetNameChanged() to chainPresetChanged(), because not only the name...Daniel Schürmann
2021-10-25Clear effect chain when trying to load one that no longer existsDaniel Schürmann
2021-10-25Added missing null check in loadChainPreset()Daniel Schürmann
2021-10-24Merge pull request #4471 from Be-ing/main_eqDaniel Schürmann
2021-10-22DlgPrefEffects: fix preset removed from list when canceling deleteBe
2021-10-22EffectChain: fix aliasing to nonexistent ControlObjectBe
2021-10-22fix setting of effect parameters programaticallyBe
2021-10-22Merge remote-tracking branch 'upstream/main' into effects_refactoringDaniel Schürmann
2021-10-21Initalize RampedSample::currentValueDaniel Schürmann
2021-10-19Initialize sampleRateDaniel Schürmann
2021-10-19Rename variables of type EnigineParameter to engineParametersDaniel Schürmann
2021-10-19Merge pull request #4456 from Be-ing/chain_preset_coBe
2021-10-19Switch to automatic datatype: std::vectortcoyvwac
2021-10-18EffectChain: make setting chain_preset_selector to 0 a no-opBe
2021-10-18EffectChain: name ControlObjects consistently with chain_presetBe
2021-10-18Merge pull request #4426 from daschuer/effects_refactoring_loaded_effectBe
2021-10-18Assert for pManifest and pEffectPreset both set or nullDaniel Schürmann
2021-10-18Assert that m_pManifest is null after unloadEffect()Daniel Schürmann
2021-10-18Remove unused [EffectRackn_EffectUnitn],loaded CODaniel Schürmann
2021-10-18rename loaded_chain to loaded_chain_presetDaniel Schürmann
2021-10-18Rename num_presetsavalable to num_chain_presets for a consistent naming with ...Daniel Schürmann
2021-10-18Remove pointless check if group is empty.Daniel Schürmann
2021-10-18Added a TODO for the unused [EffectRack1_EffectUnit1],loadedDaniel Schürmann
2021-10-18Remove redundant setting of m_pControlLoadedChainPresetDaniel Schürmann
2021-10-18Simplify control flow in loadChainPresetDaniel Schürmann
2021-10-18Ignore 0 in EffectChain::slotControlChainSelector to match the behavior in Ef...Daniel Schürmann
2021-10-18Make next/prev_chain variables matching the corresponding CO namesDaniel Schürmann
2021-10-18Rename [EffectRack1_EffectUnit1],loaded_preset to [EffectRack1_EffectUnit1],l...Daniel Schürmann
2021-10-15Added missing 0 set of loaded_effect when it has been unloadedDaniel Schürmann
2021-10-15Exit effect parameter presets loop once we have a match to save some CPU cyclesDaniel Schürmann
2021-10-15Remove redundant copy of default constructed EffectParameterPresetDaniel Schürmann
2021-10-15Do not write m_pManifest before we are sure it is actually loaded.Daniel Schürmann
2021-10-15Remove redundant check in loadEffectWithDefaults()Daniel Schürmann
2021-10-15Rename loaded_effect related variables to match the CO nameDaniel Schürmann
2021-09-30Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-10-01Vectorize two loops in the LV2 process functionDaniel Schürmann
2021-09-26built-in effects: use constexpr instead of constBe
2021-09-26Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-09-27Promote simple const variables to constexprtcoyvwac
2021-09-24Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-09-19Merge pull request #4292 from Be-ing/qhash_qt6Uwe Klotz
2021-09-18add Qt5/6 compatibility typedef for qHash seed typeBe
2021-09-18replace QRegEx with QRegularExpressionBe
2021-07-31Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-07-25Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-07-24Fix echo effect using left buffered samples for right channel.SB
2021-07-04EffectChainPresetManager: use while loop for duplicate presetsBe
2021-07-03EffectChain: factor out `+ 1` to separate functionBe