Lukas W
23e0e0fb8e
Merge branch 'master' into ed_refac
...
Conflicts:
include/AutomationEditor.h
include/SongEditor.h
plugins/delay/delaycontrols.cpp
plugins/delay/delaycontrolsdialog.cpp
src/gui/editors/AutomationEditor.cpp
src/gui/editors/BBEditor.cpp
src/gui/editors/PianoRoll.cpp
2015-01-06 23:05:13 +01:00
Lukas W
068066929f
Merge commit 'b5538c7da818cbcdde5ff1c885ce4eee5b626f3b' into ed_refac
...
Conflicts:
plugins/audio_file_processor/audio_file_processor.cpp
plugins/delay/delaycontrols.cpp
plugins/delay/delaycontrolsdialog.cpp
plugins/delay/delayeffect.cpp
src/gui/MainWindow.cpp
2015-01-06 16:33:41 +01:00
Vesa
a3ec5b7600
Remove moc
2014-12-23 13:23:58 +02:00
Vesa
a203ee4650
Merge branch 'stable-1.1'
...
Conflicts:
plugins/delay/delaycontrols.cpp
plugins/delay/delaycontrolsdialog.cpp
plugins/delay/delayeffect.cpp
2014-12-23 13:21:03 +02:00
Dave French
a0d07db8f1
Delay Clear buffer on load, correct use of interpolation, reformat
2014-12-22 19:29:41 +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
dave
2295545ac6
Remove whitespace from setHintText, change spaces to tabs
2014-12-08 23:48:44 +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
ccf095a857
Merge branch 'stable-1.1'
...
Conflicts:
plugins/delay/delaycontrolsdialog.cpp
plugins/delay/delayeffect.cpp
2014-11-26 14:10:00 +02:00
Lukas W
1bbf7455a4
Rename a lot…
2014-11-26 10:09:49 +01:00
dave
9b7738dc60
changed LFO ammount to absolute value.
2014-11-25 22:38:49 +00:00
dave
7e780fc057
Improved ui
2014-11-23 11:20:03 +00:00
dave
932d7905ba
The delay buffer now resizes on sample rate change.
...
tidy up formatting
2014-11-17 20:10:34 +00:00
dave
4c82ba22a9
Fixed issues with original verion, as directed in pull request.
...
corrected the typeo's,
Used sampleFrame instead of float* making the code cleaner.
Set up a socket to change the samplerate where required.
Stopped using malloc ( yeah that was bad practice on my part ).
Now using lmms_Math.h and the predefined versions of F_PI and F_2PI,
I didn't know data from the knobs etc. was not updated over the course of a buffer, so have moved outside the processing loop,
made appropriate functions inline,
used sinf.
Multiplication has replaced division where possible,
zeroing of the buffer has been removed, as redundant.
2014-11-16 15:02:15 +00:00
dave
6d2b91054b
Tempo synced Delay Plugin
2014-11-15 11:22:23 +00:00