Skip to content
Merged

a #17

Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
5e4e536
Replace initializer list macros with delegating constructors (#5279)
knittl Oct 27, 2019
6c865c0
Piano Roll - Fix retrigger with vol/pan sliders (#5271)
zonkmachine Oct 29, 2019
fd203c3
Fix crash due to calling QWidget::move from a non-GUI thread while ex…
Cyp Oct 30, 2019
55b6552
appimage: move launcher code into launch_lmms.sh.
Reflexe Nov 1, 2019
02980e6
appimage: Use command -v instead of which (sc2230)
Reflexe Nov 1, 2019
08c7e8e
appimage: Escape $DIR to avoid word-splitting
Reflexe Nov 1, 2019
a8d91b1
Fix vertical piano mouse click unresponsiveness
Veratil Nov 1, 2019
cf4bb7b
Fix remote plugin crash reading parameters from Grooove plugin (#5300)
DomClark Nov 17, 2019
a2e328e
Fix crash on deleting instrument with controller connections on knobs…
PhysSong Nov 22, 2019
578a947
Fix invalid read in RemotePlugin::RemotePlugin() on opening the ZynAd…
Cyp Nov 22, 2019
4bfcc30
MIDI import: fix putting notes before the beginning of a pattern (#5343)
PhysSong Dec 23, 2019
d849cc1
Only filter out <>:"/\|?* while exporting tracks.
Cyp Oct 23, 2019
42f7e26
Fix scrolling direction in SongEditor due to stuck Ctrl/Shift.
Cyp Oct 29, 2019
11e5de3
Debian: add libx11-xcb-dev as an explicit build dependency
PhysSong Dec 24, 2019
a9640c8
Comment-out deprecated attribute
JohannesLorenz Dec 26, 2019
c52682d
Fix stuck notes with Helm VSTi
DomClark Jan 5, 2020
fd77c79
Switch to Xenial build environment (#4813)
jasp00 Jan 17, 2020
427d779
FileBrowser: Add helpful comments
JohannesLorenz Jan 19, 2020
d280b86
Fixes #3183: Fix file factory delimeter position
JohannesLorenz Jan 19, 2020
aeac24c
Fix a muted demo project "Greippi - Krem Kaakkuja (Second Flight Remix)"
PhysSong Jan 26, 2020
a77e592
Fix handling of plugin_export.h
tresf Feb 8, 2020
bbb3624
Bias dropped clip position backwards
Spekular Feb 23, 2020
534d7ca
Fix doxygen comment
JohannesLorenz Dec 7, 2019
a0f4e50
Fix knobs not updating vals on link (#4904)
JohannesLorenz Dec 7, 2019
97a6379
Update UI after linking models (#4904)
JohannesLorenz Dec 7, 2019
4778686
Document strange bug
JohannesLorenz Jan 2, 2020
94431ea
RemoteVstPlugin: fix issues with FXP/FXB files on Windows (#5411)
PhysSong Mar 1, 2020
ab8be73
Cherry-pick from master commit 4dc26d1 (#5413)
JohannesLorenz Mar 8, 2020
d382d4e
Fix previous commit
JohannesLorenz Mar 8, 2020
2367a62
Fix crashes and hangs on importing some Hydrogen drum kit songs (#5420)
PhysSong Mar 23, 2020
b51079e
Use proper synchronization methods on some instrument track operations
PhysSong Mar 24, 2020
a8df120
STK Mallets: don't silence active notes when switching instruments
PhysSong Mar 24, 2020
656eede
Fix bug made in #5336
JohannesLorenz Apr 1, 2020
8afa2d5
Fix the linking method for the dummy Carla library
PhysSong Apr 4, 2020
044c88c
Merge branch 'stable-1.2'
PhysSong Apr 4, 2020
9c2ccdf
Fix some issues in shell scripts spotted by shellcheck
PhysSong Mar 25, 2020
d173f42
Fix wine detection
PhysSong Jan 2, 2020
7628b25
Fix linking issues with the dummy Carla library(especially with MSVC)
PhysSong Mar 25, 2020
ebfa883
Carla: fix MSVC compatibility
PhysSong Mar 26, 2020
924743d
Fix submodule fetching from non-default branches with old Git
PhysSong Mar 25, 2020
8d908c6
Ensure plugin dependencies are deployed correctly
PhysSong Mar 26, 2020
1746300
Use shimmed std::as_const instead of qAsConst
PhysSong Mar 3, 2020
2419433
Merge pull request #5401 from Spekular/dropPosition
Spekular Apr 12, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
appimage: Escape $DIR to avoid word-splitting
  • Loading branch information
Reflexe committed Nov 1, 2019
commit 08c7e8e8ddd8000131a583d4bf88d4f29d20b14d
2 changes: 1 addition & 1 deletion cmake/linux/launch_lmms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ else
echo "Jack does not appear to be installed. That's OK, we'll use a dummy version instead."
export LD_LIBRARY_PATH=$DIR/usr/lib/lmms/optional:$LD_LIBRARY_PATH
fi
QT_X11_NO_NATIVE_MENUBAR=1 $DIR/usr/bin/lmms.real "$@"
QT_X11_NO_NATIVE_MENUBAR=1 "$DIR"/usr/bin/lmms.real "$@"