|
|
65dde4d62e
|
Reorganization of library structure to better match Arduino spec (#20)
Note, this will also require to you "uninstall and reinstall" the Arduino library due to the library file location changes.
Reviewed-on: https://git.pinkduck.xyz/awonak/libGravity/pulls/20
|
2025-07-24 15:07:15 +00:00 |
|
|
|
60a7a7a349
|
fix example code
|
2025-07-04 15:21:03 -07:00 |
|
|
|
6c85b94f21
|
Refactor handle rotate to make the code more reusable and readable.
|
2025-06-09 19:54:30 -07:00 |
|
|
|
dac1bb3007
|
Big refactor of code for readability and reusability. Mostly focusing on the UI code.
|
2025-06-08 18:17:19 -07:00 |
|
|
|
c1b29924f7
|
Do not show MIDI tempo. Serial MIDI is too unstable. CV ext seems pretty stable when given a steady clock, but I need to try unstable sources / polyrhythms.
|
2025-06-03 07:33:50 -07:00 |
|
|
|
01bf09d4f5
|
Consistent clock behavior for ext cv and midi.
|
2025-06-02 21:56:17 -07:00 |
|
|
|
8cf64fefca
|
Initial commit for midi. Midi out is working, Midi In is still a work in progress.
|
2025-06-01 22:53:51 -07:00 |
|
|
|
20f65d9bdf
|
Full rewrite of graphics lib. Replace adafruit with u8g2. Overhaul UI.
|
2025-06-01 19:18:59 -07:00 |
|
|
|
edd7df1cd6
|
Revert pointer change. not worth the few bytes it saved.
|
2025-05-31 20:28:17 -07:00 |
|
|
|
18e53e90c1
|
Fuck it, we're doing pointers for everything!
|
2025-05-31 17:35:04 -07:00 |
|
|
|
98c3769008
|
Update clock.h to support uClock v2.2.1 and implement external PPQN 4 (#3)
Reviewed-on: https://git.pinkduck.xyz/adam/libGravity/pulls/3
Co-authored-by: Adam Wonak <adam.wonak@gmail.com>
Co-committed-by: Adam Wonak <adam.wonak@gmail.com>
|
2025-05-30 03:08:31 +00:00 |
|
|
|
b580d1e451
|
Adding various refactoring for optimization and readability.
|
2025-05-26 11:09:51 -07:00 |
|
|
|
4446f41957
|
formatting
|
2025-05-25 15:31:58 -07:00 |
|
|
|
b95aa752ca
|
Avoid floating point operations.
|
2025-05-25 15:31:03 -07:00 |
|
|
|
3b04196430
|
switch to using 96ppqn internally to allow more clock modification.
|
2025-05-25 15:20:48 -07:00 |
|
|
|
b847515f32
|
Add clock_mod firmware demo.
|
2025-05-04 22:55:28 -07:00 |
|