openAV-Luppp/src
Harry van Haaren 6440e19c57 Fixes #133 JackSendReturn defualt volume = 1.0f
DSP and GUI level defaults for JackSend are now 1, so when
you click the FX button, by default the audio will be routed
to the send, returned, and audible again. This is better UX.

Fixed 2 build warnings to do with string termination
2016-11-24 23:51:29 +00:00
..
avtk clip save implemented, fixes #121 2016-11-03 20:09:06 +00:00
cjson -Removed Tup leftovers 2013-09-16 19:52:09 +01:00
controller implemented events for jack send return 2016-11-24 23:15:00 +00:00
dsp -Added LICENSE 2013-12-08 21:44:43 +00:00
observer Loops get retriggered when setting bpm 2016-09-29 19:08:28 +01:00
resources -Added default luppp.prfs file 2013-12-09 01:21:41 +00:00
state -Added LICENSE 2013-12-08 21:44:43 +00:00
tests -Added LICENSE 2013-12-08 21:44:43 +00:00
audiobuffer.cxx -Refactored AudioBuffer into .cxx, fixed filename loading bug in DiskReader / AudioBuffer 2013-12-12 20:02:10 +00:00
audiobuffer.hxx -Refactored AudioBuffer into .cxx, fixed filename loading bug in DiskReader / AudioBuffer 2013-12-12 20:02:10 +00:00
audioprocessor.hxx -Added LICENSE 2013-12-08 21:44:43 +00:00
buffers.hxx MAJOR change: send/returns are always there. New feature: per track output (optional, use enablePerTrackOutput in luppp.prfs) 2016-11-24 23:15:00 +00:00
CMakeLists.txt -#106 ARCH check in CMake, removes -msse for arm 2015-11-22 09:50:26 +00:00
config.hxx -Added LICENSE 2013-12-08 21:44:43 +00:00
controllerupdater.cxx implemented events for jack send return 2016-11-24 23:15:00 +00:00
controllerupdater.hxx implemented events for jack send return 2016-11-24 23:15:00 +00:00
debug.cxx -Added LICENSE 2013-12-08 21:44:43 +00:00
debug.hxx -Added LICENSE 2013-12-08 21:44:43 +00:00
denormals.hxx -Updated CFlags denormals code 2013-12-10 15:45:55 +00:00
diskreader.cxx Added metronomeActiveByDefault and metronomeDefaultVolume to the preferences to allow starting luppp with active metronome 2016-11-24 23:15:00 +00:00
diskreader.hxx -Added resample quality to .config options 2013-12-09 01:20:34 +00:00
diskwriter.cxx MAJOR change: send/returns are always there. New feature: per track output (optional, use enablePerTrackOutput in luppp.prfs) 2016-11-24 23:15:00 +00:00
diskwriter.hxx clip save implemented, fixes #121 2016-11-03 20:09:06 +00:00
event.cxx implemented events for jack send return 2016-11-24 23:15:00 +00:00
event.hxx implemented events for jack send return 2016-11-24 23:15:00 +00:00
eventhandler.hxx -Integrated + fixed Clang analysis into buildTest 2014-08-10 22:20:57 +01:00
eventhandlerdsp.cxx implemented events for jack send return 2016-11-24 23:15:00 +00:00
eventhandlergui.cxx implemented events for jack send return 2016-11-24 23:15:00 +00:00
gaudioeditor.cxx -Refactored AudioBuffer into .cxx, fixed filename loading bug in DiskReader / AudioBuffer 2013-12-12 20:02:10 +00:00
gaudioeditor.hxx -Added LICENSE 2013-12-08 21:44:43 +00:00
gmastertrack.cxx Fixing master output section 2016-11-24 23:29:41 +00:00
gmastertrack.hxx -Implemented Transport Play/Stop, and UI button 2014-08-08 13:58:31 +01:00
goptions.cxx -Added LICENSE 2013-12-08 21:44:43 +00:00
goptions.hxx -Added LICENSE 2013-12-08 21:44:43 +00:00
gridlogic.cxx -Arrow keys on keyboard move speical clip (thanks to ZTH for request) 2014-06-08 16:40:47 +01:00
gridlogic.hxx -Hacked APC footswitch scene++ functionality into GenericMIDI 2014-04-28 18:34:30 +01:00
gtrack.cxx Fixes #133 JackSendReturn defualt volume = 1.0f 2016-11-24 23:51:29 +00:00
gtrack.hxx MAJOR change: send/returns are always there. New feature: per track output (optional, use enablePerTrackOutput in luppp.prfs) 2016-11-24 23:15:00 +00:00
gui.cxx Fixing master output section 2016-11-24 23:29:41 +00:00
gui.hxx MAJOR change: send/returns are always there. New feature: per track output (optional, use enablePerTrackOutput in luppp.prfs) 2016-11-24 23:15:00 +00:00
gunittrack.hxx -Added LICENSE 2013-12-08 21:44:43 +00:00
icon.xpm -Icon created & working, added transport.hxx 2014-08-08 23:13:19 +01:00
jack.cxx MAJOR change: send/returns are always there. New feature: per track output (optional, use enablePerTrackOutput in luppp.prfs) 2016-11-24 23:15:00 +00:00
jack.hxx MAJOR change: send/returns are always there. New feature: per track output (optional, use enablePerTrackOutput in luppp.prfs) 2016-11-24 23:15:00 +00:00
jacksendreturn.cxx Fixes #133 JackSendReturn defualt volume = 1.0f 2016-11-24 23:51:29 +00:00
jacksendreturn.hxx fixed some glitch issues, glitch on send_track_0 persists :( 2016-11-24 23:15:00 +00:00
logic.cxx implemented events for jack send return 2016-11-24 23:15:00 +00:00
logic.hxx implemented events for jack send return 2016-11-24 23:15:00 +00:00
looper.cxx Added per track sends and returns via JackSendReturn (subclass of AudioProcessor) 2016-11-24 23:15:00 +00:00
looper.hxx Loops get retriggered when setting bpm 2016-09-29 19:08:28 +01:00
looperclip.cxx Time observers get reset upon change of jack transport to rolling, fixed issue 2016-09-29 19:08:28 +01:00
looperclip.hxx clip save implemented, fixes #121 2016-11-03 20:09:06 +00:00
main.cxx -Integrated + fixed Clang analysis into buildTest 2014-08-10 22:20:57 +01:00
metronome.cxx Fixed compilation warnings 2016-09-19 18:35:09 +01:00
metronome.hxx Fixed the issue: Loosing sync after N Beats, found and fixed issue with 2016-09-15 14:39:13 +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 fixed some glitch issues, glitch on send_track_0 persists :( 2016-11-24 23:15:00 +00:00
timemanager.hxx Fixed Timing issues in TimeManager. This resolves also an issue related to loading 2016-09-20 12:38:08 +02:00
trackoutput.cxx MAJOR change: send/returns are always there. New feature: per track output (optional, use enablePerTrackOutput in luppp.prfs) 2016-11-24 23:15:00 +00:00
trackoutput.hxx added lag function to all volume sliders. Suppresses audio jitter at rapid 2016-09-29 19:08:28 +01:00
transport.hxx -Icon created & working, added transport.hxx 2014-08-08 23:13:19 +01:00