Tobias Doerffel
7cd7ca46f8
Sf2Player: use qDebug() rather than QTextStream on stdout
2014-02-21 20:43:23 +01:00
Tobias Doerffel
a34f8e722b
Merge pull request #365 from diizy/stable-0.4
...
Updates to song editor style. Also couple of fixes to SID layout.
2014-02-21 20:43:13 +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
e6883e7743
LcdSpinBox: check for mouse button in mouseReleaseEvent()
...
Otherwise we restore things that were never changed when releasing right
or middle mouse button.
Closes #358 .
2014-02-20 21:53:48 +01:00
Vesa
2e799718d6
Allow piano roll playing while playing, fixes #21
2014-02-20 10:35:26 +02: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
41ce88b68c
CMakeLists: added doc directory to dist target
2014-02-19 22:10:28 +01:00
Tobias Doerffel
7daf4f7543
Second release candidate for 1.0.0
...
Bumped version number to 0.9.90 in CMakeLists.txt, README and lmms.rc.in.
v0.9.91
2014-02-19 19:11:16 +01:00
Tobias Doerffel
8b84526dc5
Pattern: removed freeze functionality
...
Since addition of automation, controllers etc. the freeze functionality
has been rather broken and thus adds no value anymore. In order to not
confuse users with broken functionality, remove it at all.
Closes #345 .
2014-02-19 19:07:47 +01:00
Tobias Doerffel
7d965e251c
RemotePlugin: always use installation directory as working directory
...
On Windows the working directory is not set to the installation directory
when launching LMMS by opening an associated project file. Because of this
the RemotePlugin programs can't be launched as the required DLL files are
missing.
Closes #351 .
2014-02-19 18:31:48 +01:00
Tobias Doerffel
e84b537a60
NSIS/FileAssociation: do not write DefaultIcon registry key
...
Setting the DefaultIcon registry key uses LMMS' logo instead of a file
icon with the logo inside.
Thanks to Tres Finocchiaro for spotting the issue.
2014-02-19 18:09:27 +01:00
Tobias Doerffel
d39a79220a
Travis: remove duplicate libsamplerate0-dev dependency
2014-02-19 17:34:27 +01: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
Tobias Doerffel
989361e859
Merge pull request #330 from diizy/stable-0.4
...
New icon and splash images
2014-02-18 20:57:02 +01:00
Vesa
33a924d45b
New icon and splash images
2014-02-18 17:48:26 +02:00
Tobias Doerffel
db305c1d1d
Merge pull request #329 from diizy/stable-0.4
...
AudioFileProcessor knob fix
2014-02-18 08:05:27 +01:00
Vesa
a2484bc9c0
AudioFileProcessor knob fix
2014-02-18 01:42:28 +02:00
Tobias Doerffel
34ee048fd8
Merge pull request #327 from diizy/stable-0.4
...
Vestige artwork retouch
2014-02-17 22:45:37 +01:00
Vesa
ec7e4e044b
Vestige: Change text "Preset" dark grey
2014-02-17 21:47:59 +02:00
Vesa
e9baa33706
Updated LMMS icon
2014-02-17 21:44:44 +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
Tobias Doerffel
b25e2150a9
Merge pull request #324 from diizy/waveshaper
...
Dynamics processor
2014-02-17 16:21:59 +01: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
Lukas W
7ec2c5e683
README: Add libfltk as build dependency
...
Needed since 0f4182e084
[skip ci]
2014-02-15 10:24:36 +01:00
Tobias Doerffel
d59ee225be
Merge pull request #313 from diizy/stable-0.4
...
Waveshaper updates: added amplitude +/- buttons, toggle led to clip inpu...
2014-02-14 22:19:14 +01: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
Tobias Doerffel
6b54cf90d1
Merge pull request #310 from wongcc966422/issue309
...
AFP: revert changes
2014-02-14 13:53:19 +01:00
Wong Cho Ching
9d913d13b1
AFP: revert changes
2014-02-14 15:44:32 +08:00
Tobias Doerffel
b05c3ee283
SideBar: add tooltips to buttons
...
Closes #259 .
2014-02-13 17:13:38 +01:00
Tobias Doerffel
7e680abf13
InstrumentTrack, NotePlayHandle: ignore volume of InstrumentTrack for MIDI events
...
The volume of an InstrumentTrack is applied separately when post-processing
the audio buffer and is not related to MIDI processing. It therefore should
not be included into MIDI velocity calculation.
Closes #301 .
2014-02-13 01:35:49 +01:00
Tobias Doerffel
a87c206e31
volumeToMidi(): limit to MidiMaxVelocity
2014-02-13 01:35:38 +01:00
Tobias Doerffel
cdb8197c5d
AutomatableModel: use nearbyintf() for rounding
...
For some reason roundf() causes an exception on Win32 when calling with
negative values. This caused LMMS to crash when turning an external MIDI
pitch wheel downwards.
Closes #281 .
2014-02-13 01:14:06 +01:00
Tobias Doerffel
f329bccb6b
AutomatableModel: remove bogus assigment if step size is 0
...
No idea why we set value to m_minValue in case the step size is 0. There
shouldn't be models with step size 0 nevertheless.
2014-02-13 01:13:22 +01:00
Tobias Doerffel
592ab25c57
Merge pull request #297 from Lukas-W/stable-0.4-doc
...
Add CMake doc target
2014-02-12 23:23:51 +01:00
Tobias Doerffel
20c86b7fe5
Merge pull request #302 from diizy/waveshaper
...
Waveshaper
2014-02-12 23:23:35 +01:00
Vesa
bb145b4b53
Higher range in gain knobs
2014-02-12 22:21:12 +02:00