Vesa
b12e6b773c
Revert "Make carla compile in master"
...
This reverts commit 633609fdc7 .
2014-10-18 22:07:07 +03:00
Vesa
633609fdc7
Make carla compile in master
2014-10-15 20:43:47 +03:00
Vesa
30e0140ecb
Adjust Carla for master branch
2014-10-15 20:36:50 +03:00
Vesa
5dfb17df14
Merge branch 'stable-1.1'
2014-10-15 20:29:41 +03:00
Vesa
37671b1427
Revert 2ca84c15a1
2014-10-15 20:28:40 +03:00
Tres Finocchiaro
ace33aa39c
Vestige Controls - Horiz Scrollbar Fix
...
Adds a horizontal scrollbar to VSTs Controls with longer knob labels.
Closes #1184
2014-10-03 14:42:37 -04: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
0055fe13b1
MidiImport: fixed plugin folder name
2014-09-30 22:50:38 +02:00
Tobias Doerffel
de45718351
Renamed pattern/patternView to Pattern/PatternView
2014-09-30 22:49:16 +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
606879421b
Merge remote-tracking branch 'origin/stable-1.1'
...
Conflicts:
README.md
2014-09-28 18:12:04 +02:00
Tobias Doerffel
d39d1b3840
ZynAddSubFX: added explicit check for FLTK's fluid binary
...
Closes #954 .
2014-09-28 18:05:31 +02:00
falkTX
9f6c9d96ef
Carla: Misc fixing
2014-09-27 00:31:28 +01:00
falkTX
5dddbe7c30
Pass timeInfo to Carla plugin
2014-09-26 11:58:42 +01:00
falkTX
8aa29bb4ba
Add TODO items for carla
2014-09-26 10:38:05 +01:00
falkTX
b0fab3d3c2
Carla: Implement UI Save/Open for plugins; Misc fixes
2014-09-26 10:31:08 +01:00
falkTX
b88225ffc8
Carla: Fix link (rpath) and finding binary dir (needs latest carla)
2014-09-16 17:22:23 +01:00
falkTX
849d08c6ef
Initial version of Carla plugin for LMMS
2014-09-11 16:54:31 +01:00
Vesa
bf6659fbb1
Merge branch 'stable-1.1'
...
Conflicts:
src/gui/FileBrowser.cpp
2014-09-09 23:55:39 +03:00
Ubuntu
40f640951c
Disable "Show GUI" button on Apple to prevent crash
2014-09-08 11:13:50 -04:00
Ubuntu
d95fea2d3f
Re-enable OPL2 on Apple, Disable SF2
2014-09-08 10:53:59 -04:00
Ubuntu
c01799e998
Fix AFP crash, bump version
2014-09-08 09:26:50 -04:00
Vesa V
619f912d12
Merge pull request #1136 from tresf/stable-1.1
...
Make start/end/loop knobs responsive to each other
2014-09-07 23:54:49 +03:00
Tres Finocchiaro
2ca84c15a1
Invert loop button pixmaps
2014-09-07 16:30:53 -04:00
Tres Finocchiaro
b33eceda7e
Make loop end move with sample end
2014-09-07 16:20:17 -04:00
Tres Finocchiaro
dc681604e0
Make start/end/loop knobs all responsive
2014-09-07 16:02:52 -04:00
Vesa
c2d7cf787e
Merge branch 'stable-1.1'
...
Conflicts:
include/Plugin.h
src/core/Plugin.cpp
2014-09-02 16:59:04 +03:00
Tobias Doerffel
c4f2311032
LadspaEffect/CMT: remove unused variables and useless assignments for better Clang compatibility
2014-09-01 16:24:48 +02:00
Tobias Doerffel
a1d6adfe10
LadspaEffect/SWH: remove unused variables and useless assignments for better Clang compatibility
2014-09-01 16:24:20 +02:00
Tobias Doerffel
d85f649897
Nes/NesObject: remove unused m_fpp variable
2014-09-01 16:23:33 +02:00
Tobias Doerffel
c400c9ba4d
LadspaEffect/CALF: Clang compatibility fixes
2014-09-01 16:22:54 +02:00
Tobias Doerffel
124c835cda
LadspaEffect/CALF: enable inline flags for GCC only
2014-09-01 14:57:39 +02:00
Tobias Doerffel
f3a890edd0
Organic: remove unused member variable
2014-09-01 14:26:54 +02:00
Tobias Doerffel
70ef29981f
Plugin: remove unused base64.h header
2014-09-01 14:23:31 +02:00
Vesa V
52c18dc3c1
Merge pull request #1107 from LMMS/stable-1.1
...
sync
2014-08-28 06:28:36 +03:00
Vesa
c1acd66d25
Monstro: more optimization
2014-08-28 06:28:14 +03:00
Vesa V
6304104506
Merge pull request #1095 from LMMS/stable-1.1
...
sync
2014-08-24 17:15:28 +03:00
Vesa
956a698d20
Monstro: optimize
...
use stack for rendering envs/lfos - this allows us to render them in advance which in turn seems to allow better optimizations by compiler
2014-08-24 17:12:53 +03:00
Vesa V
68c409df33
Merge pull request #1084 from caoliver/stable-1.1
...
Fix stuck notes on panic or all-notes-off.
2014-08-24 11:08:59 +03:00
Vesa V
ffa86dbc60
Merge pull request #1086 from diizy/master
...
LadspaEffect: use stack for downsampling
2014-08-21 18:53:13 +03:00
Vesa
ba1c15f0fa
LadspaEffect: use stack for downsampling
...
Not likely to be an issue currently, but if(when) we at some point allow >44.1k samplerates for playback, we may run in a situation where we have to downsample audio for processing, and thus we'd be doing heap allocation every period - it's best to fix this in advance so we're using stack for it for now (may be replaced with memory management later though)
2014-08-21 18:50:20 +03:00
Vesa V
05fbd5a6b6
Merge pull request #1085 from LMMS/stable-1.1
...
sync
2014-08-21 18:44:36 +03:00
Vesa
759c3e1cb7
Use stack allocation in srccpy
2014-08-21 18:40:29 +03:00
Christopher A. Oliver
59099c14f2
Fix stuck notes on panic or all-notes-off.
2014-08-20 22:49:06 -04: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
Vesa V
dea2631035
Merge pull request #1061 from LMMS/stable-1.1
...
sync
2014-08-07 11:39:35 +03:00
Tres Finocchiaro
e1b1270695
Allow uppercase letters in ladspa file names
...
Per #1041
Tested against unfa-spoken.mmpz (uses dozens of LADSPA effects).
2014-07-30 10:53:47 -04:00
Vesa V
3bbb81cf24
Merge pull request #1036 from LMMS/stable-1.1
...
sync
2014-07-27 19:36:37 +03:00
Vesa
c266e7b88e
Monstro: optimize
...
Rewrote handling of modulators so that we don't have to allocate extra buffers for every note - should improve performance and make cpu usage more consistent
2014-07-27 19:34:41 +03:00