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
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
Dave French
8d3637e754
Proposed fix for #1411 Crash on LB302 preset preview .
2014-12-16 16:51:06 +01: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 French
f357bc7291
Proposed fix for #1411 Crash on LB302 preset preview .
2014-12-15 15:54:05 +00: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
Vesa
4266de7830
More fixes (Bitcrush, Linkwitz-Riley filter)
2014-12-13 16:28:44 +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
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
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
dave
4993eba3c1
Remove unused and unnessary +" " in all knob.setHintText calls
2014-12-08 10:57:21 +00:00
Vesa
f742854642
Bitcrush effect plugin
2014-12-07 00:07:30 +02: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
dave
e7e8e79630
Changed default delay time to 0.5 seconds from 2.0.
2014-12-04 02:39:26 +00:00
Vesa V
1d929d6ce7
Merge pull request #1377 from diizy/multitap
...
Fix time
2014-12-01 09:47:25 +02:00
Vesa
4f62be89ed
Fix time
2014-12-01 09:33:54 +02:00
Vesa V
e660f479b9
Merge pull request #1355 from curlymorphic/flanger
...
Flanger
2014-11-30 17:18:02 +02:00
Vesa
a9d0ba11d6
Multitap, filters, updates
2014-11-30 17:06:43 +02:00
Vesa
2a78769078
Merge branch 'stable-1.1'
2014-11-30 15:08:14 +02:00
Vesa
be04040ae8
Separate BiQuad, OnePole filters as their own classes in BasicFilters.h
...
Might do the same for other filter types, but these two are kind of "basic building blocks" for many effects so it makes most sense for them
2014-11-30 14:33:04 +02:00
dave
e84c2465ee
Added checks to
...
if( m_dfControls.m_filter1Model.isValueChanged() || m_filter1changed )
if( m_dfControls.m_filter2Model.isValueChanged() || m_filter2changed )
so the filter types get initilized
2014-11-28 22:26:45 +00:00
Vesa
920064fef9
Improve gfx
2014-11-28 08:18:16 +02:00
Vesa
13543bbf53
multitap..
2014-11-28 03:56:46 +02:00
Vesa
7410174c8b
Multitap
2014-11-28 03:19:21 +02:00
Vesa
13393900d2
Multitap initial
2014-11-28 00:35:14 +02:00
Vesa
eaf4d80206
Fixed missed rename
2014-11-28 00:33:56 +02:00
dave
59641a43a3
Using fast_rand, FAST_MAX_RAND
...
Stopped accessing value() inside process loop
2014-11-27 19:30:40 +00:00
dave
94047beffe
Remove old code
2014-11-26 21:08:26 +00:00
dave
5b8514af73
Made lfo ammount control absolute
2014-11-26 21:04:42 +00:00
dave
bc8896b4ef
inital commit, with new lmms class names
2014-11-26 19:59:57 +00:00
Vesa
ccf095a857
Merge branch 'stable-1.1'
...
Conflicts:
plugins/delay/delaycontrolsdialog.cpp
plugins/delay/delayeffect.cpp
2014-11-26 14:10:00 +02:00
Vesa V
c25cf8a5cf
Merge pull request #1351 from curlymorphic/stable-1.1
...
changed LFO amount to absolute value.
2014-11-26 14:05:21 +02:00
Lukas W
5f4cdac802
Merge branch 'master' into rename
...
Conflicts:
src/core/Song.cpp
src/gui/LfoControllerDialog.cpp
src/tracks/InstrumentTrack.cpp
2014-11-26 11:45:55 +01:00
Lukas W
497c792871
Rename tabButton/tab_button
2014-11-26 11:03:35 +01:00
Lukas W
d57b51142d
Rename basicFilters/basic_filters.h
2014-11-26 10:59:35 +01:00
Lukas W
6d4a6ed9cd
Rename bbTrack, trackContentObject and friends
2014-11-26 10:53:47 +01:00
Lukas W
95798da9d0
Rename a lot of classes
...
* aboutDialog -> AboutDialog
* bbEditor -> BBEditor
* exportProjectDialog -> ExportProjectDialog
* setupDialog -> SetupDialog
* stringPairDrag -> StringPairDrag
2014-11-26 10:39:02 +01:00
Lukas W
7d4f179b4b
Rename a lot of files
...
* about_dialog -> AboutDialog
* bb_editor -> BBEditor
* export_project_dialog -> ExportProjectDialog
* setup_dialog -> SetupDialog
* string_pair_drag -> StringPairDrag
2014-11-26 10:27:25 +01:00
Lukas W
1bbf7455a4
Rename a lot…
2014-11-26 10:09:49 +01:00
Lukas W
5b77abd9a5
Rename fixes
2014-11-26 01:46:12 +01:00
Lukas W
35d880a4ce
Rename caption_menu to CaptionMenu
2014-11-26 01:26:38 +01:00