grindhold
4509bdcec6
adjusted height of setup dialog
2014-11-19 16:52:24 +01:00
grindhold
05c15dff0c
fixed other occurences of hand cursor than beat-editor
2014-10-28 15:32:35 +01:00
grindhold
2c447a32e7
fixed hotspot of hand-cursor
2014-10-28 15:21:22 +01:00
Vesa V
c6f3962a87
Merge pull request #1230 from diizy/newfilter
...
New filters: SV Lowpass, SV Bandpass, SV Highpass, DoubleMoog
2014-10-22 16:23:41 +03:00
Vesa
e9ab240558
Add more filters!
2014-10-22 16:17:28 +03:00
Vesa
eb86428f10
Correct samplerate-agnostic behaviour
2014-10-22 15:12:58 +03:00
Vesa
8e3908e785
Initial commit: new filter - SV Lowpass
...
Adds a state-variant 4-pole lowpass filter into LMMS, which I swiped from Nekobee and slightly adapted to work in LMMS
It is possible that with some adjustments a highpass version could also be produced (will have to look into that)
It sounds really cool, kind of like the moog filter but has more character, esp. on high Q values
2014-10-22 07:05:53 +03:00
Vesa
b084e91345
Merge branch 'stable-1.1'
...
Conflicts:
data/locale/de.qm
data/locale/zh.qm
data/locale/zh.ts
2014-10-19 14:58:23 +03:00
Vesa
886bf2b16e
Revert "Adjust Carla for master branch"
...
This reverts commit 30e0140ecb .
2014-10-18 22:11:47 +03:00
Vesa
95eaa86a6f
Revert "Revert "Make carla compile in master""
...
This reverts commit b12e6b773c .
2014-10-18 22:11:17 +03:00
Vesa
b12e6b773c
Revert "Make carla compile in master"
...
This reverts commit 633609fdc7 .
2014-10-18 22:07:07 +03:00
Tres Finocchiaro
7e4933541d
Merge pull request #1203 from falkTX/stable-1.1
...
> Why isn't this applied yet?
All of the admins must be busy, sorry for the delay.
2014-10-17 13:39:35 -04:00
Lukas W
4e0c06442a
Reflect project rename in code
...
Related to #1209
2014-10-17 16:17:40 +02:00
Vesa
ec5384c10e
Fix fxmixer bug where fx chains get shut off when multiple channels are chained together
2014-10-15 20:50:32 +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
6f6731ff9f
Merge pull request #1217 from unfa/patch-1
...
Closes #1209
2014-10-15 11:36:27 -04:00
unfa
23d0832923
Removed the deprecated "Linux Multimedia Studio" name
...
Modified line 46 accorinf to https://github.com/LMMS/lmms/issues/1209
2014-10-15 17:35:23 +02:00
falkTX
9fabc0e8b6
Add background artwork for carla
2014-10-10 11:21:23 +01:00
Tobias Doerffel
d317704b27
LmmsPalette: retrieve palette properties via polishing
...
Fix the short palette widget popup which is annoying and not neccessary
as polishing does the same job without flicker.
2014-10-05 22:33:47 +02: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
1e97ac3706
Merge pull request #1186 from Spekular/stable-1.1
...
Error Message Fixes
2014-10-03 10:31:20 +02:00
Spekular
1c591e2e54
Error Message Fixes
...
Can't recovery --> Can't recover
2014-10-02 17:57:24 +02:00
Tobias Doerffel
7a64d0975e
AudioAlsa: fix FTBFS on non-Linux platforms
...
The ESTRPIPE error code is only available on Linux (and not on BSD) and
thus should only be used if defined.
2014-10-01 23:25:03 +02:00
Tobias Doerffel
2da7804c82
Merge remote-tracking branch 'origin/stable-1.1'
2014-09-30 23:00:09 +02:00
Tobias Doerffel
71cdf06923
Refreshed localization files
2014-09-30 22:56:27 +02:00
Tobias Doerffel
eb2c47f81d
Refreshed localization files
2014-09-30 22:55:29 +02: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
fab7f8fea8
PianoRoll, Pattern: manage reset of currently edited pattern more reliably
...
Introduce one central signal in the pattern class which is emitted before
the pattern object is being destroyed. This way we can easily and more
reliably hide this pattern in the PianoRoll without any race conditions
or other glitches.
Closes #1089 .
2014-09-30 22:34:01 +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
613bcc981f
README.md: stripped old full program name
2014-09-28 18:09:47 +02:00
Tobias Doerffel
75a979b9a0
Merge pull request #1174 from DaAwesomeP/master
...
Update Readme
2014-09-28 18:08:50 +02:00
Tobias Doerffel
534c9c1668
Merge pull request #1174 from DaAwesomeP/master
...
Update Readme
2014-09-28 18:07:53 +02:00
Tobias Doerffel
d39d1b3840
ZynAddSubFX: added explicit check for FLTK's fluid binary
...
Closes #954 .
2014-09-28 18:05:31 +02:00
P THE AWESOME
f505c31af4
Fix SF Wiki name in Readme
...
Changed to "Artist & User Wiki."
2014-09-28 10:56:21 -05:00
Vesa V
432d98d83d
Merge pull request #1179 from Spekular/stable-1.1
...
Background Art Fix
2014-09-28 12:31:53 +03:00
Spekular
ee359207f4
Revert "Update .gitignore"
...
This reverts commit 18bd03118f .
2014-09-28 10:18:35 +02:00
Spekular
6e2d803e09
Revert "Update .gitignore"
...
This reverts commit e8c6062f9a .
2014-09-28 10:18:26 +02:00
Spekular
e8c6062f9a
Update .gitignore
2014-09-28 10:07:10 +02:00
Spekular
18bd03118f
Update .gitignore
2014-09-28 10:06:18 +02:00
Spekular
6b54a4bcc1
Background Art Fix
...
Fixes Background art and provides .svg source
2014-09-28 10:04:02 +02:00
Vesa V
4d7c8c2f46
Merge pull request #1155 from falkTX/stable-1.1
...
Initial version of Carla plugin for LMMS
2014-09-28 10:49:23 +03: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