falkTX
66086820ce
Implement NATIVE_HOST_OPCODE_HOST_IDLE in carla plugin
2015-03-29 23:29:41 -04:00
Raine M. Ekman
0462be7afc
SFXR: Removed conditional, moved ensuring env_length!=0 to initial calculation
2015-03-21 12:05:06 +02:00
Raine M. Ekman
898781484d
SFXR: Avoid NaNs by making envelope length minimum 1 sample
...
(this time in the stable-1.1 branch)
2015-03-19 21:03:40 +02:00
Tres Finocchiaro
d14f4511b2
Remove compiler optimizations for mingw, bump version
...
Fixes #1757
2015-03-07 21:47:14 -05:00
Dave French
1ba3088554
Proposed fix for 1649 for stable-1.1
2015-01-19 14:04:57 +00:00
Daniel Winzen
d8e552de80
Fix calcSlope1 was not declared errors
2015-01-15 22:15:04 +01:00
Vesa
e33645f9ab
Fix monstro slopes
2015-01-15 17:17:33 +02:00
Vesa V
24f869c379
Merge pull request #1599 from curlymorphic/i1526
...
Proposed fix 1526 Watsyn shows wrong Osc
2015-01-12 21:20:40 +02:00
Dave French
49b3f36a57
1492 fixed type on line 313
2015-01-11 21:23:30 +00:00
Dave French
a1dce66ca8
Proposed fix 1492 Nescaline crash when playing very high note
2015-01-11 21:10:32 +00:00
Dave French
ffde891cfb
Proposed fix 1526 Watsyn shows wrong Osc
2015-01-11 20:15:30 +00:00
Vesa V
e503875a28
Merge pull request #1469 from DanWin/mem
...
Fix various memory leaks
2014-12-26 19:39:43 +02:00
Daniel Winzen
5bf095b6b9
Revert Zynaddsubfx changes
2014-12-24 20:08:14 +01:00
Vesa
62df768896
Autoquit improvement: On effect plugins where it's possible for the FX to silence the output, measure the levels of the input signal for autoquit
...
This so that the effect won't be turned off when there's input that the effect is muting (eg. when you use the Amplifier to temporarily mute a signal)
2014-12-24 19:53:05 +02:00
Dave French
b5538c7da8
used newWaveView in constructor, to remove redundancy
2014-12-23 22:26:36 +00:00
Dave French
76a1b8c2b6
Proposed fix for 929 AFP wave display
2014-12-23 16:29:04 +00:00
Vesa V
af66303fc4
Merge pull request #1485 from curlymorphic/delay-1.1
...
Delay effect Clear buffer on load, correct use of interpolation, reformat
2014-12-23 11:31:41 +02:00
Dave French
6aae0e6897
change as of issue 1474
2014-12-23 09:17:16 +00:00
Dave French
a0d07db8f1
Delay Clear buffer on load, correct use of interpolation, reformat
2014-12-22 19:29:41 +00:00
Dave French
5172acb1e3
Proposed fix for 1049 VST knobs won't remember settings
2014-12-21 23:34:08 -05:00
Daniel Winzen
e0f7ea57ac
Check if object already exists instead of deleting and recreating it
2014-12-20 16:30:28 +01:00
Daniel Winzen
b59a50133a
Fix memory leaks in ZynAddSubFX
2014-12-19 21:35:43 +01:00
Daniel Winzen
ddbb180800
Fix memory leaks in LADSPA plugins
2014-12-19 21:33:49 +01:00
Daniel Winzen
0891c53582
More memory fixes
...
This fixes memory leaks in ZASF and Controller. It also sets an uninitalised variable in audio_file_processor.
2014-12-17 21:01:26 +01:00
Tres Finocchiaro
3c5d940561
Fix ifdef typo leftover from clang fix
2014-12-17 14:20:58 -05:00
tresf
448b783e8b
Fix compilation on Xcode 4.6
2014-12-17 13:43:14 -05:00
Vesa V
347b5a121d
Update papu_instrument.cpp
2014-12-16 23:02:00 +02:00
Vesa V
da6fd6ef5c
Update opl2instrument.cpp
2014-12-16 23:00:14 +02:00
falkTX
91063ab7d2
Update Carla plugin to latest API
2014-12-16 19:40:02 +00:00
Tres Finocchiaro
b789eb9a69
Merge pull request #1449 from curlymorphic/I1432
...
Proposed fix for issue 1432 LB302 preset preview audio cut-off
2014-12-16 12:30:03 -05:00
Dave French
8d3637e754
Proposed fix for #1411 Crash on LB302 preset preview .
2014-12-16 16:51:06 +01:00
Dave French
f27ea7bc2b
Proposed fix for #1432 LB302 preset preview audio cut-off
2014-12-15 21:40:58 +00:00
Tres Finocchiaro
e6ae2be65a
Bump DualFilter high cutoff to 20k
...
Closes #1395 .
2014-12-13 12:19:20 -05:00
dave
decac20298
Replaced whitespace in knob definitions, for consistancy
2014-12-06 19:47:39 +00:00
dave
4a2a60255c
Added postfix "s" to knobs where relevant, cleaned up unintentional white space
2014-12-06 18:34:24 +00:00
dave
cefee3a721
added s postfix to knob values where applicable.
2014-12-06 18:28:19 +00:00
dave
e7e8e79630
Changed default delay time to 0.5 seconds from 2.0.
2014-12-04 02:39:26 +00:00
dave
e84c2465ee
Added checks to
...
if( m_dfControls.m_filter1Model.isValueChanged() || m_filter1changed )
if( m_dfControls.m_filter2Model.isValueChanged() || m_filter2changed )
so the filter types get initilized
2014-11-28 22:26:45 +00:00
Vesa V
c25cf8a5cf
Merge pull request #1351 from curlymorphic/stable-1.1
...
changed LFO amount to absolute value.
2014-11-26 14:05:21 +02:00
dave
9b7738dc60
changed LFO ammount to absolute value.
2014-11-25 22:38:49 +00:00
Vesa V
55c59a77bd
Merge pull request #1327 from DanWin/stable-1.1
...
Fix most warnings and errors when generating translation files
2014-11-25 21:04:04 +02:00
Daniel Winzen
3602aa316f
Move Monstro macros back to headers
2014-11-23 19:58:00 +01:00
Vesa V
09f2f60af3
Merge pull request #1304 from curlymorphic/stable-1.1
...
Tempo synced Delay Plugin
2014-11-23 15:16:26 +02:00
dave
7e780fc057
Improved ui
2014-11-23 11:20:03 +00:00
Daniel Winzen
5c0829399f
Fix moc_file inclusion in cmake files
...
This should fix the Windows builds
2014-11-21 07:16:45 +01:00
Daniel Winzen
3ca76d40ed
Add missing Q_OBJECT macros in header files
...
Fixes 20 warnings similar to the following ones when generating a translation file with e.g. "make de.ts":
/home/daniel/Lmms/src/tracks/AutomationTrack.cpp:40: Class 'AutomationTrack' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:41: Class 'FxRoute' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:554: Class 'FxMixer' lacks Q_OBJECT macro
/home/daniel/Lmms/src/gui/widgets/MeterDialog.cpp:52: Class 'MeterDialog' lacks Q_OBJECT macro
...
2014-11-21 06:46:47 +01:00
dave
e0c10e030b
Added linear interpolation , with help from Vesa
2014-11-18 20:38:39 +00:00
Daniel Winzen
1a1e012632
Revert "Add missing Q_OBJECT macros in header files"
...
This reverts commit 337003a3b0 .
Seams to break Windows builds.
2014-11-18 20:20:10 +01:00
Daniel Winzen
337003a3b0
Add missing Q_OBJECT macros in header files
...
Fixes 20 warnings similar to the following ones when generating a translation file with e.g. "make de.ts":
/home/daniel/Lmms/src/tracks/AutomationTrack.cpp:40: Class 'AutomationTrack' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:41: Class 'FxRoute' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:554: Class 'FxMixer' lacks Q_OBJECT macro
/home/daniel/Lmms/src/gui/widgets/MeterDialog.cpp:52: Class 'MeterDialog' lacks Q_OBJECT macro
...
2014-11-18 19:38:26 +01:00
dave
932d7905ba
The delay buffer now resizes on sample rate change.
...
tidy up formatting
2014-11-17 20:10:34 +00:00