Javier Serrano Polo
ecf9db66bd
Merge pull request #2822 from jasp00/rm-track
...
Fix removal of track when notes are playing
2016-06-17 20:14:24 +00:00
Javier Serrano Polo
d31089ceb5
Fixed removal of track when notes are playing
2016-06-16 17:42:00 +02:00
Javier Serrano Polo
4b1fdc4821
Dropped VstParameterProperties
...
Added information related to VstTimeInfo
2016-06-09 23:53:45 +02:00
Javier Serrano Polo
252284b4b1
Pass build flags to wineg++
2016-06-05 01:34:46 +02:00
Javier Serrano Polo
fa7d7a111a
Synchronize with remote plugins using local sockets
2016-05-30 01:52:11 +02:00
Javier Serrano Polo
febbf58a2d
Remove SONAMEs from vestige and vst_base
2016-05-09 00:16:53 +02:00
Javier Serrano Polo
44f419c937
Merge pull request #2759 from jasp00/origin
...
Allow execution of ZynAddSubFX and VST plugins from build tree
2016-05-08 21:47:59 +00:00
Javier Serrano Polo
7246c57491
Allow execution of ZynAddSubFX and VST plugins from build tree
2016-05-07 19:41:52 +02:00
Javier Serrano Polo
4b8cf97af3
Compile VST plugins without Wine
2016-05-02 00:02:12 +02:00
liushuyu
3974faca50
Change link method of Vestige module
...
Try to fix #2628
2016-03-05 00:05:22 +08:00
Tres Finocchiaro
67334a84c2
Add Win/Qt5 build directives for Travis
2016-02-25 01:39:20 -05:00
tresf
a7f8251f4b
Initial changes for MSYS support
2015-10-30 17:05:26 -04:00
Lukas W
422fbbc8d3
Merge branch 'master' into cmake_dist
...
# Conflicts:
# include/ConfigManager.h
# include/Engine.h
# plugins/CMakeLists.txt
# plugins/vst_base/CMakeLists.txt
# plugins/vst_base/Win64/CMakeLists.txt
# src/core/Engine.cpp
2015-05-30 22:59:06 +02:00
Vesa
d4ab23efef
Merge branch 'stable-1.1'
...
Conflicts:
.travis.yml
CMakeLists.txt
plugins/stk/mallets/mallets.cpp
plugins/vst_base/CMakeLists.txt
2015-04-26 16:59:01 +03:00
Tres Finocchiaro
d14f4511b2
Remove compiler optimizations for mingw, bump version
...
Fixes #1757
2015-03-07 21:47:14 -05:00
Lukas W
2a0c08afa2
Fix windows build
2015-01-29 16:37:10 +01:00
Tres Finocchiaro
d89b54d768
Add CPU prioritization support for Windows
2015-01-14 14:33:21 -05:00
Lukas W
748cccd266
Merge branch 'gui_application' into ed_refac
...
Conflicts:
src/core/Song.cpp
src/gui/MainWindow.cpp
2015-01-07 00:03:32 +01:00
Tres Finocchiaro
3886cd43a9
Merge pull request #1478 from curlymorphic/i856
...
Proposed fix for 856 Recursive VST Effect Enhancement Request
2014-12-22 00:27:57 -05:00
Dave French
5172acb1e3
Proposed fix for 1049 VST knobs won't remember settings
2014-12-21 23:34:08 -05:00
Dave French
cc74273f60
Proposed fix for 1049 VST knobs won't remember settings
2014-12-21 14:19:48 +00:00
Dave French
f54540dea7
856 now loads absolute and relative paths correctly
2014-12-21 10:51:11 +00:00
Dave French
0d44dc6ac5
Proposed fix for 856 Recursive VST Effect Enhancement Request
2014-12-21 03:38:11 +00:00
Lukas W
1ee93409d1
Move Engine' GUI code to new GuiApplication class
2014-12-17 23:25:55 +01:00
Lukas W
5b77abd9a5
Rename fixes
2014-11-26 01:46:12 +01:00
Lukas W
968909c07c
Rename engine to Engine
2014-11-26 00:49:55 +01:00
Lukas W
7d0e3945e5
Rename song to Song
2014-11-26 00:44:41 +01:00
Lukas W
8e8879f735
Merge stable-1.1
...
Conflicts:
include/ConfigManager.h
include/MidiTime.h
include/string_pair_drag.h
src/gui/string_pair_drag.cpp
src/gui/widgets/rubberband.cpp
2014-11-10 19:26:59 +01:00
Umcaruje
6fb923cba2
Correct the program name and site in the descriptions.
2014-11-04 22:56:50 +01:00
Lukas W
f6f44d0c5c
Rename ConfigManager files (3)
2014-11-02 01:26:46 +01:00
Tobias Doerffel
f2876ea650
Merge remote-tracking branch 'origin/stable-1.1'
...
Conflicts:
data/locale/zh.ts
src/tracks/Pattern.cpp
2014-09-30 22:53:24 +02:00
Tobias Doerffel
53f240852d
RemoteVstPlugin: build with -ansi option
...
Work around a known bug in GCC headers which can lead to compile errors
in cstdlib header file when using the -m32 compiler flag.
Closes #1181 .
2014-09-28 18:18:31 +02:00
Tobias Doerffel
311d290b32
Added support for building for Win32/Win64 with Qt5
2014-08-16 17:20:00 +02:00
Tobias Doerffel
4cee046909
Added initial Qt5 support
...
LMMS now properly builds and runs with Qt5. Various deprecated functions
had to be replaced like QString::toAscii()/fromAscii(). Also occurences
of FALSE/TRUE have been replaced with false/true.
LmmsStyle now derives from QProxyStyle and sets a style instance as base
style (Plastique for Qt4, Fusion for Qt5).
MOC files are not included anymore but added as regular source files.
What's missing is support for embedding VST plugins into a subwindow
inside LMMS on Linux/X11 due to missing QX11EmbedContainer class in Qt5.
Build instructions can be found in INSTALL.Qt5
Minimum version requirement for Qt4 has been raised to 4.6.0 for best
API compatibility between Qt4 and Qt5.
2014-08-14 17:34:49 +02:00
Tobias Doerffel
1b4ce136c9
Merge branch 'stable-1.0' into stable-1.1
2014-07-09 23:01:36 +02:00
Tobias Doerffel
e0779fa6f8
VstBase: include 32 bit version of libwinpthread DLL for RemoteVstPlugin32
...
This is required with latest mingw-x-runtime packages.
2014-07-09 23:00:44 +02:00
Tobias Doerffel
97bb80b9b1
Merge branch 'stable-1.0' into stable-1.1
...
Conflicts:
CMakeLists.txt
README
lmms.rc.in
2014-07-06 13:56:44 +02:00
Tobias Doerffel
6711f5d291
Added support for winpthreads library
...
Recent builds of MinGW64 runtime include the winpthreads library which
is not linked statically anymore and thus doesn't required non-portable
(de-)initialization function calls.
2014-07-06 13:52:32 +02:00
Tobias Doerffel
28cf4a5f8d
Merge remote-tracking branch 'origin/stable-1.0'
...
Conflicts:
CMakeLists.txt
data/CMakeLists.txt
include/SampleBuffer.h
plugins/CMakeLists.txt
plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.cpp
src/core/SampleBuffer.cpp
2014-05-12 21:57:10 +02:00
Tobias Doerffel
059ddc2875
CMake/FindWine: search for wineg++ executable
...
Instead of relying on wineg++ being in PATH search for it as it might
reside somewhere else.
2014-05-02 00:17:42 +02:00
Hannu Haahti
b8476b742e
RemoteVstPlugin: really close the plugin
...
(cherry picked from commit d50d376b2a )
2014-04-22 11:08:56 +02:00
Hannu Haahti
d50d376b2a
RemoteVstPlugin: really close the plugin
2014-04-19 13:32:48 +03:00
Tobias Doerffel
7b8eaa6835
Merge remote-tracking branch 'origin/stable-0.4-undo-redo'
...
Conflicts:
include/AutomatableModel.h
include/MidiPort.h
include/TrackContainerView.h
include/surround_area.h
include/track.h
src/core/AutomatableModel.cpp
src/core/TrackContainer.cpp
src/core/note.cpp
src/core/track.cpp
src/gui/PianoRoll.cpp
src/gui/TrackContainerView.cpp
src/gui/widgets/LcdSpinBox.cpp
2014-03-24 19:37:26 +01:00
Hannu Haahti
a34a0932d1
RemoteVstPlugin: don't mess with plugin internals
2014-02-24 00:57:03 +02:00
Hannu Haahti
1e3dcdec0d
RemoteVstPlugin: close the plugin properly
2014-02-24 00:56:40 +02:00
Tobias Doerffel
0e5f148dce
Merge pull request #231 from elfring/Complete_quoting_for_parameters_of_some_CMake_commands
...
Complete quoting for parameters of some CMake commands.
2014-02-09 18:57:51 +01:00
Tobias Doerffel
5a9e0bdcef
Moved VST sync functionality into new VstSyncController class
...
First attempt to clean up the mess in the Song class by moving the VST sync
functionality into its own class and just calling a few functions from it.
2014-02-03 20:04:57 +01:00
Markus Elfring
95b0a4305e
Bug #175 : Completed quoting for parameters of some CMake commands
...
A Wiki article pointed out that whitespace will only be preserved for parameters
in CMake commands if passed strings will be appropriately quoted or escaped.
http://cmake.org/Wiki/CMake/Language_Syntax#CMake_splits_arguments_unless_you_use_quotation_marks_or_escapes .
Quoting was added so that more places should also handle file names correctly
which contain space characters eventually.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net >
2014-02-01 15:20:27 +01:00
Tobias Doerffel
0ff636b363
RemoteVstPlugin: fixed handling of MIDI pitch bend events
...
Fix a regression introduced with commit 94f991848e .
Closes #172 .
2014-01-30 00:00:44 +01:00
Tobias Doerffel
5d1335f390
RemoteVstPlugin: fix build failure due to out-of-bounds-array-access-warning
...
Newer versions of GCC seem to assume an array size of 0 for arrays whose
size is not specified explicitely. This causes a warning about an
out-of-bounds array access.
2014-01-26 10:04:03 +01:00