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
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
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
4903190759
Removed old ladspa_effect directory
...
Something went wrong with the rename in 9c9372f0c8 .
2014-02-23 17:35:22 +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
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
Vesa
3f3cde8332
Dynamics processor peak release fix
2014-02-21 23:01:38 +02:00
Tobias Doerffel
987fdc2e01
Sf2Player: less line breaks and a few other coding style improvements
2014-02-21 20:43:23 +01:00
Tobias Doerffel
7cd7ca46f8
Sf2Player: use qDebug() rather than QTextStream on stdout
2014-02-21 20:43:23 +01:00
Vesa
9896d94b09
Updates to song editor style. Also couple of fixes to SID layout.
2014-02-21 21:13:07 +02:00
Tobias Doerffel
418a5e6a75
Merge pull request #361 from diizy/stable-0.4
...
SID artwork
2014-02-21 13:32:08 +01:00
Vesa
cd2850dcdc
SID artwork
2014-02-21 03:03:08 +02:00
Tobias Doerffel
087a8ac159
Revert "Papu: fixed out-of-bounds array access due to too small data types"
...
This reverts commit ea5f5c4f00 as the actual
off-by-one error has been fixed.
2014-02-20 23:29:43 +01:00
Tobias Doerffel
29fcb9d7b9
Freeboy/Gb_Apu: fixed require() statement
...
Classical off-by-one error.
2014-02-20 23:28:35 +01:00
Tobias Doerffel
2591378818
LcdSpinBox: adopt naming style convention
2014-02-20 22:17:28 +01:00
Tobias Doerffel
0e8d47cfe0
LADSPA/SWH/Vocoder: fixed instantiation on Win32
...
Due to the nature of DLL files LADSPA plugins need a little extra care
when building for Win32, otherwise they can't be instantiated and won't
be available.
Closes #356 .
2014-02-20 22:01:58 +01:00
Tobias Doerffel
2049e00901
Merge pull request #155 from 8tab/warning
...
Some code cleanup
2014-02-20 08:10:28 +01:00
Paul Giblock
fc1475bf75
Fix leak in last commit
...
Sorry dudes. This one really fixes #353
2014-02-19 21:25:31 -05:00
Paul Giblock
b19522c55a
Hopefully fix race-condition in lb302 db24 switch
...
So, we were swapping out some pointer mid-process at times. Instead,
use an atomic pointer, and just have the process function grab the
current value and use it through the entire processing period.
Still has a sound glitch when switching, but this switch was never
intended to be used "live".
Closes #353
2014-02-19 21:21:17 -05:00
Tobias Doerffel
3f6ff1deb0
Removed libsamplerate from source tree
...
Drop another 3rdparty component and rely on system libraries instead.
2014-02-18 23:40:40 +01:00
Tobias Doerffel
0ee88252bb
DynamicsProcessor: fixed Win32 build issue
...
For some reason isnanf() is not defined when building with recent MinGW64
toolchain, therefore define it manually if neccessary.
2014-02-18 23:33:17 +01:00
Tobias Doerffel
f512c63017
LadspaEffect: fixed default value if hints are sample rate dependent
...
When hints are sample rate dependent we also need to scale default
value accordingly as well.
Closes #334 .
2014-02-18 23:03:36 +01:00
Vesa
a2484bc9c0
AudioFileProcessor knob fix
2014-02-18 01:42:28 +02:00
Vesa
ec7e4e044b
Vestige: Change text "Preset" dark grey
2014-02-17 21:47:59 +02:00
Vesa
11af0635ef
New scale/note icons by John, afp knobs back to non-styled
2014-02-17 21:38:27 +02:00
Vesa
6841a694b8
Vestige artwork retouch
2014-02-17 17:59:09 +02:00
Vesa
0dd96faf59
Layout fix
2014-02-16 19:51:52 +02:00
Vesa
4eacba7e3b
Some fixes
2014-02-16 13:38:22 +02:00
Vesa
289f498737
Dynamics processor, first commit
2014-02-16 11:15:25 +02:00
Vesa
45625d2a34
Slight fix to the wavegraph: grow height by 1 px to make default state look better
2014-02-14 19:48:29 +02:00
Vesa
9265913b73
Waveshaper updates: added amplitude +/- buttons, toggle led to clip input to 0dB, more helpful gridlines in wavegraph
...
Mallets: artwork update by Bill Y.
New knob: knob_vintage32, currently only used in Mallets, can be used for other things in the future (maybe if we get some more vintage-style synths/effects?)
Graph widget: added new drawing mode (bar style graph) for future use, currently unused anywhere, have plans
2014-02-14 18:22:04 +02:00
Wong Cho Ching
9d913d13b1
AFP: revert changes
2014-02-14 15:44:32 +08:00
Vesa
bb145b4b53
Higher range in gain knobs
2014-02-12 22:21:12 +02:00
Vesa
cc1dea42bb
Final fixes and tweaks: old bugs fixed in graph behaviour, more responsive and accurate now
2014-02-12 22:13:36 +02:00