Fastigium
b645f43cfd
Destroy the FxMixer before the Mixer when shutting down
...
Fixes #2584 .
2016-02-24 16:37:53 +01:00
Umcaruje
b49e758a89
Merge pull request #2567 from Umcaruje/spacinghover
...
Change spacing on hovered items in the context menus
2016-02-23 19:20:15 +01:00
Oskar Wallgren
a4649c8e6e
Merge pull request #2586 from Fastigium/buffer-fix
...
Drop PresetPreviewPlayHandle's shared buffer system
2016-02-23 16:52:44 +01:00
Lukas W
8d91dd657d
Merge pull request #2602 from LMMS/iss-2577
...
Fix some Windows data directory resolve issues
2016-02-23 20:06:12 +13:00
tresf
d88902e95b
Fix rawwaves directory on Windows
...
Per #2577
2016-02-23 01:08:52 -05:00
Lukas W
13125c6248
Change cross compile scripts' shebang to bash
2016-02-23 10:11:38 +13:00
Tres Finocchiaro
1e9dfcbf2b
Remove 64-bit channel limitation in readme
...
Closes #2600
2016-02-22 13:54:39 -05:00
Tres Finocchiaro
59f09111f2
Merge pull request #2595 from tresf/master
...
Apple Travis-CI enhancments
2016-02-22 13:01:13 -05:00
Tres Finocchiaro
020cb528b6
Add additional build deps
2016-02-22 11:58:07 -05:00
Oskar Wallgren
e9ecd8384e
Merge pull request #2598 from waxspin/master
...
Fix EQ labels back to resonance.
2016-02-21 15:03:31 +01:00
Ben Bryan
34ae074884
Fix EQ labels back to resonance.
2016-02-21 00:10:44 -06:00
Lukas W
40af068328
Build: Make mingw build scripts paths independent of wdir
2016-02-21 17:20:07 +13:00
Oskar Wallgren
2c91392a51
Merge pull request #2502 from BaraMGB/eqCurve
...
New GUI for the native EQ plugin
2016-02-20 23:21:26 +01:00
Tres Finocchiaro
97644f6513
Fix corrupt samples
...
Closes #2594
2016-02-20 12:02:44 -05:00
Steffen Baranowsky
d5259292c9
New GUI for the native EQ plugin
2016-02-20 15:25:40 +01:00
Umcaruje
0561d8d994
Merge pull request #2547 from Umcaruje/fxline
...
Make FxLine Stroke Themeable
2016-02-20 14:40:48 +01:00
Oskar Wallgren
95b0ea2dda
Merge pull request #2555 from zonkmachine/recentfilebug
...
Show Main Window before loading/importing project
2016-02-19 20:54:21 +01:00
Tres Finocchiaro
3c5da9b278
Merge pull request #2592 from waxspin/master
...
Fix equalizer labels for #2583
2016-02-19 10:25:28 -05:00
Ben Bryan
bda6c7e2b8
Fix equalizer labels for #2583
2016-02-19 00:05:49 -06:00
Tres Finocchiaro
c4038fb0d4
Merge pull request #2591 from Wallacoloo/fix-2588
...
Fix #2588 by making Piano Roll's Alt+Right shortcut mirror the Alt+Left shortcut
2016-02-19 00:16:24 -05:00
Colin Wallace
cde1bcc350
Fix #2588 by making Alt+Right shortcut mirror the Alt+Left shortcut;
...
Alt+Right sets the PianoRoll to edit the *next* pattern in the song editor; Alt+Left = previous.
2016-02-18 20:16:08 -08:00
Lukas W
eec6c5b4f0
Clean up some path separator mess
2016-02-19 12:04:36 +13:00
Fastigium
76f6b18632
Drop PresetPreviewPlayHandle's shared buffer system
...
Instead, add the NotePlayHandle used for previewing directly to the mixer.
This fixes two preview problems, namely the shared buffer being released
by the NotePlayHandle but still being pulled in by the AudioPort resulting
in distortions, and certain previews being cut off at mouse release even if
a release was set in the envelope.
2016-02-18 20:27:44 +01:00
Tres Finocchiaro
1c0d329dfb
Bump version for 1.2 RC1
v1.1.90
2016-02-16 14:27:44 -05:00
Tres Finocchiaro
47606d7b31
Merge pull request #2497 from Fastigium/preview-fix
...
Fix crashes/hangs when previewing instrument presets
2016-02-16 14:24:49 -05:00
Fastigium
9d1867c7eb
Make Mixer::removePlayHandle check m_newPlayHandles, too
...
This fixes a problem where a PresetPreviewPlayHandle would be put in
m_newPlayHandles to be added, then "removed" before it was actually added,
leaving it dangling.
2016-02-16 19:23:17 +01:00
Fastigium
ca7c90a99c
Add mixer lock to EffectChain::clear to prevent a race condition
2016-02-16 19:23:17 +01:00
Fastigium
da8040764f
Require explicit types when removing PlayHandles in the Mixer
...
This fixes a few deadlocks where a PresetPreviewPlayHandle would be removed by
the creation of a new PresetPreviewPlayHandle.
2016-02-16 19:23:08 +01:00
Fastigium
87dce6d2f4
Make PresetPreviewPlayHandle thread affinity matter
2016-02-16 13:17:20 +01:00
Umcaruje
8841b89b6d
Merge pull request #2546 from Umcaruje/fixscrollbars
...
Fix inconsistent scrollbars
2016-02-15 01:38:07 +01:00
Umcaruje
cfd345ad20
Merge pull request #2554 from Umcaruje/themeablecolors
...
Get rid of hardcoded colors in the Piano Roll and Automation Editor
2016-02-15 01:35:41 +01:00
Umcaruje
ff1f516542
Change spacing on hovered items in the context menus
2016-02-14 11:40:07 +01:00
Oskar Wallgren
0721b49a1c
Show Main Window before loading/importing project
2016-02-14 00:40:33 +01:00
Umcaruje
5c602a3f97
Merge pull request #2542 from Umcaruje/fix2329
...
Make the instrument section of the sidebar themeable
2016-02-13 00:21:09 +01:00
Lukas W
b7d5b2ddf5
Fix #2558
2016-02-13 09:24:10 +13:00
Colin Wallace
3c9cefc6c1
Merge pull request #2553 from Umcaruje/volumevelocity
...
Rename note volume into note velocity
2016-02-11 15:59:43 -08:00
Oskar Wallgren
14046684a5
Merge pull request #2524 from zonkmachine/recentfilesonlyprojects
...
Some tweaks to the recent files list
2016-02-11 03:31:53 +01:00
Oskar Wallgren
3bbe0e3e15
Only lmms projects allowed in recent file list. Increase recent file memmory to 50
2016-02-11 03:12:12 +01:00
Lukas W
ca8f80d44f
Fix loading relative file path samples
...
Closes #2412
2016-02-11 11:58:42 +13:00
Raine M. Ekman
1290e33207
Merge pull request #2552 from michaelgregorius/lb303-deletion
...
Removes the project lb303 which seems to have been inactive since 2008 (fixes #2551 )
2016-02-09 14:42:42 +02:00
Umcaruje
2dd403e53b
Rename note volume into note velocity
2016-02-08 19:55:44 +01:00
Umcaruje
d52d7d9fb7
Get rid of hardcoded colors in the Piano Roll and Automation Editor
2016-02-08 19:44:50 +01:00
Oskar Wallgren
69ce296c5d
Merge pull request #2533 from zonkmachine/indentedmain
...
Fixed indentation
2016-02-08 07:01:52 +01:00
Colin Wallace
1c70319fc2
Merge pull request #2541 from Wallacoloo/piano-isXKey
...
Move isWhiteKey, isBlackKey into Piano.h
2016-02-07 15:58:58 -08:00
Michael Gregorius
1ff0650a0d
Removes the project lb303 which seems to have been inactive since 2008
...
According to the blame the project lb303 has been commented out from
CMakeLists.txt on 22.07.2008. Therefore it does not seem to be actively
maintained and is very likely to not even compile anymore.
2016-02-07 21:43:47 +01:00
Oskar Wallgren
76e690a1a0
Fixed indentation
2016-02-07 17:00:25 +01:00
Umcaruje
e24384e732
Make FxLine Stroke Themeable
2016-02-07 01:39:00 +01:00
Umcaruje
59f8fbd94b
Fix inconsistent scrollbars
2016-02-06 12:17:38 +01:00
Tres Finocchiaro
317cc74bac
Merge pull request #2545 from thothonegan/master-fix-qt5-needs-proper-linguist-tools
...
If using Qt5, use Qt5LinguistTools to locate lupdate/lrelease
2016-02-05 22:47:41 -05:00
Kenneth Perry (thothonegan)
45154d2e99
Require linguist tools on Travis Ubuntu
2016-02-05 15:08:12 -06:00