|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Pass launchpad mini tests | Eddy Pedroni | 2025-02-23 | 6 | -129/+131 | 
| * | Remove AB concept, introduce key points, refactor SoloTool to use properties | Eddy Pedroni | 2025-02-22 | 11 | -988/+338 | 
| * | Get rid of all mentions of playlistv1.0 | Eddy Pedroni | 2025-02-22 | 1 | -16/+16 | 
| * | Removed playlist class, simplified a bunch of stuff | Eddy Pedroni | 2025-02-22 | 5 | -174/+27 | 
| * | Simplify session management | Eddy Pedroni | 2025-02-22 | 3 | -96/+51 | 
| * | Refactor to use properties for song list and current song | Eddy Pedroni | 2025-02-22 | 5 | -50/+53 | 
| * | Add known issue regarding AB limits | Eddy Pedroni | 2025-02-22 | 1 | -0/+2 | 
| * | Moved nextSong and previousSong to SoloToolController | Eddy Pedroni | 2025-02-22 | 8 | -113/+116 | 
| * | Add very dirty partial implementation of web UI | Eddy Pedroni | 2025-02-22 | 1 | -37/+44 | 
| * | Add wireframe of web interface, mock implementation in nicegui | Eddy Pedroni | 2025-02-21 | 4 | -68/+216 | 
| * | Update readme.md | Eddy Pedroni | 2024-11-10 | 1 | -8/+24 | 
| * | MIDI controller interface seeking | Eddy Pedroni | 2024-11-10 | 5 | -22/+84 | 
| * | Set A and B limits via MIDI controller | Eddy Pedroni | 2024-11-10 | 4 | -21/+654 | 
| * | Minor GUI improvement | Eddy Pedroni | 2024-11-09 | 3 | -9/+14 | 
| * | CLI improvements | Eddy Pedroni | 2024-11-09 | 11 | -123/+66 | 
| * | Migrate to project-based structure | Eddy Pedroni | 2024-11-09 | 37 | -70/+140 | 
| * | Improve venv bootstrap | Eddy Pedroni | 2024-11-09 | 1 | -0/+1 | 
| * | Fix GUI bug | Eddy Pedroni | 2023-12-17 | 1 | -1/+1 | 
| * | Add venv bootstrap script, update requirements | Eddy Pedroni | 2023-12-17 | 3 | -0/+7 | 
| * | Added AB toggle button to MIDI interface | Eddy Pedroni | 2022-02-03 | 12 | -28/+124 | 
| * | Added a couple small features to Qt GUI | Eddy Pedroni | 2022-02-02 | 2 | -3/+19 | 
| * | Fixed MIDI controller bug | Eddy Pedroni | 2022-01-09 | 4 | -0/+24 | 
| * | Added readme, updated issues | Eddy Pedroni | 2022-01-09 | 2 | -0/+40 | 
| * | Added main function to CLI, fixed CLI test mocks | Eddy Pedroni | 2022-01-07 | 2 | -3/+17 | 
| * | Added very based CLI | Eddy Pedroni | 2022-01-07 | 2 | -0/+109 | 
| * | 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 |