Lukas W
8d91dd657d
Merge pull request #2602 from LMMS/iss-2577
...
Fix some Windows data directory resolve issues
2016-02-23 20:06:12 +13:00
tresf
d88902e95b
Fix rawwaves directory on Windows
...
Per #2577
2016-02-23 01:08:52 -05:00
Ben Bryan
34ae074884
Fix EQ labels back to resonance.
2016-02-21 00:10:44 -06:00
Oskar Wallgren
2c91392a51
Merge pull request #2502 from BaraMGB/eqCurve
...
New GUI for the native EQ plugin
2016-02-20 23:21:26 +01:00
Steffen Baranowsky
d5259292c9
New GUI for the native EQ plugin
2016-02-20 15:25:40 +01:00
Ben Bryan
bda6c7e2b8
Fix equalizer labels for #2583
2016-02-19 00:05:49 -06:00
Lukas W
eec6c5b4f0
Clean up some path separator mess
2016-02-19 12:04:36 +13:00
Fastigium
da8040764f
Require explicit types when removing PlayHandles in the Mixer
...
This fixes a few deadlocks where a PresetPreviewPlayHandle would be removed by
the creation of a new PresetPreviewPlayHandle.
2016-02-16 19:23:08 +01:00
Michael Gregorius
1ff0650a0d
Removes the project lb303 which seems to have been inactive since 2008
...
According to the blame the project lb303 has been commented out from
CMakeLists.txt on 22.07.2008. Therefore it does not seem to be actively
maintained and is very likely to not even compile anymore.
2016-02-07 21:43:47 +01:00
Umcaruje
de5ee5d8a3
Fix TripleOscillator modulation popups
2016-02-01 22:48:05 +01:00
LocoMatt
cfa1818ba5
Triple Oscillator GUI redesign
2016-01-26 23:53:03 +01:00
Raine M. Ekman
f99dba54f9
Merge pull request #2465 from softrabbit/opulenz2015
...
OpulenZ: add sane display units for some tooltips, coding style fixes
2015-12-14 22:32:42 +02:00
Raine M. Ekman
8d87169411
Opulenz: add sane display units for some tooltips, coding style fixes
2015-12-14 22:01:11 +02:00
Simon Jackson (Netbook)
4601defad0
Organic fix tool tip
2015-11-24 01:53:50 +00:00
Lukas W
2284a8c353
Merge pull request #2433 from LMMS/ladspa-dirs
...
Fix ladspa plugin discovery
2015-11-04 09:14:04 +01:00
Lukas W
45cafd3f60
Fix ladspa plugin discovery
2015-10-30 22:53:28 +01:00
Lukas W
81a2fe5e69
Revert "Reinstates the build of the LADSPA plugins in the ladspa directory"
...
This reverts commit ff6cbf90a3 .
2015-10-30 22:22:22 +01:00
Lukas W
a54e55b277
Revert "Fixes the build location of the LADSPA effect plugin"
...
This reverts commit 119ff99f27 .
2015-10-30 22:22:05 +01:00
Tres Finocchiaro
48ea02bf24
Merge pull request #2205 from tresf/master
...
Windows MSYS build support
2015-10-30 17:17:26 -04:00
tresf
a7f8251f4b
Initial changes for MSYS support
2015-10-30 17:05:26 -04:00
Michael Gregorius
ff6cbf90a3
Reinstates the build of the LADSPA plugins in the ladspa directory
...
Keeps the behavior of building libladspaeffect.so in the plugins
directory.
2015-10-30 22:04:32 +01:00
Michael Gregorius
119ff99f27
Fixes the build location of the LADSPA effect plugin
...
Removes the instruction to build the LADSPA effect plugin in the
"plugins/ladspa" directory instead of the "plugins" directory where all
other plugins are built. This change enables the usage of LADSPA plugins
in development builds where the binary is started from the build
directory.
2015-10-23 19:30:01 +02:00
midi-pascal
2470df4f0e
Remove note from m_playingNotes before deleting its m_pluginData in sf2Instrument::deleteNotePluginData()
...
Move m_playingNotesMutex.lock() and m_playingNotesMutex.unlock() outside of if( m_playingNotes.indexOf( _n ) >= 0 )
Conflicts:
plugins/sf2_player/sf2_player.cpp
Remove note from m_playingNotes before deleting its m_pluginData in sf2Instrument::deleteNotePluginData()
Move m_playingNotesMutex.lock() and m_playingNotesMutex.unlock() outside of if( m_playingNotes.indexOf( _n ) >= 0 )
2015-10-22 16:44:38 -04:00
Petter Reinholdtsen
11a54e6f68
Fix build problems with gcc 5.2 in Debian.
...
The compiler complain about static inline functions being used from
inline functions. This patch rewrite the inline to static inline
functions to avoid the compiler error.
This is related to https://bugs.debian.org/777989 and based on a patch
in the Debian packaging, see
http://anonscm.debian.org/cgit/debian-edu/pkg-team/lmms.git/tree/debian/patches .
2015-09-20 08:52:15 +02:00
Colin Wallace
602983f664
Change unit label for Flanger LFO knob to 'Hz'; delay knob units are 's'
2015-09-05 16:30:33 -07:00
Tres Finocchiaro
cfbd53fb50
Detect fluid executable even when CMake can't
...
Closes #2260
2015-08-21 20:39:00 -04:00
Tres Finocchiaro
21ff5333dc
Merge pull request #2251 from M374LX/iss2204
...
Fix SF2 pitch and gain problems
2015-08-17 15:30:59 -04:00
tresf
2035ff3e3c
Initial Homebrew on OSX Lion patch
2015-08-17 12:39:41 -04:00
Tres Finocchiaro
5375bda6ac
Fix incorrect calculation of IntBits
...
Fix over-shifting of int by explicitly making type ULL.
Taken from upstream:
aaca6447de
2015-08-15 13:23:32 -04:00
Tres Finocchiaro
28018ad206
Merge pull request #2207 from tresf/2206-ladspa-fix
...
Fix init of LADSPA plugins on some platforms
2015-08-13 14:29:05 -04:00
Alexandre Almeida
6cb451abbe
Fix SF2 gain problems when exporting
...
Fix the SF2 gain problems that persisted in issue #2204
2015-08-12 21:30:05 -03:00
M374LX
3f326b81fc
Fix #2204
2015-08-11 23:47:34 -03:00
Colin Wallace
ca3829317e
Fix tab formatting
2015-07-21 03:21:23 +00:00
Tres Finocchiaro
b1ecbc8036
Fix init of LADSPA plugins on Slackware
...
Fixes #2206
2015-07-14 20:55:23 -04:00
Dave
d9dac72c7f
Merge pull request #2158 from Wallacoloo/EqFilterInit
...
Initialize all fields of EqFilter upon construction
2015-07-11 22:50:35 +01:00
Raine M. Ekman
87c15588a1
Merge pull request #2089 from softrabbit/faster_vocoder
...
Vocoder plugin: refactor for speed
2015-07-08 17:05:51 +03:00
Colin Wallace
ea7c96fa71
less repetitive setParameters logic
2015-07-04 01:33:33 +00:00
Colin Wallace
bc3e17eff8
default-initialize EqFilter parameters to 0
2015-07-04 01:29:04 +00:00
Colin Wallace
de7ad76de6
Merge pull request #2103 from Wallacoloo/git-2087b
...
Fix for #2087 : Issues with saving projects in X11 when one subwindow is maximized
2015-06-29 18:37:56 -07:00
Lukas W
31368699ec
Merge pull request #2108 from LMMS/travis-qt5
...
Travis QT5
2015-06-21 16:22:27 +02:00
Lukas W
8b0b2df38e
Fix compilation for Qt 5.0
2015-06-21 15:41:26 +02:00
Tres Finocchiaro
05d4b1398d
Merge pull request #2006 from softrabbit/midi_import
...
Midi import: various small improvements
2015-06-17 15:48:27 -04:00
Lukas W
ca746e50f9
Merge pull request #2106 from Wallacoloo/remove-hasGUI
...
Replace 'Engine::hasGUI()' with 'gui != nullptr'
2015-06-16 14:26:08 +02:00
Colin Wallace
860d419c14
Replace 'Engine::hasGUI()' with 'gui != nullptr'
2015-06-16 05:40:05 +00:00
Colin Wallace
8a145b6baf
Merge pull request #2097 from zonkmachine/mallets-spam
...
Stop mallet spamming the terminal
2015-06-15 17:00:06 -07:00
Lukas W
4f40583cfb
Merge pull request #2102 from zonkmachine/organic-wave-lables
...
Fix Organic wave labels
2015-06-15 10:39:26 +02:00
Colin Wallace
908591ba7d
Have MainWindow and others make use of the new SubWindow class
2015-06-15 03:32:25 +00:00
Lukas W
8b9868e0e5
Merge branch 'cmake_dist'
...
# Conflicts:
# src/gui/FileBrowser.cpp
2015-06-14 21:38:12 +02:00
Oskar Wallgren
91aafceba5
Fix Organic wave labels
2015-06-14 09:23:39 +02:00
Oskar Wallgren
5fabdfdb20
Stop mallet spamming the terminal
2015-06-13 00:55:27 +02:00