Lukas W
e4cd692e91
SaveDialog: Switch order of mmp and mmpz
...
Fixes #386 .
When selecting the filter in the file save dialog, the file name used to change to *.mmp. As this is not desired, this commit changes it to '.mmpz'.
2014-02-28 18:06:32 +01:00
Lukas W
b511344bad
.gitignore: Add /target
2014-02-28 17:37:16 +01:00
Tobias Doerffel
62a8275f87
Merge pull request #392 from diizy/stable-0.4
...
Fix for sfxr export problem
2014-02-28 09:28:48 +01:00
Vesa
56747ab9a7
Fix for sfxr export problem
2014-02-28 08:09:16 +02:00
Tobias Doerffel
382a76773d
Merge pull request #390 from wongcc966422/issue360
...
sf2 plugin: fixes naming issue
2014-02-27 16:05:10 +01:00
Wong Cho Ching
d76e3dd301
sf2 plugin:fixes naming issue
2014-02-27 19:47:20 +08:00
Tobias Doerffel
d98570a34b
Merge pull request #384 from diizy/stable-0.4
...
Make all pattern colours CSS-stylable
2014-02-25 22:47:39 +01:00
Vesa
a89b131eca
Fix a bug where copied instrument tracks appear grey
2014-02-25 23:35:46 +02:00
Vesa
103ac21922
Some cleanup (remove temporary comments)
2014-02-25 21:35:01 +02:00
Vesa
e7b097d255
Define all pattern colours in CSS and make them stylable
...
also coding style improvements (remove leading underscores from header guards)
2014-02-25 21:30:39 +02:00
Tobias Doerffel
2100bf8c0c
Merge pull request #382 from grejppi/stable-0.4-bbcolour
...
Automatically change old B&B default colour to the new one
2014-02-25 08:22:08 +01:00
Hannu Haahti
fcfcee1895
one hardcoded default colour less
2014-02-25 03:56:11 +02:00
Tobias Doerffel
5b5feca4eb
Note: use qBound() instead of tLimit()
2014-02-25 00:29:19 +01:00
Tobias Doerffel
9eafca3615
Note, NotePlayHandle: no default arguments for setVolume() and setPanning()
2014-02-25 00:27:11 +01:00
Tobias Doerffel
b5c713e0ea
Removed traces of old SurroundArea implementation
2014-02-25 00:26:03 +01:00
Tobias Doerffel
7db99cc04c
NotePlayHandle: coding style fixes
2014-02-24 23:29:01 +01:00
Tobias Doerffel
b28b00ff23
NotePlayHandle: emit midiNoteOff() signal in noteOff()
...
Instead of emitting InstrumentTrack::midiNoteOff() in destructor of
NotePlayHandle do this where it actually happens -> noteOff().
Fixes length of recorded notes when there's e.g. a long release.
Closes #378 .
2014-02-24 23:24:11 +01:00
Tobias Doerffel
a18604d574
Merge pull request #379 from diizy/stable-0.4
...
Updated knob code, now everything seems to work really smoothly regardle...
2014-02-24 21:18:41 +01:00
Vesa
ab73c0c133
Updated knob code, now everything seems to work really smoothly regardless of knob type or range.
...
Also some graphics tweaks here and there.
2014-02-24 22:14:54 +02:00
Tobias Doerffel
a0c6f958fc
Merge pull request #377 from diizy/stable-0.4
...
Knob behaviour fix
2014-02-24 18:36:22 +01:00
Vesa
867afc6ffb
Coding style..
2014-02-24 18:39:25 +02:00
Vesa
3e22c747d7
Coding style..
2014-02-24 18:38:37 +02:00
Vesa
79edbf7f52
Knob behaviour fix
2014-02-24 18:33:16 +02:00
Tobias Doerffel
154742f203
Merge pull request #373 from diizy/stable-0.4
...
More updates to song editor graphics based on feedback and IRC discussio...
2014-02-24 09:19:38 +01:00
Tobias Doerffel
5c19d3ef4c
Merge pull request #374 from grejppi/stable-0.4-vst
...
Little things in RemoteVstPlugin behaviour
2014-02-24 08:12:06 +01:00
Vesa
7c585c9dd8
Fix display of too long names in instrument windows
2014-02-24 04:15:01 +02:00
Vesa
3ccc0685b7
More updates to song editor graphics based on feedback and IRC discussions
...
also fixed the automation pattern rendering which had some slightly bad behaviour
2014-02-24 01:52:03 +02:00
Hannu Haahti
a34a0932d1
RemoteVstPlugin: don't mess with plugin internals
2014-02-24 00:57:03 +02:00
Hannu Haahti
1e3dcdec0d
RemoteVstPlugin: close the plugin properly
2014-02-24 00:56:40 +02:00
Tobias Doerffel
8b138202ca
SpectrumAnalyzer: fixed spectrum painting
...
Variable aliasing due to code style fixes introduced a regression in the
darken() method.
2014-02-23 18:51:04 +01:00
Tobias Doerffel
05e4cdaaef
Revert "FxMixer: no need to check for master channel"
...
This reverts commit 1adc8f8ba3 .
Closes #279 .
2014-02-23 18:31:08 +01:00
Tobias Doerffel
4903190759
Removed old ladspa_effect directory
...
Something went wrong with the rename in 9c9372f0c8 .
2014-02-23 17:35:22 +01:00
Tobias Doerffel
dd1a227963
EffectSelectDialog: sort effect keys instead of plugin names
...
Commit 360bfe5089 broke mapping between
displayed and internal effect list. Fix this by sorting the effect key
list itself.
2014-02-23 17:34:40 +01:00
Tobias Doerffel
ed973bd8be
LadspaEffect, VstEffect: shortened plugin name
...
In order to display less redundancy in EffectSelectDialog, the plugin
names were shortened to "LADSPA" and "VST".
2014-02-23 15:24:15 +01:00
Tobias Doerffel
9c9372f0c8
LadspaEffect: renamed source directory to match coding style
2014-02-23 15:23:57 +01:00
Tobias Doerffel
360bfe5089
EffectSelectDialog: sort plugin names
...
Sort plugin names and make sure that effects without sub plugins (i.e.
native LMMS effects) are listed first in order to better advertise our
cool plugins.
Closes #331 .
2014-02-23 15:20:16 +01:00
Tobias Doerffel
feecf52b57
DynamicsProcessor: fix e758f80536
2014-02-23 15:19:47 +01:00
Tobias Doerffel
408c98f473
VstEffect: fixed some messages
2014-02-23 15:08:19 +01:00
Tobias Doerffel
67d363ef79
SpectrumAnalyzer: coding style / naming conventions improvements
2014-02-23 14:58:51 +01:00
Tobias Doerffel
e758f80536
DynamicsProcessor: no underscore in plugin filename
2014-02-23 14:42:19 +01:00
Tobias Doerffel
3be2e89d37
DspEffectLibrary: renamed from effectLib
2014-02-23 14:41:23 +01:00
Tobias Doerffel
cde708fe06
LadspaSubPluginFeatures: also show file name for plugin details
2014-02-23 14:41:23 +01:00
Tobias Doerffel
e0837726b0
BassBooster: coding style / naming conventions improvements
2014-02-23 14:41:22 +01:00
Tobias Doerffel
c121cf8906
Merge pull request #370 from diizy/stable-0.4
...
Song editor, Bitinvader UI tweaks
2014-02-23 01:04:30 +01:00
Vesa
df18a989d9
Bitinvader changes
2014-02-22 22:30:55 +02:00
Tobias Doerffel
b0c662591d
ZynAddSubFX: less line breaks / coding style
2014-02-22 20:55:14 +01:00
Tobias Doerffel
b9384c52bb
ZynAddSubFX: delete LocalZynAddSubFX instance in destructor
...
This is a really embarrassing leak causing LMMS to never cleanup internal
instances of ZynAddSubFX.
Closes #357 .
2014-02-22 20:55:14 +01:00
Tobias Doerffel
49a28a7960
Merge pull request #369 from softrabbit/stable-0.4
...
Timer display widget: cosmetic fixes
2014-02-22 20:38:00 +01:00
Raine M. Ekman
92c2491846
Timer display widget: change bar:ticks:milliseconds to bar:beat:ticks, 1-based instead of 0-based
2014-02-22 21:03:33 +02:00
Vesa
490a71313a
Slight change to song editor background
2014-02-22 19:18:28 +02:00