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 |
|
dave
|
a7831a7cca
|
Draw grid lines on widget
|
2014-12-11 16:52:06 +00:00 |
|
dave
|
9c9e9db164
|
spectrum analysis implemented
|
2014-12-11 00:08:42 +00:00 |
|
dave
|
1595c2728e
|
re initial, no working fft, faders, checkboxes
|
2014-12-10 08:44:25 +00: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 |
|
Lukas W
|
c33bef346a
|
Rename automatable_button to AutomatableButton
|
2014-11-26 01:21:42 +01:00 |
|
Lukas W
|
aaeb5216ad
|
Rename note to Note
|
2014-11-26 01:14:52 +01:00 |
|
Lukas W
|
178eadeb35
|
Rename ladspa_manager to LadspaManager
|
2014-11-26 01:12:22 +01:00 |
|
Lukas W
|
5b306ea845
|
Rename ladspa_2_lmms to Ladspa2LMMS
|
2014-11-26 00:52:25 +01:00 |
|
Lukas W
|
968909c07c
|
Rename engine to Engine
|
2014-11-26 00:49:55 +01:00 |
|
Lukas W
|
c2360f593c
|
Rename bb_track_container to BBTrackContainer
|
2014-11-26 00:46:49 +01:00 |
|
Lukas W
|
7d0e3945e5
|
Rename song to Song
|
2014-11-26 00:44:41 +01:00 |
|
dave
|
9b7738dc60
|
changed LFO ammount to absolute value.
|
2014-11-25 22:38:49 +00:00 |
|
Vesa
|
ed11ccbf50
|
Fix conflict
|
2014-11-25 21:29:00 +02:00 |
|