Loopp/src
Georg Krause 21e53c391d calculate smoothing value depending on samplerate
Because smoothing "speed" distinguish between two sample rates, we need to calculate the right smoothing value for the used sample
rate on runtime. This commit changes this. The SMOOTHING_CONST in config.hxx can still be used to configurate the general speed for
smoothing.
2018-07-09 14:38:52 +02:00
..
avtk one more hard coded scene number 2018-04-02 16:40:35 +02:00
cjson meson: add meson build for luppp 2018-02-13 00:15:43 +00:00
controller Merge pull request #219 from georgkrause/clearclip134 2018-05-19 16:31:24 +01:00
dsp meson: add meson build for luppp 2018-02-13 00:15:43 +00:00
observer calculate tempo related numbers on higher precision 2018-06-15 11:25:33 +02:00
resources -Added default luppp.prfs file 2013-12-09 01:21:41 +00:00
state meson: add meson build for luppp 2018-02-13 00:15:43 +00:00
tests meson: add tests and option to disable them 2018-03-03 21:43:35 +00:00
CMakeLists.txt Fixed the conflict of ntk with fltk by moving ntk to the first place in CMakeFile.txt. 2017-09-19 07:59:55 +01:00
audiobuffer.cxx removed AudioBuffer::operator<< 2018-04-08 11:07:13 +02:00
audiobuffer.hxx removed AudioBuffer::operator<< 2018-04-08 11:07:13 +02:00
audioprocessor.hxx astyle: global restyle of codebase (fixes #153) 2016-12-27 13:04:05 +00:00
buffers.hxx Use stereo signal for all channels 2017-03-27 20:53:03 +01:00
config.hxx reduce smoothing const 2018-07-09 11:23:46 +02:00
controllerupdater.cxx pan: load and save of value implemented (close #164) 2017-01-09 15:03:56 +00:00
controllerupdater.hxx pan: load and save of value implemented (close #164) 2017-01-09 15:03:56 +00:00
debug.cxx astyle: global restyle of codebase (fixes #153) 2016-12-27 13:04:05 +00:00
debug.hxx astyle: global restyle of codebase (fixes #153) 2016-12-27 13:04:05 +00:00
denormals.hxx astyle: global restyle of codebase (fixes #153) 2016-12-27 13:04:05 +00:00
diskreader.cxx Fixes a potential leak: sampleString not always freed 2017-06-21 21:25:02 +01:00
diskreader.hxx astyle: global restyle of codebase (fixes #153) 2016-12-27 13:04:05 +00:00
diskwriter.cxx removed some unused code in Diskwriter::writeControllerFile 2018-04-08 11:14:02 +02:00
diskwriter.hxx Fixes a few leaks and errors 2017-06-21 21:25:02 +01:00
event.cxx dsp: pan implemented in trackoutput, event added 2017-01-09 14:11:16 +00:00
event.hxx dsp: pan implemented in trackoutput, event added 2017-01-09 14:11:16 +00:00
eventhandler.hxx astyle: global restyle of codebase (fixes #153) 2016-12-27 13:04:05 +00:00
eventhandlerdsp.cxx delay bpm change until next bar 2018-06-08 19:26:31 +02:00
eventhandlergui.cxx pan: load and save of value implemented (close #164) 2017-01-09 15:03:56 +00:00
gaudioeditor.cxx Removes another leak 2017-06-21 21:25:02 +01:00
gaudioeditor.hxx astyle: global restyle of codebase (fixes #153) 2016-12-27 13:04:05 +00:00
gmastertrack.cxx Clean up string stuff 2018-04-01 09:41:30 +02:00
gmastertrack.hxx astyle: global restyle of codebase (fixes #153) 2016-12-27 13:04:05 +00:00
goptions.cxx options: mute compile warning 2017-09-28 18:08:17 +01:00
goptions.hxx astyle: global restyle of codebase (fixes #153) 2016-12-27 13:04:05 +00:00
gridlogic.cxx midi: allow clearing clip from GenericMIDI binding 2017-09-29 18:48:16 +01:00
gridlogic.hxx midi: allow clearing clip from GenericMIDI binding 2017-09-29 18:48:16 +01:00
gtrack.cxx implement pan style dials in avtk dial, close #173 2017-04-09 14:23:55 +01:00
gtrack.hxx fix gtrack return value 2017-03-08 19:20:45 +00:00
gui.cxx removed some unused Code in Gui:Gui 2018-04-08 11:19:30 +02:00
gui.hxx Fixes a few leaks and errors 2017-06-21 21:25:02 +01:00
gunittrack.hxx astyle: global restyle of codebase (fixes #153) 2016-12-27 13:04:05 +00:00
icon.xpm -Icon created & working, added transport.hxx 2014-08-08 23:13:19 +01:00
jack.cxx calculate smoothing value depending on samplerate 2018-07-09 14:38:52 +02:00
jack.hxx calculate smoothing value depending on samplerate 2018-07-09 14:38:52 +02:00
jacksendreturn.cxx calculate smoothing value depending on samplerate 2018-07-09 14:38:52 +02:00
jacksendreturn.hxx apply smoothing to fx send button 2018-07-05 21:51:26 +02:00
logic.cxx delay bpm change until next bar 2018-06-08 19:26:31 +02:00
logic.hxx use calculation in class member 2018-04-02 22:09:59 +02:00
looper.cxx calculate tempo related numbers on higher precision 2018-06-15 11:25:33 +02:00
looper.hxx calculate tempo related numbers on higher precision 2018-06-15 11:25:33 +02:00
looperclip.cxx calculate tempo related numbers on higher precision 2018-06-15 11:25:33 +02:00
looperclip.hxx calculate tempo related numbers on higher precision 2018-06-15 11:25:33 +02:00
main.cxx Fixes a few leaks and errors 2017-06-21 21:25:02 +01:00
meson.build meson: generate version.hxx on compile 2018-03-04 02:19:29 +00:00
metronome.cxx calculate tempo related numbers on higher precision 2018-06-15 11:25:33 +02:00
metronome.hxx calculate tempo related numbers on higher precision 2018-06-15 11:25:33 +02:00
nsm.h -Working on NSM integration: open working, but session not showing: Jack registration issue with GUI probably the cause 2013-11-08 00:18:48 +00:00
timemanager.cxx calculate tempo related numbers on higher precision 2018-06-15 11:25:33 +02:00
timemanager.hxx calculate tempo related numbers on higher precision 2018-06-15 11:25:33 +02:00
trackoutput.cxx calculate smoothing value depending on samplerate 2018-07-09 14:38:52 +02:00
trackoutput.hxx apply smoothing to sidechain key control 2018-07-09 11:40:14 +02:00
transport.hxx astyle: global restyle of codebase (fixes #153) 2016-12-27 13:04:05 +00:00
version.hxx.in meson: generate version.hxx on compile 2018-03-04 02:19:29 +00:00