Loopp/src
Georg Krause e7b45bc11a Add mechanics for Unit Tests, unit tests for AudioBuffer, and fix some minor AudioBuffer issues 2019-05-23 17:14:04 +02:00
..
avtk dial: fix unitialized variable 2018-07-15 12:08:07 +01: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 tests: remove auto open file at failure 2018-07-14 13:38:36 +01:00
unitTests Add mechanics for Unit Tests, unit tests for AudioBuffer, and fix some minor AudioBuffer issues 2019-05-23 17:14:04 +02: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 Add mechanics for Unit Tests, unit tests for AudioBuffer, and fix some minor AudioBuffer issues 2019-05-23 17:14:04 +02:00
audiobuffer.hxx Add mechanics for Unit Tests, unit tests for AudioBuffer, and fix some minor AudioBuffer issues 2019-05-23 17:14:04 +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 Unify of single clips and the hole session 2019-04-24 08:57:29 +02:00
eventhandler.hxx astyle: global restyle of codebase (fixes #153) 2016-12-27 13:04:05 +00:00
eventhandlerdsp.cxx Unify of single clips and the hole session 2019-04-24 08:57:29 +02:00
eventhandlergui.cxx Unify of single clips and the hole session 2019-04-24 08:57:29 +02: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 Disable tempo dial value changes while clicked 2019-05-23 13:34:37 +02:00
gmastertrack.hxx astyle: global restyle of codebase (fixes #153) 2016-12-27 13:04:05 +00:00
goptions.cxx goptions: fix scan-build dead-init warning 2018-07-21 00:14:35 +01:00
goptions.hxx astyle: global restyle of codebase (fixes #153) 2016-12-27 13:04:05 +00:00
gridlogic.cxx Make LooperClip a Time Observer and reset playhead after all beats are played back 2019-05-23 13:34:37 +02: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 Unify of single clips and the hole session 2019-04-24 08:57:29 +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 removed const from smoothing_value 2018-07-11 21:51:42 +02:00
jack.hxx removed const from smoothing_value 2018-07-11 21:51:42 +02:00
jacksendreturn.cxx jacksendreturn: fix compile of fabs() 2018-07-14 12:25:02 +01: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 Cleanup Code, Remove Debug prints, Add Changelog 2019-05-23 13:34:37 +02:00
looper.hxx calculate tempo related numbers on higher precision 2018-06-15 11:25:33 +02:00
looperclip.cxx Make LooperClip a Time Observer and reset playhead after all beats are played back 2019-05-23 13:34:37 +02:00
looperclip.hxx Make LooperClip a Time Observer and reset playhead after all beats are played back 2019-05-23 13:34:37 +02:00
main.cxx Print version with luppp --version or luppp -v 2019-03-28 18:46:57 +00:00
meson.build Add mechanics for Unit Tests, unit tests for AudioBuffer, and fix some minor AudioBuffer issues 2019-05-23 17:14:04 +02:00
metronome.cxx Cleanup Code, Remove Debug prints, Add Changelog 2019-05-23 13:34:37 +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 Cleanup Code, Remove Debug prints, Add Changelog 2019-05-23 13:34:37 +02:00
timemanager.hxx Cleanup Code, Remove Debug prints, Add Changelog 2019-05-23 13:34:37 +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