Dominic Clark
31775752b4
Fix rendering cancellation with VSTs ( #4189 )
2018-02-27 16:08:42 +01:00
Oskar Wallgren
33d2b71b01
Piano Roll - Erase on mouse button drag in erase mode ( #4150 )
2018-02-27 15:59:15 +01:00
tresf
edc8f43d5b
Use bundled jack if missing
...
Closes #4094
2018-02-27 01:54:26 -05: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
tresf
46512fdf19
Fix macOS compilation without SDL
...
Closes #4105
2018-01-09 21:34:24 -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
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
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
Oskar Wallgren
54be88f536
Automation Editor - remove (comment out) unimplemented buttons ( #4051 )
2017-12-12 18:44:10 +01: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
Hyunin Song
72dcefc5f2
Handle shrinked automation patterns correctly
2017-11-26 21:04:06 +09: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
a8aa3e153f
VST: Fix Qt4 compilation
2017-11-24 12:46:06 +01:00
Oskar Wallgren
c6ae1dcba6
Automation Editor - delete automation point ( #3986 )
...
Fix regression from b68dc572a3
Let the right mouse button delete the automation point like before
and add the space above it too.
2017-11-24 05:38:47 +01:00
Oskar Wallgren
55076d0bb0
Unsolo mixer channels on delete ( #3982 )
...
If a mixer channel is soloed when it's deleted the other channels are left in the
state their in which is, for the most part, muted. Solve this by clearing mixer
channels on delete.
2017-11-21 20:56:54 +01:00
Hyunin Song
72e882af88
Add a fallback logic for VST embedding methods
2017-11-20 15:57:29 +09:00
Hyunin Song
55ce90ec00
Try to improve embedding method logic
2017-11-20 15:46:57 +09:00
Hyunin Song
7da7a70d60
Add Win32 embedding
2017-11-19 14:25:39 +09:00
Hyunin Song
b0f64dea7f
Restrict "qt" embed method to Qt5 only
2017-11-19 14:25:39 +09:00
Hyunin Song
df3c07bbed
Fix Qt4 compatibility
2017-11-19 14:25:33 +09:00
Oskar Wallgren
3de3ea6b16
Revert accidental submodule changes
2017-11-18 16:30:00 +01:00
Oskar Wallgren
b68dc572a3
Automtion Editor - left click response
...
When you left click an existing value the automation point will only
snap to the new value if it is higher. If it is lower the mouse click
event will 'break'.
Cleanup. Remove statement that will always evaluate as 'true'.
2017-11-18 15:04:20 +01:00
Oskar Wallgren
01265ace66
Default project when cancelling project loading ( #3941 )
...
Default project when cancelling project loading
If a user isn't aware that the loading of a project has been
cancelled, it may be in an incomplete state. Saving such a project
will overwrite the original file and result in data loss. This is
solved by loading the default project on cancelling project loading.
Add Mixer::clearNewPlayHandles() to prevent crash when cancelling
loading of a single streamed instrument.
2017-11-17 02:03:49 +01:00
Dominic Clark
7ed9bea9fb
Disable plugin transparency on Qt5 ( #3934 )
2017-11-13 08:52:08 +09:00
Lukas W
358a251cff
VstEmbed: Support changing embed method without restart
2017-11-10 09:18:40 +01:00
Hussam Eddin Alhomsi
0dbbdd9f4c
Update the grid after changing the quantization value in automation editor
2017-11-09 16:31:20 +01:00
Hussam Eddin Alhomsi
43ae3c6376
Update patterns in song editor after shifting their notes by semitones in piano roll. ( #3961 )
...
After shifting notes up/down, call rearrangeAllNotes() to sort notes and dataChanged()
to update the pattern the Song Editor.
2017-11-09 16:29:45 +01:00
Tres Finocchiaro
d4d909cd9e
Add libjack.so.0 fallback logic for AppImages ( #3958 )
...
Add libjack.so.0 fallback logic
2017-11-09 01:57:20 -05:00
Hyunjin Song
48b9b6508e
Fix visual glitch with automation patterns ( #3945 )
...
Fix off-by-one visual glitch in automation editor and automation pattern view
2017-11-09 06:58:51 +09:00
Lukas W
0dbdafc1f8
CMake: Fix non-existing target warnings
2017-11-07 12:06:52 +01:00
follower
eb09ff6f25
Fix off-by-one/heap-buffer-overflow as reported by ASAN.
...
It's probably not the best "solution" but it should hopefully be
one less category of crash-on-close on Mac.
ASAN a.k.a Clang "AddressSanitizer".
2017-11-07 11:56:49 +01:00
Lukas W
6fd38fee9f
Fix qt5-x11embed submodule reference
2017-11-07 11:21:00 +01:00
Lukas W
2b6f366063
CMake: Only link qx11embedcontainer on Linux
2017-11-07 11:03:37 +01:00
Lukas W
6eb447deb7
Merge branch 'stable-1.2' into fix/qt5-vst
...
# Conflicts:
# .gitmodules
# .travis/linux..install.sh
# CMakeLists.txt
# plugins/vst_base/CMakeLists.txt
# src/3rdparty/CMakeLists.txt
2017-11-07 10:58:52 +01:00
Lukas W
e3ba9ba9be
Update qt5-x11embed submodule for CMake changes
2017-11-06 19:15:57 +01:00
Lukas W
421a85d2e1
Update qt5-x11embed submodule
2017-11-06 18:32:56 +01:00
Lukas W
472a74d252
Minor fixes
2017-11-06 16:31:12 +01:00
Lukas W
6839746344
VstEmbed: Allow selecting method at runtime
2017-11-06 11:17:10 +01:00
Dan Williams
298f1ec335
Fix recent files ( #3872 )
...
* Fix templates and recent files on KDE.
Workaround for https://bugs.kde.org/show_bug.cgi?id=337491 , Call into KDE stuff to stop it adding accelerators.
* Fix & in recent files.
Escape & as && when building the recent file lists, and reverse that when getting the file name.
2017-11-04 17:31:41 +09:00
Hyunjin Song
a3c7328f9c
Fix wrong value interpolation ( #3929 )
2017-11-04 08:54:33 +09:00
Hyunjin Song
60e9b2f474
Fix crashes and deadlocks with previewing preset ( #3905 )
...
* Fix crash when closing while previewing preset
* Fix deadlock on previewing presets while playing arpeggio
2017-10-29 20:26:28 +09:00
Oskar Wallgren
9715da332b
Deleting Automation Points at coarser quantization
...
Regression from f9ab2dec02
Don't follow quantization as you will have to move the
cursor that length before any deletion is made.
2017-10-26 02:38:15 +02:00
Oskar Wallgren
f9ab2dec02
Automation Point delete radius and size ( #3902 )
...
* Fix Automation Point delete radius. At lower zoom deleting would miss
automation points to delete and at higher zoom it would be too generous
and remove neighbouring points.
* Increase smallest Automation Point radius. For visibility. The smallest
Automatin Point radius was tiny.
2017-10-24 17:42:30 +02:00
Hyunjin Song
de20d76c8e
Ignore release frames for single-streamed instruments ( #3900 )
...
Let InstrumentSoundShaping::releaseFrames() ignore release frames for single-streamed instruments. And make it return 0 if m_instrumentTrack->instrument() is NULL.
2017-10-24 00:21:25 +09:00