| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed AB controller bug | Eddy Pedroni | 2022-01-07 | 3 | -17/+50 |
* | Added AB limits feedback to Qt interface, very buggy | Eddy Pedroni | 2022-01-04 | 2 | -6/+32 |
* | Added current value to notification system, fixed Qt hack | Eddy Pedroni | 2022-01-04 | 6 | -61/+98 |
* | Hacky first implementation of GUI feedback | Eddy Pedroni | 2022-01-04 | 1 | -7/+33 |
* | Added song and AB limits change notification | Eddy Pedroni | 2022-01-04 | 6 | -17/+157 |
* | Added playback volume notification to VLC player | Eddy Pedroni | 2022-01-04 | 3 | -4/+7 |
* | Added playback volume notification to player mock | Eddy Pedroni | 2022-01-04 | 3 | -1/+13 |
* | Refactored notifier unit tests | Eddy Pedroni | 2022-01-04 | 1 | -9/+13 |
* | Added proper volume and playback rate feedback, changed volume steps in MIDI ... | Eddy Pedroni | 2022-01-04 | 9 | -32/+228 |
* | Added gitignore, removed old files, updated diagram | Eddy Pedroni | 2022-01-03 | 3 | -1/+2 |
* | Added playing state callback to player, refactored notifier to use it | Eddy Pedroni | 2022-01-03 | 6 | -22/+63 |
* | Added test, some error checking in Qt interface | Eddy Pedroni | 2022-01-03 | 2 | -3/+29 |
* | Took event system into use in MIDI controller | Eddy Pedroni | 2022-01-03 | 1 | -4/+7 |
* | Added basic event notification capabilities, first event | Eddy Pedroni | 2022-01-03 | 4 | -4/+97 |
* | Refactored midi controller tests | Eddy Pedroni | 2022-01-03 | 1 | -35/+31 |
* | Refactored lighting code to facilitate future implementation | Eddy Pedroni | 2022-01-03 | 1 | -8/+12 |
* | Added LED feedback to playback rate and volume, same hacky implementation | Eddy Pedroni | 2022-01-03 | 2 | -28/+54 |
* | Refactored tests, dropped SimpleQueue usage | Eddy Pedroni | 2022-01-03 | 1 | -11/+5 |
* | Added LED feedback for start/pause/stop, implementation is hacky but passes test | Eddy Pedroni | 2022-01-03 | 4 | -7/+27 |
* | Improved Qt GUI layout, added set A and set B buttons | Eddy Pedroni | 2022-01-02 | 3 | -118/+173 |
* | Added basic LED support for launchpad, removed old MIDI code | Eddy Pedroni | 2022-01-02 | 4 | -57/+80 |
* | Added based MIDI support to Qt interface | Eddy Pedroni | 2022-01-01 | 1 | -1/+6 |
* | Added playback volume functionality to launchpad | Eddy Pedroni | 2022-01-01 | 2 | -0/+26 |
* | Added playback rate functionality to launchpad | Eddy Pedroni | 2022-01-01 | 2 | -1/+29 |
* | Added next/previous AB limit functionality | Eddy Pedroni | 2022-01-01 | 6 | -10/+168 |
* | Improved tmp_path usage in solo tool tests | Eddy Pedroni | 2022-01-01 | 1 | -5/+7 |
* | Added current index getter to AB controller | Eddy Pedroni | 2022-01-01 | 2 | -1/+19 |
* | Renamed launchpad test file | Eddy Pedroni | 2022-01-01 | 1 | -0/+0 |
* | Refactored launchpad tests to use real SoloTool class with player mock | Eddy Pedroni | 2022-01-01 | 1 | -67/+34 |
* | Refactored launchpad tests to use fixtures | Eddy Pedroni | 2022-01-01 | 1 | -22/+19 |
* | Refactored SoloTool integration tests to use fixtures | Eddy Pedroni | 2022-01-01 | 1 | -45/+33 |
* | Updated unprogrammed button test, not as good as before though | Eddy Pedroni | 2022-01-01 | 1 | -3/+2 |
* | Fixed Qt interface problems | Eddy Pedroni | 2022-01-01 | 1 | -3/+3 |
* | Added previous/next song buttons to MIDI interface, updated known issues | Eddy Pedroni | 2022-01-01 | 7 | -9/+127 |
* | Added partial Launchpad support, refactored existing files | Eddy Pedroni | 2022-01-01 | 12 | -18/+225 |
* | Updated diagram, improved known issues file | Eddy Pedroni | 2021-12-29 | 3 | -8/+51 |
* | Refactored players, moved player mock to separate file | Eddy Pedroni | 2021-12-29 | 3 | -53/+54 |
* | Updated known issues | Eddy Pedroni | 2021-12-27 | 1 | -1/+1 |
* | Added playback speed slider | Eddy Pedroni | 2021-12-27 | 3 | -0/+21 |
* | Minor refactoring to AB controller unit tests | Eddy Pedroni | 2021-12-27 | 2 | -24/+14 |
* | Solved issues relating to AB slider behaviour | Eddy Pedroni | 2021-12-26 | 2 | -9/+19 |
* | Added temporary AB limit functionality to back end | Eddy Pedroni | 2021-12-26 | 4 | -12/+64 |
* | Changed default behaviour of AB controller | Eddy Pedroni | 2021-12-26 | 3 | -13/+43 |
* | Renamed some functions, added known issue | Eddy Pedroni | 2021-12-25 | 8 | -41/+48 |
* | Fixed additive loading issue | Eddy Pedroni | 2021-12-22 | 8 | -9/+78 |
* | Improvements, file name display | Eddy Pedroni | 2021-12-22 | 1 | -5/+7 |
* | Added getter integration test | Eddy Pedroni | 2021-12-22 | 2 | -3/+22 |
* | Added MVP Qt implementation, known issues tracking, removed old files | Eddy Pedroni | 2021-12-22 | 9 | -91/+158 |
* | Minor refactoring before starting on Qt GUI | Eddy Pedroni | 2021-12-22 | 1 | -132/+1 |
* | Added integration test, updated diagram | Eddy Pedroni | 2021-12-22 | 3 | -3/+16 |