Dave French
77fd245c48
EQ updates to UI, Initial Ui complete
2014-12-13 20:35:50 +00:00
Dave
0f6a2e5732
Merge pull request #2 from curlymorphic/master
...
rebase from master
2014-12-13 16:10:20 +00:00
Dave
a774e5dabe
Merge pull request #1 from LMMS/master
...
rebase from master
2014-12-13 16:08:12 +00:00
Dave French
08821a7290
EQ update
...
filters before downsampling changed
ignore wet dry knob
scale lines on widget
filter type switch loading correctly
analyser code all move to one location
implment analyze button
remove redundant code
analyser display omprovments
2014-12-13 15:55:28 +00: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
dave
a7831a7cca
Draw grid lines on widget
2014-12-11 16:52:06 +00: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
9c9e9db164
spectrum analysis implemented
2014-12-11 00:08:42 +00:00
dave
4710360ce5
updated Fader to use setHintText
...
enables setting of the display text.
2014-12-10 23:47:07 +00:00
dave
1595c2728e
re initial, no working fft, faders, checkboxes
2014-12-10 08:44:25 +00: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
Vesa
2e8534955b
Fix FX mixer race condition
...
Conflicts:
src/core/FxMixer.cpp
2014-12-07 22:34:37 +02:00
Vesa V
77f2b56221
Merge pull request #1420 from diizy/master
...
Fix FX mixer race condition
2014-12-07 22:31:09 +02:00
Vesa
dbc404cca1
Fix FX mixer race condition
2014-12-07 22:29:23 +02:00
Vesa V
567f6de349
Merge pull request #1419 from diizy/master
...
Remove distortion from sv filters
2014-12-07 21:11:45 +02:00
Vesa
e7b7cf54bb
Remove distortion from sv filters
2014-12-07 21:11:11 +02:00
Vesa V
82cd1ca65d
Merge pull request #1415 from curlymorphic/Delay
...
Delay, added s postfix to knob values where applicable.
2014-12-07 00:38:21 +02:00
Vesa V
6b7ff58886
Merge pull request #1417 from diizy/bitcrush
...
Bitcrush effect plugin
2014-12-07 00:37:53 +02:00
Vesa V
68f5ccce64
Update lmms_math.h
...
oops, extra f
2014-12-07 00:12:19 +02:00
Vesa
f742854642
Bitcrush effect plugin
2014-12-07 00:07:30 +02:00
Dave
10ca77b31c
Merge pull request #1 from LMMS/master
...
Rebase from original
2014-12-06 21:22:19 +00:00
dave
decac20298
Replaced whitespace in knob definitions, for consistancy
2014-12-06 19:47:39 +00:00
dave
4a2a60255c
Added postfix "s" to knobs where relevant, cleaned up unintentional white space
2014-12-06 18:34:24 +00:00
dave
cefee3a721
added s postfix to knob values where applicable.
2014-12-06 18:28:19 +00:00
Vesa V
fd6e49c906
Merge pull request #1406 from csimons/unbind-keys
...
Removing focus from child windows upon hiding them.
2014-12-06 11:46:06 +02:00
Vesa V
0a839f8309
Merge pull request #1414 from csimons/dialog-titles
...
Adopt "Title Case" for dialog titles and menu text.
2014-12-06 11:42:20 +02:00
Vesa V
97a8705811
Merge pull request #1380 from softrabbit/journalling-killswitch
...
Master kill switch for journalling, useful when closing program.
2014-12-06 11:41:16 +02:00