Loopp/src
Harry van Haaren 5db3b44030 -Updated session loading: clears the state first using EventStateReset, then loads new session 2013-11-14 14:03:47 +00:00
..
avtk -Fixed 1 bar loop issue 2013-11-12 20:14:14 +00:00
cjson -Removed Tup leftovers 2013-09-16 19:52:09 +01:00
controller -Fixed input section MIDI binding: working as normal 2013-11-09 22:11:45 +00:00
dsp -Removed Tup leftovers 2013-09-16 19:52:09 +01:00
observer -Fixed bug (vector was moving when push_back, Controller* in vector solves). Removing MidiIO objects working 2013-11-10 22:52:53 +00:00
state -Updated Stately, working on handling save-errors better 2013-11-14 13:29:22 +00:00
tests -Working on GUI feedback for Input section, fixed bugs in process staying alive if OptionsWindow is shown 2013-11-09 21:50:21 +00:00
CMakeLists.txt -Fixed NSM bug: now handles reply properly: wasn't calling nsm_check() 2013-11-07 22:42:28 +00:00
audiobuffer.hxx -Added "Clear" item in right-click, "removes" clips from grid 2013-11-02 14:10:26 +00:00
audioprocessor.hxx -Fixed signed/unsigned issue with AudioProcessor and derived classes 2013-08-15 23:51:09 +01:00
buffers.hxx -Testing new JACK port routing system 2013-09-11 01:50:47 +01:00
config.hxx -Removed cout prints 2013-11-01 23:31:18 +00:00
controllerupdater.cxx -Fixed bug (vector was moving when push_back, Controller* in vector solves). Removing MidiIO objects working 2013-11-10 22:52:53 +00:00
controllerupdater.hxx -Working on removing Controller instances 2013-11-10 18:12:28 +00:00
debug.cxx -Updated debug prints 2013-09-25 18:21:05 +01:00
debug.hxx -Updated debug prints 2013-09-25 18:21:05 +01:00
denormals.hxx -Working on removing Controller instances 2013-11-10 18:12:28 +00:00
diskreader.cxx -Fixed NSM support: loading & saving files now working! 2013-11-08 01:07:15 +00:00
diskreader.hxx -Luppp loads default controllers from file 2013-11-02 00:56:02 +00:00
diskwriter.cxx -Fixed issue with controller over-writing 2013-11-12 19:50:11 +00:00
diskwriter.hxx -Controller pointer is recieved from DSP backend, and can be written to .ctlr file 2013-10-19 12:54:26 +01:00
event.cxx -Refactoring Bindings class, working on Options draw-stall bug 2013-10-19 14:22:49 +01:00
event.hxx -Fixing Controller write .ctlr bug 2013-11-10 22:26:08 +00:00
eventhandler.hxx -DSP to GUI messaging implemented, looper progress shown in GUI 2013-05-16 13:38:46 +01:00
eventhandlerdsp.cxx -Fixing Controller write .ctlr bug 2013-11-10 22:26:08 +00:00
eventhandlergui.cxx -Updated session loading: clears the state first using EventStateReset, then loads new session 2013-11-14 14:03:47 +00:00
gaudioeditor.cxx -Working on GUI feedback for Input section, fixed bugs in process staying alive if OptionsWindow is shown 2013-11-09 21:50:21 +00:00
gaudioeditor.hxx -Working on GUI feedback for Input section, fixed bugs in process staying alive if OptionsWindow is shown 2013-11-09 21:50:21 +00:00
gmastertrack.cxx -Fixed prints im gmastertrack, fixed aesthetic button location in GOptions 2013-11-11 00:14:32 +00:00
gmastertrack.hxx -Working on GUI feedback for Input section, fixed bugs in process staying alive if OptionsWindow is shown 2013-11-09 21:50:21 +00:00
goptions.cxx -Updated GOptions window, fixed dir creation in diskwriter 2013-11-12 12:18:43 +00:00
goptions.hxx -Updated GOptions window, fixed dir creation in diskwriter 2013-11-12 12:18:43 +00:00
gridlogic.cxx -Removed prints 2013-11-02 03:32:33 +00:00
gridlogic.hxx -Refactoring time handling to process() - bar() - process() 2013-10-12 22:03:36 +01:00
gtrack.cxx -Updated GTrack label, Waveform is now logartihmic in display 2013-11-09 23:27:47 +00:00
gtrack.hxx -Added Avtk::Box to use as background instead of Fl widget, should fix BG theming color issue 2013-10-18 12:32:57 +01:00
gui.cxx -Updated session loading: clears the state first using EventStateReset, then loads new session 2013-11-14 14:03:47 +00:00
gui.hxx -Fixed NSM bug: now handles reply properly: wasn't calling nsm_check() 2013-11-07 22:42:28 +00:00
gunittrack.hxx -Werror checked all code 2013-07-30 01:17:40 +01:00
jack.cxx -Fixed bug (vector was moving when push_back, Controller* in vector solves). Removing MidiIO objects working 2013-11-10 22:52:53 +00:00
jack.hxx -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
logic.cxx -Fixed input section MIDI binding: working as normal 2013-11-09 22:11:45 +00:00
logic.hxx -Working on GUI feedback for Input section, fixed bugs in process staying alive if OptionsWindow is shown 2013-11-09 21:50:21 +00:00
looper.cxx -Refactoring time handling to process() - bar() - process() 2013-10-12 22:03:36 +01:00
looper.hxx -Refactoring time handling to process() - bar() - process() 2013-10-12 22:03:36 +01:00
looperclip.cxx -Fixed saving with record issue, now won't save record or _queue record buffers 2013-11-14 14:03:23 +00:00
looperclip.hxx -Refactoring time handling to process() - bar() - process() 2013-10-12 22:03:36 +01:00
main.cxx -Fixed tests, working on writeControllerTest 2013-11-09 20:58:48 +00:00
metronome.cxx -Fixed metronome bar / beat different tick sounds 2013-11-02 13:49:47 +00:00
metronome.hxx -Fixed metronome bar / beat different tick sounds 2013-11-02 13:49:47 +00: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 -Acts as timebase master, providing JACK with BPM info (useful with Masha / Ducka etc) 2013-11-02 14:15:50 +00:00
timemanager.hxx -Refactored TimeManager, removing the need for JACK timebase master in order to deal with bar() properly 2013-10-13 00:20:00 +01:00
trackoutput.cxx -Fixed issue in TrackOutput 2013-10-06 23:26:06 +01:00
trackoutput.hxx -Refactored GTrack, and privatized its dials / buttons 2013-10-03 01:50:16 +01:00