Dalton Messmer
c86fe784c7
Remove the Gate knob from effects ( #8011 )
...
Major changes:
- Remove Gate knob from effects, effectively hard coding its value to zero
- Replace effect RMS calculations with a more efficient way of detecting silent buffers
- Only perform silent buffer detection when `ProcessStatus::ContinueIfNotQuiet` is returned from a plugin AND auto-quit is enabled
Minor changes:
- Remove gate from presets
- Remove gate from .mmp projects
- Move `Effect::processorCount()` to `LadspaEffect`
- Rename `Effect::checkGate` to `Effect::handleAutoQuit`
- Adjust silence threshold for better compatibility with old RMS calculations
- Remove some unnecessary methods from `Effect`
- Reset quiet buffer count in `stopRunning`
- Use positive name for auto-quit boolean
- Simplify `m_autoQuitEnabled` initialization
2025-07-22 17:01:48 -04:00
Yashraj Shinde
bf323d2024
Rename FxMixer to Mixer ( #6239 )
...
... as decided in #6089 and #5592 .
This PR replaces every occurrence of "FX" where "Mixer Channel" is meant.
2022-01-09 08:15:23 +01:00
dj-pixus
4c559b91f8
Modifying factory presets to sound more friendly. ( #5529 )
...
Modified some factory presets to sound more friendly.
2020-10-19 13:42:39 -04:00
Tobias Doerffel
d1658a40cb
Manually clean XML data in preset files
...
Removed old attributes which are not processed anymore.
2014-08-18 22:19:18 +02:00
Tobias Doerffel
a499670ee2
Upgraded all presets
...
Rewrite all preset files with the current version so we can drop some
compat code in DataFile::upgrade() in the future.
2014-08-18 22:07:34 +02:00
Umcaruje
e9d31d6f8d
Fixed broken delay/reverb on various presets
2014-04-27 23:38:58 +02:00
Tobias Doerffel
fbc38495a6
moved to correct preset directory
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1810 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-10-28 22:57:34 +00:00
Tobias Doerffel
0eec4c2f35
changed preset's extension from "*.cs.xml" to "*.xpf"
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1632 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-09-18 22:24:45 +00:00
Tobias Doerffel
e637495489
migrated build-system to CMAKE
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1352 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-22 11:36:50 +00:00
Tobias Doerffel
4f057a7068
added preset
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@577 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-11-10 17:28:41 +00:00
Javier Serrano Polo
885e76704f
removed executable property
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@473 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-04-20 17:59:45 +00:00
Javier Serrano Polo
d70eb829c5
added tool plugins
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@441 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-12-19 12:21:25 +00:00
Javier Serrano Polo
4e369a9263
upgraded to newer version, end frame value caused segfault
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@156 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-06-10 07:18:50 +00:00
Javier Serrano Polo
004a73fc09
reverted audiofileprocessors to not point to /usr/local/share/lmms
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@144 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-06-05 17:57:40 +00:00
Danny McRae
cd1109be8b
Changed the preset location for the audiofileprocessors.
...
Corrected seg fault in vibed deconstructor.
Add harmonic to vibed save and restore presets.
Corrected load and save seg fault when using gimp like
windows.
Corrected big endian alsa driver.
Changed parameters in single precision trig functions to
use single precision PI.
Modified Files:
ChangeLog
Makefile.am
data/presets/AudioFileProcessor/Bass-Mania.cs.xml
data/presets/AudioFileProcessor/Fat-Reversed-Kick.cs.xml
data/presets/AudioFileProcessor/Kick-4-your-Subwoofer.cs.xml
data/projects/cool_songs/Djeezus-BeatRolls.mmp
data/projects/cool_songs/Djeezus-Oscilisous.mmp
data/projects/cool_songs/Marfil-MarfilDrum01.mmp
data/projects/cool_songs/Mart-Concave_flow.mmp
data/projects/cool_songs/Mart-Dirt_Track.mmp
data/projects/cool_songs/MaxFellner-Ease.mmp
data/projects/cool_songs/SharkyX-DeadManDancing.mmp
data/projects/cool_songs/SharkyX-Experiments.mmp
data/projects/cool_songs/Siegel-DreamWave.mmp
data/projects/cool_songs/TobyDox-Confused.mmp
data/projects/cool_songs/TobyDox-Psycho.mmp
data/projects/cool_songs/TobyDox-TheFourthDimension.mmp
data/projects/covers/J.S.Bach-Preludium_and_Fugue_A-Minor.mmp
data/projects/demos/basses-demo.mmp
data/projects/demos/beat_collection.mmp
data/projects/demos/demo1.mmp data/projects/demos/demo3.mmp
data/projects/demos/demo5.mmp data/projects/demos/demo6.mmp
data/projects/demos/loop_collection.mmp
data/projects/demos/some_basslines.mmp
data/projects/misc/1st.mmp data/projects/misc/time_machine.mmp
data/projects/templates/AcousticDrumset.mpt
data/projects/templates/ClubMix.mpt include/basic_filters.h
include/interpolation.h include/oscillator.h
plugins/vibed/nine_button_selector.cpp
plugins/vibed/nine_button_selector.h plugins/vibed/vibed.cpp
plugins/vibed/vibed.h src/audio/audio_alsa.cpp
src/audio/audio_device.cpp src/audio/audio_file_wave.cpp
src/core/main_window.cpp
include/lmms_constants.h
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@126 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-04-10 18:57:14 +00:00
Tobias Doerffel
a63c20f8e5
re-organized directory-structure of source-tree
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@93 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-02-28 13:42:21 +00:00