Tobias Doerffel
059ddc2875
CMake/FindWine: search for wineg++ executable
...
Instead of relying on wineg++ being in PATH search for it as it might
reside somewhere else.
2014-05-02 00:17:42 +02:00
Tobias Doerffel
83c2019611
LadspaEffect/TAP: fix instantiation/destruction
...
Instead of relying on naming the init functions _init() and _fini()
declare them as constructors/destructors and use a different name so
there's no double destruction
Closes #668 .
2014-05-01 23:33:40 +02:00
Tobias Doerffel
9c27956414
ZynAddSubFX: allocate spectrum on heap instead of stack
...
When loading some presets the PADnoteParameters spectrum size is 524288
or even bigger resulting in a stack allocation of 2 MB or more.
This results in a stack overflow on Win32 and thus crashes LMMS. Fix this
by allocating the spectrum on the heap instead.
Closes #543 .
2014-04-30 15:20:44 +02:00
Andrew Kelley
bff016dec8
flp import: add missing break statement
2014-04-28 11:35:23 -07:00
Hannu Haahti
b8476b742e
RemoteVstPlugin: really close the plugin
...
(cherry picked from commit d50d376b2a )
2014-04-22 11:08:56 +02:00
Vesa
5b29142c28
Fix crash on close patch rebased for stable
2014-04-05 23:57:12 +03:00
Tobias Doerffel
49cfbda916
Merge pull request #554 from tresf/stable-1.0
...
OSX Mavericks Support
2014-04-02 11:27:46 +02:00
Tres Finocchiaro
b5ea738a45
Fix #include <QtXml> on Apple/MacPorts
2014-04-01 14:20:02 -07:00
Tres Finocchiaro
7782c3ad38
Clang comp. fix, out.real()+= syntax error
2014-04-01 14:12:40 -07:00
Tres Finocchiaro
7669a1612f
Added isnan(), etc declarations for Apple
2014-04-01 14:09:32 -07:00
Tres Finocchiaro
ec32ce10fa
Omit OpulenZ plugin directory on Apple
2014-04-01 13:03:09 -07:00
Raine M. Ekman
b9e33736de
OpulenZ: changed some __inline functions to "static inline",
...
which is more in line with later C dialects
2014-03-31 20:54:48 +03:00
Tobias Doerffel
1b08cc0649
CALF: do not compile with -finline-limit=80 when building for OS X
2014-03-26 10:57:04 +01:00
Tobias Doerffel
4c2bf8982f
CALF: fixed compilation with clang
2014-03-25 20:09:41 +01:00
Vesa
e4340c630d
Do the opl amplification smarter
2014-03-22 13:33:42 +02:00
Vesa
22cb12d066
Increase the volume of OpulenZ, because it is very very quiet and it's better to correct this now before 1.0.0 is released
2014-03-22 12:31:34 +02:00
Paul Giblock
25f2eae67f
Revert LB302 db24 switch
...
Invert it so 3-pole is used for DB24 mode again. Fixes #477
2014-03-22 01:03:28 -04:00
Tobias Doerffel
69e02fc37d
VeSTige: removed unused array
2014-03-21 17:23:25 +01:00
Tobias Doerffel
13a41b5bff
VstEffectControlDialog: remove unused variable
2014-03-21 11:16:45 +01:00
Tobias Doerffel
890993bff0
Vibed: fixed various CLANG compiler warnings
2014-03-21 11:13:05 +01:00
Tobias Doerffel
71eaa4f5e3
TripleOscillator: fixed various CLANG compiler warnings
2014-03-21 11:12:52 +01:00
Tobias Doerffel
1153e85c0c
StereoEnhancer: fixed various CLANG compiler warnings
2014-03-21 11:12:39 +01:00
Tobias Doerffel
6e4fbbed87
Papu: fixed various CLANG compiler warnings
2014-03-21 11:12:29 +01:00
Tobias Doerffel
b2c1a04df8
OPL2: fixed various CLANG compiler warnings
2014-03-21 11:12:17 +01:00
Tobias Doerffel
33ea001c31
LB302: fixed various CLANG compiler warnings
2014-03-21 11:12:08 +01:00
Tobias Doerffel
117ca99c85
BitInvader: fixed various CLANG compiler warnings
2014-03-21 11:11:50 +01:00
Tobias Doerffel
9aa6a3fbeb
AudioFileProcessor: fixed various CLANG compiler warnings
2014-03-21 11:11:39 +01:00
Tobias Doerffel
bdf234aeb8
ZynAddSubFX: fixed various CLANG compiler warnings
2014-03-21 11:11:15 +01:00
Tobias Doerffel
d4bbaa58b4
SerializingObject: made saveSettings() and loadSettings() pure virtual
...
All classes inheriting from SerializingObject should also provide
according functionality, therefore ensure, they implement methods for
loading and saving settings.
2014-03-21 10:47:05 +01:00
Tobias Doerffel
2a0f268a89
Merge pull request #484 from grejppi/stable-0.4-sf2velocity
...
Fix for #481
2014-03-19 09:08:36 +01:00
Vesa
0b46aa4506
Dual Filter fix: make more efficient - don't calculate coefficients unnecessarily
2014-03-19 03:19:02 +02:00
Hannu Haahti
9ab6699a26
sf2_player: fix #481
2014-03-19 00:31:29 +02:00
Vesa
66ba074554
Disable Sfxr preview for now, possibly reimplement after 1.0.0
2014-03-18 11:08:34 +02:00
Tobias Doerffel
5e2d299360
MidiPort: introduced internal base velocity property
...
In order to keep compatibility with projects created with LMMS < 1.0.0
we maintain a property specifying the base velocity (i.e. the velocity
sent to MIDI-based instruments at volume=100%). For new projects this
always will be 64 while compat code enforces a value of 127 for old
projects.
We can also think about hiding the new groupbox in order to hide
complexity from the user.
Closes #430 .
2014-03-17 22:30:52 +01:00
Tobias Doerffel
a1e7d9e42d
LB302: flag as single stream instrument
...
LB302 doesn't produce per-note-sound, therefore return proper flags in
the virtual flags() method.
Closes #470 .
2014-03-16 23:05:35 +01:00
Vesa
719d39df76
Dual Filter: forgot to set volume knobs
2014-03-16 23:29:59 +02:00
Vesa
a585650904
Dual Filter
2014-03-16 23:26:44 +02:00
Tobias Doerffel
ce9cfa6821
Merge pull request #467 from diizy/effects
...
Amplifier plugin
2014-03-16 09:03:31 +01:00
Tobias Doerffel
91e9802993
Merge pull request #463 from diizy/stable-0.4
...
Knob: add volumeRatio property to allow showing knobs with ratios other ...
2014-03-15 23:12:55 +01:00
Vesa
a666df0e56
Fix incorrect loading/saving of models on all native effect plugins. Backwards compatible.
2014-03-15 21:37:35 +02:00
Vesa
d269cfe6db
BassBooster artwork
2014-03-15 21:16:06 +02:00
Vesa
0ed2b5c4a7
Cmakelist
2014-03-15 21:15:39 +02:00
Vesa
eb63f04f55
Amplifier
2014-03-15 21:14:55 +02:00
Vesa
cf925d7c5b
Knob: add volumeRatio property to allow showing knobs with ratios other than 100 in dBV
...
Waveshaper, Dynamics processor: make input/output knobs respect the show in dBV setting
2014-03-15 17:19:31 +02:00
Vesa
7dac1137bc
Knob: add volumeRatio property to allow showing knobs with ratios other than 100 in dBV
...
Waveshaper, Dynamics processor: make input/output knobs respect the show in dBV setting
2014-03-15 10:45:55 +02:00
Tobias Doerffel
847edd624c
Merge pull request #449 from diizy/stable-0.4
...
Fix sfxr crashing on very high notes
2014-03-13 18:12:59 +01:00
Oskar Wallgren
dbea815931
Fix capitalization in some plugins description
2014-03-13 17:37:36 +01:00
Vesa
b8e2f3f785
Fix sfxr crashing on very high notes
2014-03-13 18:23:43 +02:00
Tobias Doerffel
7af2930a45
Merge pull request #436 from softrabbit/bug433
...
LB302: make filter selection sync with GUI
2014-03-12 21:58:05 +01:00
Vesa
24c5b2367e
Fixes for Triple osc, LB302 logos
2014-03-12 10:32:19 +02:00