Lukas W
846ca178f5
CMake: Build lmms shared library instead of object library
...
Resolves some inexplicable linking errors on Windows. Saves us from
working around incomplete CMake support of object libraries.
2020-05-22 17:23:17 +02:00
Lukas W
74ee6354e6
Merge remote-tracking branch 'origin/master' into refac/memory
2020-05-12 13:54:19 +02:00
Lukas W
187f7f58c7
Merge stable-1.2 into master
2020-05-12 11:18:14 +02:00
Lost Robot
79511d6004
Decrease Bitcrusher bit depth reduction step size ( #5407 )
2020-05-09 14:03:34 -06:00
akimaze
ab107f01f9
VST preset preview ( #5441 )
...
* Enable vestige presets preview.
* Don't destroy vestige instrument on every preset change.
* Don't reload VST dll plugin when it's not necessary. Always hide plugin UI in preview mode.
* Don't remove other instruments in preview mode, don't send instrument change signal.
* Minor changes
* Add a change I missed
Co-authored-by: Hyunjin Song <tteu.ingog@gmail.com >
2020-05-09 13:23:40 +09:00
thmueller64
56fbefc700
Fix #5461 and ensure consistent use of check gate ( #5475 )
...
* Multiple effects: Calculation of `outSum` should be after D/W mixing
* CrossoverEQ.cpp: `outSum` must be divided by frames in the end
* CrossoverEQ.cpp: don't overwrite `outSum` in for loop, but increment it
2020-05-06 11:23:40 +02:00
Lukas W
68d7157c8e
Merge branch 'master' into refac/memory
2020-05-04 20:28:32 +02:00
Lukas W
e21c00e9b7
Apply suggestions by @PhysSong
2020-05-04 18:00:47 +02:00
Hyunjin Song
687870d302
AFP: fix loading start and loop points if the loop point is automated ( #5472 )
2020-04-28 14:41:11 +09:00
Johannes Lorenz
27b1ce914b
Remove plugins/LadspaEffect/swh/ladspa-util.c ( #5451 )
...
This file contains no used code and it caused build problems, so we
remove it. Thanks to @plater for the issue report.
2020-04-22 10:35:00 +02:00
Hyunjin Song
ebfa883e4d
Carla: fix MSVC compatibility
2020-04-04 12:13:01 +09:00
Hyunjin Song
7628b253b0
Fix linking issues with the dummy Carla library(especially with MSVC)
2020-04-04 12:13:01 +09:00
Hyunjin Song
044c88c271
Merge branch 'stable-1.2'
...
# Conflicts:
# .gitmodules
# .travis.yml
# .travis/linux..before_install.sh
# .travis/linux..install.sh
# CMakeLists.txt
# cmake/linux/package_linux.sh.in
# cmake/modules/BuildPlugin.cmake
# include/AutomatableModel.h
# plugins/MidiImport/MidiImport.cpp
# plugins/carlapatchbay/CMakeLists.txt
# plugins/carlarack/CMakeLists.txt
# src/core/Song.cpp
# src/core/Track.cpp
# src/gui/editors/SongEditor.cpp
# tests/src/core/AutomatableModelTest.cpp
2020-04-04 12:08:55 +09:00
Hyunjin Song
8afa2d5412
Fix the linking method for the dummy Carla library
2020-04-04 12:06:35 +09:00
Hyunjin Song
a8df120a58
STK Mallets: don't silence active notes when switching instruments
...
This also fixes the underlying noise on instrument switches.
2020-03-25 11:09:55 +09:00
Hyunjin Song
2367a62a51
Fix crashes and hangs on importing some Hydrogen drum kit songs ( #5420 )
2020-03-23 15:11:13 +09:00
Hyunjin Song
94431ea9de
RemoteVstPlugin: fix issues with FXP/FXB files on Windows ( #5411 )
2020-03-01 12:03:49 +09:00
tresf
a77e592c19
Fix handling of plugin_export.h
...
Fixes error: definition is marked ‘dllimport’
Per #4813
2020-02-08 01:57:30 -05:00
Martin Pavelek
89d8363218
Add the vectorscope plugin ( #5328 )
...
The credit for the `ColorChooser` class goes to CYBERDEViLNL.
2020-02-07 15:00:42 +09:00
Hye Sung Jung
8679f79e2b
fix spelling errors ( #5385 )
2020-02-01 13:38:59 +01:00
Javier Serrano Polo
fd77c79cda
Switch to Xenial build environment ( #4813 )
...
* Switch to Xenial build environment
* Add Carla submodule/weak linking support, related #3963
* Fix Carla detection in AppImage, closes #5369
2020-01-17 10:55:07 -05:00
Hyunjin Song
4bfcc30a71
MIDI import: fix putting notes before the beginning of a pattern ( #5343 )
2019-12-23 17:33:46 +09:00
liushuyu
b11e8eb33b
SpectrumAnalyzer: Fix typo
2019-11-24 00:50:15 -07:00
Martin Pavelek
da73ddd242
Spectrum analyzer update ( #5160 )
...
* advanced config: expose hidden constants to user screen
* advanced config: add support for FFT window overlapping
* waterfall: display at native resolution on high-DPI screens
* waterfall: add cursor and improve label density
* FFT: fix normalization so that 0 dBFS matches full-scale sinewave
* FFT: decouple data acquisition from processing and display
* FFT: separate lock for reallocation (to avoid some needless waiting)
* moved ranges and other constants to a separate file
* debug: better performance measurements
* minor fixes
* build the ringbuffer library as part of LMMS core
2019-11-21 14:44:18 +01:00
Kapandaria
2f0010270e
Xpressive plugin updates ( #5217 )
...
* Updated plugin artwork.
* Update the formula in the presets to use integrate(f) instead of
t*f, as integrate operation is more robust to frequency changes.
* rename X-Pressive to Xpressive in help window title.
* Xpressive.cpp, spaces to tabs and remove commented code.
2019-11-18 21:29:08 +01:00
Dominic Clark
cf4bb7b851
Fix remote plugin crash reading parameters from Grooove plugin ( #5300 )
2019-11-17 16:09:48 +00:00
David CARLIER
dac59a5fa0
C++11 inheritance updates
...
Add `override` and remove `virtual` where applicable
2019-10-31 20:05:33 +01:00
Alexandre Almeida
53e6b645c8
Use "bar" instead of "tact"
...
Closes #4865
2019-10-31 15:13:25 +01:00
Hyunjin Song
7ebaa0e211
Merge branch 'stable-1.2'
...
# Conflicts:
# data/locale/pl.ts
# include/SongEditor.h
# plugins/vst_base/CMakeLists.txt
# src/core/Song.cpp
# src/gui/editors/SongEditor.cpp
2019-10-21 11:18:39 +09:00
Shmuel H
82c38193de
Add windows NSIS artifact extensions ( #5244 )
...
* MSVC: Move MSVC year detection to DetectMachine.cmake.
* NSIS: Add compiler to installer name
2019-10-20 23:28:42 +03:00
Oskar Wallgren
a9262b9613
Fix Organic offset glitch ( #5252 )
2019-10-19 11:40:06 +02:00
David Carlier
732448c392
FreeBSD build version
2019-10-18 16:52:38 +02:00
Lost Robot
2d17bf07f3
Allow mid-note automation of BitInvader sample length ( #4705 )
2019-10-17 16:44:55 +09:00
Shmuel H
d005eec1aa
MSVC: Move MSVC year detection to DetectMachine.cmake.
2019-10-17 03:03:26 +03:00
Kevin Zander
170d28ffbd
Remove global automation from MIDI import ( #5223 )
2019-10-15 11:22:41 +09:00
Hyunjin Song
95c46a805d
RemoteVstPlugin: fix crashes when failed to open a file ( #5235 )
2019-10-15 11:18:46 +09:00
Oskar Wallgren
6dee6a4418
Show icon on 'Turn off all notes' button ( #5237 )
...
Backporting fix from 2815da2805
by @karmux
2019-10-12 17:41:30 +02:00
Hyunjin Song
16390f61a5
Work around a winegcc bug of Wine >= 4.14 ( #5210 )
...
See https://bugs.winehq.org/show_bug.cgi?id=47710 for details
2019-10-07 08:01:48 +09:00
Tres Finocchiaro
15fe551b1d
Submodules: Only fetch required ( #5182 , closes #5105 ) + Non-shallow fallback (hotfix)
...
* Retry updating submodules non-shallow if shallow clone fails (master hotfix)
* Add `PLUGIN_LIST` support to CheckSubmodules (#5105 )
* Remove `SKIP_SUBMODULES` switch (it's redundant to specifying `PLUGIN_LIST`)
* Add `NO_SHALLOW_CLONE` switch
2019-10-03 17:47:49 +02:00
Shmuel H
57a486c75d
Merge pull request #5142 from Reflexe/cmake/install-refactor
...
Support automatic dll collection and refactor cmake installation process.
2019-09-24 11:36:24 +03:00
Shmuel H
1324cf48c1
Enable automatic dll installation for RemoteVstPlugin32
...
Co-Authored-By: Hyunjin Song <tteu.ingog@gmail.com >
2019-09-24 10:47:24 +03:00
Dominic Clark
91cf5bd88d
Support compilation with MSVC 2019 ( #5180 )
2019-09-10 15:17:55 +01:00
Hussam al-Homsi
84d1091100
Rewrite the setup dialog ( #3820 )
2019-09-05 20:32:17 -04:00
Lukas W
4fd8e08f3b
Rewrite CMake dependency installation
...
Replaces the hard-coded library paths by a method based on CMake's
GetPrerequisites module which recursively finds a binary file's linked
libraries. Advantage: Potentially works on any system without adaption as
long as CMake supports it, so it could be used to create portable Linux
packages as well. Disadvantage: "Potentially".
Co-Authored-By: Hyunjin Song <tteu.ingog@gmail.com >
2019-08-31 09:09:49 +09:00
RossGammon
4c2d8941dc
Fix some spelling errors in lmms ( #5151 )
2019-08-26 09:09:05 +08:00
Lukas W
2f8e231b8c
Fix macOS linking problem
2019-08-25 23:22:06 +02:00
Lukas W
8b122d5a4c
Fix libcds on MinGW
2019-08-25 23:21:53 +02:00
Lukas W
178888af94
BufferManager: Use MemoryPool, rename to BufferPool
2019-08-25 22:22:21 +02:00
Lukas W
3c73270c23
Rename MemoryManager.h to Memory.h
2019-08-25 22:18:47 +02:00
Kun Deng
00d2cd304a
Fix for the SF2 with no "default" patch ( #5084 )
...
Fixes #323
2019-08-13 21:23:57 +03:00