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
cce942e5d5
Graph: removed unused member variable
2014-03-21 10:48:43 +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
729838fa08
ModelView, Model: coding style improvements
2014-03-21 10:46:42 +01:00
Tobias Doerffel
b5eb4f1f7a
ControllerView: remove unused member variable
2014-03-21 10:44:56 +01:00
Tobias Doerffel
585f95741c
AutomationPattern: define constants outside class declarations
2014-03-21 10:44:22 +01:00
Tobias Doerffel
9ffeae441d
AutomatableModel: avoid hiding virtual functions by overload
2014-03-21 10:43:26 +01:00
Tobias Doerffel
6f5a47342b
AutomatableModel: coding style improvements
2014-03-21 10:43:07 +01:00
Tobias Doerffel
e1bebbfcad
Removed obsolete pch.h include
2014-03-21 10:08:02 +01:00
Tobias Doerffel
246572489b
Merge pull request #494 from diizy/stable-0.4
...
Desktop file modification to correct ubuntu behavior, icon file copied t...
2014-03-20 18:58:47 +01:00
Vesa
9c107f3860
Desktop file modification to correct ubuntu behavior, icon file copied to data/ as lmms.png because it's needed for packaging
2014-03-20 16:44:35 +02:00
Tobias Doerffel
40c67ac5dd
Merge pull request #492 from diizy/stable-0.4
...
GraphModel: fix/improve normalize() function - remove bias before maximi...
2014-03-20 11:40:23 +01:00
Vesa
7a7c9abd9b
GraphModel: fix/improve normalize() function - remove bias before maximizing, also add some new slots for future use (which I plan to use for something neat in the future ;) )
2014-03-20 12:19:55 +02: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
Tobias Doerffel
376765526a
Merge pull request #487 from diizy/stable-0.4
...
Dual Filter fix: make more efficient - don't calculate coefficients unn...
2014-03-19 07:42:39 +01:00
Vesa
34ba29cfcd
Change Linux Multimedia etc. to LMMS in desktop/package files
2014-03-19 03:26:36 +02: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
Tobias Doerffel
41c154dc95
Control play/pause buttons in slot of MainWindow via signal in Song class
...
The engine class as the component instance manager is the wrong place to
control the play/pause buttons. Instead emit a signal in the Song class
and update the buttons in a slot in MainWindow. This fixes problems with
GUI/pixmap operations happening outside the GUI thread when exporting a
project.
Closes #435 .
2014-03-18 20:39:52 +01:00
Tobias Doerffel
b45c0c5f02
MainWindow: coding style improvements
2014-03-18 20:39:01 +01:00
Tobias Doerffel
a4b328e28f
Merge pull request #480 from dnl-music/patch-1
...
Update PianoView.cpp
2014-03-18 20:15:10 +01:00
Tobias Doerffel
78e14739f0
Fixed FX channel of Erazzor preset
...
Thanks to Tres for pointing out this issue.
2014-03-18 20:04:10 +01:00
Tobias Doerffel
547e6dcc95
Merge pull request #479 from diizy/stable-0.4
...
Disable Sfxr preview for now, possibly reimplement after 1.0.0
2014-03-18 11:50:17 +01: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
f32c89bd13
InstrumentMidiIOView: coding style improvements
2014-03-17 21:25:50 +01:00
Tobias Doerffel
ab4cebeea0
MidiPort: remove unneccessary line breaks
2014-03-17 21:08:55 +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
Tobias Doerffel
fb161d5b69
Merge pull request #474 from diizy/effects
...
Dual Filter
2014-03-16 23:01:13 +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
5e3d7fa720
Merge pull request #461 from diizy/stable-0.4
...
Graph widget: fix off-by-one error in drawing code, inconsistency in smo...
2014-03-14 22:15:02 +01:00
Vesa
cf341c7bdf
Graph widget: fix off-by-one error in drawing code, inconsistency in smoothing algorithm
2014-03-14 22:52:19 +02:00
Tobias Doerffel
325a8cf842
Merge pull request #460 from diizy/stable-0.4
...
SampleBuffer: Remove mp3 from the list of supported files
2014-03-14 17:34:12 +01:00
Vesa
cea7394e86
SampleBuffer: Remove mp3 from the list of supported files
2014-03-14 17:34:41 +02:00
Tobias Doerffel
3637359506
Merge pull request #456 from diizy/stable-0.4
...
Improve pattern name text visibility
2014-03-14 13:54:46 +01:00
Vesa
daa0476205
Improve pattern name text visibility
2014-03-14 13:21:59 +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
Tobias Doerffel
a54e665e7a
Merge pull request #450 from zonkmachine/capitalization
...
Fix capitalization in some plugins description
2014-03-13 18:12:48 +01:00