Vesa
6f23ef7df2
Merge branch 'stable-1.1'
...
Conflicts:
plugins/DualFilter/DualFilterControls.cpp
src/gui/PluginBrowser.cpp
2014-12-16 23:12:02 +02:00
Vesa V
347b5a121d
Update papu_instrument.cpp
2014-12-16 23:02:00 +02:00
Vesa V
da6fd6ef5c
Update opl2instrument.cpp
2014-12-16 23:00:14 +02:00
Tres Finocchiaro
ed0dc6770d
Merge pull request #1453 from falkTX/stable-1.1
...
Fix for updated Carla API, and fix build on old linux systems
2014-12-16 15:49:01 -05:00
Tres Finocchiaro
f65ec07603
Bump version
v1.0.100
2014-12-16 15:32:20 -05:00
falkTX
f2ab783db9
Fix build when using old linux systems
2014-12-16 19:40:31 +00:00
falkTX
91063ab7d2
Update Carla plugin to latest API
2014-12-16 19:40:02 +00:00
Tres Finocchiaro
b789eb9a69
Merge pull request #1449 from curlymorphic/I1432
...
Proposed fix for issue 1432 LB302 preset preview audio cut-off
2014-12-16 12:30:03 -05:00
Tres Finocchiaro
569c83101a
Merge pull request #1451 from curlymorphic/i1450
...
Proposed fix for 1450 Mem leak in sample-track
2014-12-16 12:23:39 -05:00
Dave French
8b2ce06da8
Proposed fix for 1450 Mem leak in sample-track
2014-12-16 16:41:08 +00:00
Dave French
8d3637e754
Proposed fix for #1411 Crash on LB302 preset preview .
2014-12-16 16:51:06 +01:00
Tres Finocchiaro
c6a22747da
Merge pull request #1433 from Sti2nd/stable-1.1
...
New SnareMarch preset and updated KickPower
No objections after a week, merging. -Tres
2014-12-16 10:48:42 -05:00
Tres Finocchiaro
5e8e52ff27
Merge pull request #1447 from curlymorphic/1411
...
Proposed fix for #1411 Crash on LB302 preset preview .
2014-12-16 08:53:59 -05:00
Dave French
f27ea7bc2b
Proposed fix for #1432 LB302 preset preview audio cut-off
2014-12-15 21:40:58 +00:00
Dave
2aa7b64938
Merge pull request #7 from LMMS/stable-1.1
...
merge LMMS/lmms
2014-12-15 16:37:53 +00:00
Dave French
f357bc7291
Proposed fix for #1411 Crash on LB302 preset preview .
2014-12-15 15:54:05 +00:00
Vesa V
24f8bd4c20
Merge pull request #1445 from diizy/crossovereq
...
Crossover EQ initial commit, also fix bugs in LR4 filter and Fader
2014-12-15 10:45:00 +02:00
Vesa
0789bae53a
Crossover EQ initial commit, also fix bugs in LR4 filter and Fader
2014-12-15 10:41:43 +02:00
Tres Finocchiaro
e6ae2be65a
Bump DualFilter high cutoff to 20k
...
Closes #1395 .
2014-12-13 12:19:20 -05:00
Tres Finocchiaro
a182a3e8cc
Fix scroll bar gap
...
Closes #1437
2014-12-13 12:11:31 -05:00
Tres Finocchiaro
90bb470642
Merge pull request #1442 from tresf/stable-1.1
...
Check major/minor version before setting theme directory
2014-12-13 08:46:06 -08:00
tresf
a8924a34dd
Check major/minor version before setting theme directory
2014-12-13 11:27:14 -05:00
Vesa V
7b61c54f3a
Merge pull request #1441 from diizy/master
...
More fixes (Bitcrush, Linkwitz-Riley filter)
2014-12-13 16:29:52 +02:00
Vesa
4266de7830
More fixes (Bitcrush, Linkwitz-Riley filter)
2014-12-13 16:28:44 +02:00
Vesa V
0da847f943
Merge pull request #1440 from LMMS/stable-1.1
...
Update FxMixer.cpp
2014-12-13 13:06:28 +02:00
Vesa V
73cad09968
Update FxMixer.cpp
...
prevent double adding of jobs
2014-12-13 13:05:50 +02:00
Vesa V
46d9b594e8
Merge pull request #1439 from diizy/master
...
Bitcrush: small improvement, also add some stuff to math & constants
2014-12-13 11:48:56 +02:00
Vesa
1ad5ef22d7
Bitcrush: small improvement, also add some stuff to math & constants
...
Constants:
- calculate all in long double so as to improve the accuracy of our pre-calculated constants
- add some possibly useful constants: reciprocal of pi, square of pi, and reciprocal of e
Math:
- new math convenience functions: absMax, absMin
2014-12-13 11:26:15 +02:00
Vesa V
57691c9c3f
Merge pull request #1434 from curlymorphic/fader
...
updated Fader to use setHintText
2014-12-11 08:20:43 +02:00
dave
4710360ce5
updated Fader to use setHintText
...
enables setting of the display text.
2014-12-10 23:47:07 +00:00
Stian Jørgensrud
60ad2c8aa0
New SnareMarch preset and updated KickPower
...
The snare sounds like it would be used for marching. If you can make it
brighter without making it sound funny, please do...
The kick was too dark for general purpose. Shortened it, raised it in
the frequency range and added more noise.
2014-12-11 00:24:52 +01:00
Vesa V
d20b1e9bb6
Merge pull request #1431 from diizy/master
...
Fader: add a way to disable the x100 display conversion so the fader wid...
2014-12-10 06:58:17 +02:00
Vesa
170f60c8e0
Fader: add a way to disable the x100 display conversion so the fader widget can be used with arbitrary values
...
Also it can now be used with alternate pixmaps
2014-12-10 06:55:59 +02:00
Vesa
150b16bd15
Merge branch 'stable-1.1'
...
Conflicts:
include/lmms_math.h
plugins/delay/delaycontrolsdialog.cpp
src/core/FxMixer.cpp
src/gui/FxMixerView.cpp
2014-12-10 01:38:17 +02:00
Vesa
4a6257a47c
Fix master channel peak display
...
Fix #1427
Conflicts:
src/core/FxMixer.cpp
src/gui/FxMixerView.cpp
2014-12-10 01:33:49 +02:00
Vesa V
ebc519c296
Merge pull request #1430 from diizy/master
...
Fix master channel peak display
2014-12-10 01:30:31 +02:00
Vesa
fbc6de857a
Fix master channel peak display
...
Fix #1427
2014-12-10 01:28:14 +02:00
Vesa V
891ab058eb
Merge pull request #1425 from tresf/stable-1.1
...
Cleanup fmaf() usage, move to lmms_math.h
2014-12-09 17:27:07 +02:00
Tres Finocchiaro
bbe337bd03
Use correct FMA_ macros
2014-12-09 08:28:00 -05:00
Lukas W
b39225ac6a
Merge pull request #1422 from curlymorphic/removewhitespace
...
Remove white space from Knob::setHintText calls
2014-12-09 02:32:16 +02:00
dave
2295545ac6
Remove whitespace from setHintText, change spaces to tabs
2014-12-08 23:48:44 +00:00
Tres Finocchiaro
7431e77229
More fmal() fixes
2014-12-08 14:42:19 -05:00
Lukas W
ed8e30b4ee
Small const fix
2014-12-08 20:19:51 +01:00
Tres Finocchiaro
5a0dfdd3c0
minor fmaf() formatting fix.
2014-12-08 12:45:31 -05:00
Tres Finocchiaro
76d766fe25
fmaf() code cleanup, typos
2014-12-08 12:30:16 -05:00
Tres Finocchiaro
591acbf732
fastFmaf() formatting fixes
2014-12-08 12:22:33 -05:00
Tres Finocchiaro
56d0910533
Cleanup fmaf() usage, move to lmms_math.h
2014-12-08 12:20:47 -05:00
Tres Finocchiaro
6e01e8d4e0
Merge pull request #1424 from tresf/stable-1.1
...
Fix compilation on Apple/Clang (ambiguous fmaf())
2014-12-08 06:09:33 -08:00
dave
c997da29db
missed a couple of + " ", all sored now
2014-12-08 11:02:41 +00:00
dave
4993eba3c1
Remove unused and unnessary +" " in all knob.setHintText calls
2014-12-08 10:57:21 +00:00