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
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
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
c1acd66d25
Monstro: more optimization
2014-08-28 06:28:14 +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
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
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
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
Vesa
9562f68277
AFP improvements
...
- Stop pointlessly reloading the sample everytime the amp knob is changed
- Also draw the amplitude of the waveform correctly (used to be it was drawn as 2x too "quiet")
2014-07-26 16:25:01 +03:00
Vesa
2469196c33
Monstro: add newlines to helptexts
2014-07-22 20:13:06 +03:00
Tobias Doerffel
a12774f50d
ZynAddSubFX: imported current head
...
Imported current head of LMMS-specific ZynAddSubFX source code.
The current code is based on version 2.4.4 of ZynAddSubFX.
HEAD: 9a993c4936ce987bb30f93eee2a573466ece3712
2014-07-16 23:36:05 +02:00
Rafael Ruggiero
ad35c553b3
Update surround_encoder_1401.c
2014-07-15 17:42:01 -03:00
Rafael Ruggiero
f91925f34a
Update bode_shifter_cv_1432.c
2014-07-15 17:41:07 -03:00
Vesa V
e8d80c1ddf
Merge pull request #969 from tresf/patch-1
...
Fix relative VST paths on Windows
2014-07-11 01:10:51 +03:00
Vesa
a82bcb1759
Effect plugins: don't set modified flag on control changes
...
Fixing a bit of a silly error made by me, all control changes on my effect plugins were flagging the project as modified, which is annoying with automations etc. So I'm disabling it. Maybe later we can have flagging only when knobs are modified manually.
2014-07-10 12:39:02 +03: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
Ubuntu
858033c0c7
Fix relative VST paths on Windows
2014-07-08 15:56:20 -04: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
ab55b26e4b
SWH/BodeShifterCV: fix out-of-bounds array access
...
The xcoeffs array only has 100 elements and thus accessing xcoeffs[100]
leads to undefined behaviour.
2014-07-05 17:47:49 +02:00
Vesa
88c546275b
SF2: Remove superfluous API call that sets period size for audio backend
...
We don't use any audio backend with fluidsynth, so there's no need to set a period size for it.
2014-07-05 16:29:59 +03:00
Vesa
066a9c9f92
LB302: Remove the non-functional Accent button from the UI, pending real implementation
2014-07-05 11:46:53 +03:00
Vesa
3ca971f9e7
Update Zyn from repo, bump version
2014-07-02 23:32:41 +03:00
Vesa V
f3419648cf
Merge pull request #916 from diizy/stable-1.1
...
Sync with Zyn repository - includes a GUI fix, also a fix to RemoteZynAd...
2014-07-02 09:44:10 +03:00
Tres Finocchiaro
20b63ea6c4
Moved isnan/isinf compat code to lmms_math.h
2014-06-30 23:19:04 -04:00
Vesa
71c1bf7dd8
Sync with Zyn repository - includes a GUI fix, also a fix to RemoteZynAddSubFx
2014-06-30 15:18:41 +03:00
Vesa
dd65d48318
Monstro: improve accuracy of env release
2014-06-29 13:27:29 +03:00
Vesa
92544a7932
What's this strings for Monstro
2014-06-26 19:21:16 +03:00
Vesa V
77230c07da
Merge pull request #885 from diizy/gfx
...
Monstro waveform icons updated
2014-06-24 20:28:37 +03:00
Vesa
61cca2b513
Monstro waveform icons updated
2014-06-24 20:27:25 +03:00