Lukas W
d756a7ade0
MSVC: Fix VST build
2018-07-07 16:40:37 +02:00
Lukas W
07a22181da
RemoteVstPlugin: Debug LoadLibrary failure
2018-07-07 16:40:37 +02:00
Lukas W
87a7b0a2f0
MSVC: Port RemoteVstPlugin
2018-07-07 16:40:37 +02:00
Lukas W
1027386113
CMake: Fix MSVC architecture detection
2018-07-07 16:40:33 +02:00
Lukas W
966bf1c6de
Use CMake GenerateExportHeader
2018-07-07 11:20:54 +02:00
Hyunin Song
170a46e7a3
Merge branch 'stable-1.2'
2018-07-07 10:40:35 +09:00
Hyunin Song
0f3b41f590
Fix fwrite parameter ordering
2018-07-07 10:37:30 +09:00
Lukas W
a7b0c99242
MSYS compilation fixes
...
* Fix MSYS and processor detection when not using the provided toolchain
file
* Fix creation of import library (ENABLE_EXPORTS not working)
2018-07-06 15:58:29 +02:00
Lukas W
3c6f200beb
Merge branch 'stable-1.2'
...
# Conflicts:
# cmake/modules/BuildPlugin.cmake
# plugins/CMakeLists.txt
# plugins/LadspaEffect/swh/CMakeLists.txt
# plugins/LadspaEffect/tap/CMakeLists.txt
# plugins/zynaddsubfx/zynaddsubfx
# plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.cpp
# src/gui/MainWindow.cpp
2018-07-06 12:42:15 +02:00
Hyunin Song
62d505b2e6
Improve STK rawwave path encoding handling
...
Still incomplete on Windows due to an upstream issue
2018-07-05 20:16:01 +09:00
Hyunin Song
3e538d510c
Fix MIDI import encoding issue on Windows
2018-07-05 20:16:01 +09:00
Hyunin Song
1af0f083ea
Fix WAV exporting on Windows
2018-07-05 20:16:01 +09:00
Hyunin Song
ddcae478d4
Fix sample file loading on Windows
2018-07-05 20:16:01 +09:00
Hyunin Song
9d0aae2708
Fix file name encoding issues with ZynAddSubFX on Windows
2018-07-05 20:16:01 +09:00
Hyunin Song
792e4786ad
Fix file name encoding issues with VST on Windows
...
Fix plugin loading and setting loading/saving
2018-07-05 20:16:01 +09:00
Pikamander2
406bbcc2ee
Fix grammar on MIDI import dialog ( #4457 )
2018-07-02 11:37:05 +09:00
Hyunin Song
e9f2b57107
Fix project URL for some files
...
They were created before https://github.com/LMMS/lmms/pull/3326
and added after it.
2018-06-28 20:23:53 +09:00
Hyunjin Song
28a522806b
Fix hang on exit from specific MIDI devices + WinMM ( #4451 )
2018-06-27 08:59:36 +09:00
Lukas W
392c7534d5
Fix Clang compilation
2018-06-22 17:44:26 +02:00
wadej
c3575a4c17
Ensure MSVC startup project is LMMS
2018-06-22 17:44:26 +02:00
Lukas W
c45a21aac3
CMake: Fix FindSndio module
...
Fixes a bug where the module would set SNDIO_LIBRARY to NOT-FOUND
resulting in a CMake error when trying to link to ${SNDIO_LIBRARY}.
2018-06-20 08:47:10 +02:00
Lukas W
d1c36d7b96
CMake: Fix errors when path contains spaces
2018-06-20 08:47:10 +02:00
Oskar Wallgren
583e42e5bb
Quit exit if failing to save project ( #4428 )
...
* Quit exiting when failing to save project
*Test outcome of save in MainWindow::saveProjectAsNewVersion()
2018-06-19 21:59:12 +02:00
Hyunjin Song
6af5154bec
LADSPA: Fix undefined reference due to vectorization ( #4434 )
2018-06-19 09:32:11 +09:00
Hyunjin Song
b52861f19f
Fixup 1bae047b98
2018-06-18 12:35:17 +09:00
Hyunjin Song
1bae047b98
Fix wrong accelerator character in sv.ts
...
Fixes #4415
2018-06-18 10:58:45 +09:00
Lukas W
a87aa7e356
Merge branch 'stable-1.2'
...
# Conflicts:
# src/gui/widgets/EffectView.cpp
2018-06-17 11:51:50 +02:00
dobbelaj
d11966a7ea
Introduce UI_CTRL_KEY and use where appropriate ( #4431 )
...
This is an abstraction for the name of the 'Ctrl' (or equivalent) key on
linux, windows and apple
2018-06-17 11:20:00 +02:00
Hyunjin Song
407973ad6f
Fix crash when loading project with missing peak controller effect ( #4391 )
...
* Fix crash when loading project with missing peak controller effect
* Don't load/save dummy controller connections
2018-06-13 14:50:27 +09:00
Oskar Wallgren
1bdaafc488
Typo - austain -> sustain
2018-06-10 16:39:12 +02:00
Dave French
662f5199fd
Merge pull request #4416 from curlymorphic/eqaa
...
Equalizer plugin has antialiasing enabled in the spectrum analyzer
2018-06-09 21:30:15 +01:00
curlymorphic
cbf4d5056d
Equalizer plugin has Antialiasing enabled in the spectrum analizer widget
2018-06-09 20:58:47 +01:00
Dave French
0e98e03745
Equaliser, Disable analyser when not visible ( #4399 )
2018-06-08 18:26:07 +02:00
Dave French
7f284626e4
Merge pull request #4396 from curlymorphic/eqlp
...
Fix one of Equlizer LP48 filter taking HP value
2018-06-06 02:38:03 +01:00
Hussam al-Homsi
6d46bd473f
Remove "What's This?" and update tooltips ( #4128 )
2018-06-06 01:50:11 +03:00
Hyunjin Song
2f19fa11c8
Piano roll: reset editing mode when lost focus ( #4393 )
2018-06-05 17:39:04 +09:00
curlymorphic
5751d75ced
The Equliser plugin had a bug,where the LP48 filter was having one of its
...
poles incorrectly set by the HP filter model. This resulted, in an unusable
LP48 filter.
This fixes the above.
2018-06-03 15:14:53 +01:00
Hyunjin Song
3bf3fab0e3
Piano roll: Fix some crashes when no pattern is open ( #4392 )
2018-06-03 22:12:28 +09:00
Hyunjin Song
a9b5b92a2b
Deselect FX channel's name text when losing focus ( #4293 )
2018-06-03 21:35:36 +09:00
Colin Wallace
4fd8ecd7e4
RemoteVST: process all remaining messages after the process has quit
...
Courtesy of @justnope (https://github.com/LMMS/lmms/pull/4371 )
2018-06-01 20:53:35 -07:00
Douglas
fad13626bc
Initialize peak controller last sample with base value ( #4382 )
...
* Bug fix in peak_controller_effect.cpp
This change makes it so that when an LMMS project is loaded, each knob connected to a Peak Controller will be set to the Peak Controller's Base value, rather than its minimum possible value.
2018-06-01 20:47:32 -07:00
Douglas
0d7ea273dc
Initialize peak controller last sample with base value ( #4382 )
...
* Bug fix in peak_controller_effect.cpp
This change makes it so that when an LMMS project is loaded, each knob connected to a Peak Controller will be set to the Peak Controller's Base value, rather than its minimum possible value.
2018-06-01 20:41:52 -07:00
Lukas W
d3c90a81b9
Fix automation processing priority
...
Fixes regression from 75077f6200 that caused
global automation tracks to have priority in processing.
Adds a test checking for the desired behaviour.
Fixes #4268
2018-06-01 15:12:47 +02:00
Hyunin Song
1349d45d72
Bump version to 1.2.0-rc6
v1.2.0-rc6
2018-06-01 09:04:01 +09:00
Hyunin Song
75a6502100
Fix Mallets crash when STK rawwave files can't be loaded
2018-05-30 19:14:06 +09:00
Hyunin Song
24ae559de5
Fix crash when re-opening VST effect manage dialog
...
Unset Qt::WA_DeleteOnClose for the dialog to avoid deletion when closed
2018-05-30 09:02:05 +09:00
Hyunin Song
235e8eef6f
Allow controlling VST effects without own GUI
2018-05-30 09:02:05 +09:00
Hyunin Song
55d3fbc908
Fix RemoteVstPlugin not exiting when effect removed
2018-05-30 09:02:05 +09:00
Lukas W
b808631975
VST: Add workaround for small effect window on project load
2018-05-30 09:02:05 +09:00
DomClark
8e9f74df37
Minor fixes
...
From MSDN: "In WM_SYSCOMMAND messages, the four low-order bits of the
wParam parameter are used internally by the system. To obtain the
correct result when testing the value of wParam, an application must
combine the value 0xFFF0 with the wParam value by using the bitwise AND
operator."
Also calculate the required window size using AdjustWindowRect, rather
than hard-coding some constants.
2018-05-30 09:02:05 +09:00