tresf
fc9c3eadef
Fix the AppImages
2018-02-27 01:54:26 -05:00
tresf
edc8f43d5b
Use bundled jack if missing
...
Closes #4094
2018-02-27 01:54:26 -05:00
Tres Finocchiaro
3980e54667
Better wine prefix detection ( #4176 )
...
Closes #4108
2018-02-23 13:20:35 -05:00
Hyunin Song
0f0b08b852
Travis: replace homebrew/versions/qt55 with qt5
2018-02-17 13:01:19 +09:00
noahb01
a39ea2b163
Reset window title after render
...
Closes #4160
2018-02-08 23:40:15 -05:00
Oskar Wallgren
c3b4767836
Add journaling checkpoint to recording notes ( #4144 )
2018-02-01 19:45:05 +01:00
Dominic Clark
27007c258a
Fix command line rendering with VSTs ( #4093 )
...
Fix command line rendering with VSTs
2018-01-26 10:48:46 -05:00
Filip Hron
a193ec25f2
Fix patman logo
...
Closes #3660
Supercedes #4121
2018-01-17 17:05:38 -05:00
DomClark
e2c71e3369
Fix lack of sound in iZotope plugins ( #4095 )
2018-01-17 15:56:01 +09:00
DomClark
d0b3be7f00
Wait for reply when updating sample rate
2018-01-17 15:56:01 +09:00
DomClark
709fc7948b
Set buffer size during plugin init
...
Fixes AmpliTube crash
2018-01-17 15:56:01 +09:00
DomClark
6e0dda692a
Remove plugin lock from RemoteVstPlugin
2018-01-17 15:56:01 +09:00
tresf
46512fdf19
Fix macOS compilation without SDL
...
Closes #4105
2018-01-09 21:34:24 -05:00
Mark-Agent003
59eba30d33
Add File Browser Styling ( #4085 )
...
Use CSS to style the selected and hovered items in the File Browser
2018-01-05 11:43:24 -05:00
David Carlier
bd8c27249f
Using the cmake variable will insure the proper value
...
regardless of the platform (already available in 2.0.7 version)
2018-01-02 13:09:03 +01:00
liushuyu
96c5f05120
update i18n and add i18n maint script
2017-12-30 01:21:00 -07:00
Tres Finocchiaro
a3d72def4d
Move Zyn GUI to main thread ( #4065 )
2017-12-22 15:29:32 -05:00
gandalf3
2c3df226ee
Allow individual velocity/pan changes with alt ( #3923 )
...
Fix regression caused by 6e3d4f4 , allow ALT to change the velocity of multiple selected notes.
2017-12-22 15:29:08 -05:00
tresf
7de9649b2f
Fix quantization of pasted notes
...
Fixes a regression caused by #4058
2017-12-22 14:58:20 -05:00
Tres Finocchiaro
c3438a1b4e
Remove alpha channel from splash
...
Closes #4062
2017-12-20 20:46:47 -05:00
Hyunjin Song
eb9b460925
Travis: install jack2 in Linux build
...
Per #4026 : Installing Carla will remove jack1 if it's installed, since Carla requires jack2.
2017-12-20 12:54:31 +09:00
Umcaruje
481cb2e889
Bump version to RC5
v1.2.0-rc5
2017-12-19 18:24:15 +01:00
tresf
1279244e50
Add $HOME/bin to PATH
...
Circumvent change in appimagetool, per AppImage/AppImageKit#592
2017-12-18 18:55:51 -05:00
Lukas W
7c71bc657c
Merge pull request #3786 from LMMS/fix/qt5-vst
...
Add all the Qt5 Linux VST implementations
2017-12-18 22:15:45 +01:00
Lukas W
19f48898a7
VST: Disable plugin reload on embed method change
2017-12-18 12:05:29 +01:00
Oskar Wallgren
76766c4c85
Piano Roll - Don't quantize when pasting notes ( #4058 )
...
Some changes on pasting notes in the Piano Roll:
* Don't quantize notes when pasting
* Add journal checkpoint
* Set project changed
2017-12-17 21:48:33 +01:00
Lukas W
5bad0ea8c0
Merge pull request #4046 from devnexen/build_fix
...
Few code fixes since we re dealing with C++11
2017-12-13 14:32:42 +01:00
Oskar Wallgren
54be88f536
Automation Editor - remove (comment out) unimplemented buttons ( #4051 )
2017-12-12 18:44:10 +01:00
tresf
5174bdaa0d
Spaces to tabs
2017-12-11 10:46:19 -05:00
David Carlier
a653d01ac8
Few code fixes since we re dealing with C++11
2017-12-09 07:55:30 +00:00
Oskar Wallgren
06c40fc821
Automation Editor - Straighten out draw line function ( #3997 )
...
Fixes:
AutomationEditor::drawLine(..) - quantize input
AutomationEditor::drawLine(..) - Adjust line level.
2017-12-06 06:18:38 +01:00
Tres Finocchiaro
260c1843dd
Fix typo from b6441b7
...
Closes #4039
2017-12-05 21:58:51 -05:00
Dan Williams
45d6b299ef
Fix a crash ( #4037 )
...
This code loads a Qt5 library, which will cause problems if done from a Qt4 application. If the application is Qt4 based we don't have a bug with kde changing the menus anyway, so we can skip this code.
2017-12-05 21:36:54 -05:00
Hyunjin Song
dd4a73eb4b
Fix various bugs when using JACK ( #4005 )
...
* Fix crash on closing
* Fix audio rendering artifacts
* Make LMMS work properly after rendering
2017-12-03 11:27:49 +09:00
Tres Finocchiaro
d711b8b55e
Add Carla Support to AppImage ( #4026 )
...
Build AppImage with Carla support
* Disables HiDPI support in the AppImages
* Ignores deprecated jack usage
* Fix Carla compilation warnings
* Detects carla prefix in AppRun
2017-12-01 13:19:44 -05:00
Hyunjin Song
6cc118c259
Fix automation unit test for Qt4
...
Fixes failing Travis-CI build
2017-12-01 11:26:37 +09:00
Lukas W
d146308c02
Add more automation tests
...
See issue #3800 (Automations continue after the end of their TCOs) which
was fixed via #4012
2017-11-30 19:43:49 +01:00
Lukas W
ee9b593e26
Merge pull request #4012 from PhysSong/autoshrink
...
Handle shrank automation patterns correctly
2017-11-30 19:19:08 +01:00
Steffen Baranowsky
898e7999dc
fixes bug when changing value by double click on fader/knob ( #4018 )
2017-11-30 16:57:15 +01:00
Lukas W
7ae348eb10
Vst refactorings
2017-11-29 15:33:44 +01:00
Lukas W
a446775c80
VST: Fix Qt-embedded VSTs not always appearing
2017-11-29 15:33:36 +01:00
Lukas W
ae488b89cd
Fix VstEffect width issue
2017-11-29 14:44:53 +01:00
tresf
d0194e6c64
Bump Qt to 5.9.2
...
Closes #3925
2017-11-27 10:42:17 -05:00
Hyunin Song
72dcefc5f2
Handle shrinked automation patterns correctly
2017-11-26 21:04:06 +09:00
Lukas W
8c02495f27
Qt4 compat simplified
2017-11-25 15:25:32 +01:00
Lukas W
238d6b627c
CMake: Fix RemoteVstPlugin build when winebuild is not in PATH
2017-11-25 14:48:15 +01:00
Lukas W
7019cabb51
Merge branch 'stable-1.2' into fix/qt5-vst
2017-11-25 12:36:34 +01:00
Lukas W
46ef3c6a11
Fix rpmalloc debug build with GCC < 5
2017-11-25 12:09:10 +01:00
Lukas W
23cb3852ac
VstEmbed: Remove obsolete CMake flags
2017-11-24 15:39:53 +01:00
Lukas W
e95e3793b4
Merge pull request #3991 from PhysSong/fix/qt5-vst
...
Some fixes/enhancements for #3786
2017-11-24 14:40:24 +01:00