This repository has been archived by the owner on Nov 24, 2024. It is now read-only.
Lattice that shows played MIDI notes #4
Labels
JUCE
Needs further study of JUCE APIs etc
Planned Feature
Features planned to be in 1.0 (or perhaps later)
UI
Issues related to UI look and feel
Milestone
The lattice graphic can do two cool things for us. It can show which 12 notes are presently in our tuning. It could also take in a MIDI stream and show which notes are being played (like in the Gary Garett video linked in the Readme).
Currently we are doing the former only. I really want to also do the latter.
Few options for how to do this:
I really like the last idea UX-wise. Especially because it could potentially let you put a few visualisers on different tracks. Know how tracker/chiptune folks make those four-quadrant videos with oscilloscopes? Imagine that but with lattices showing a bass part, melody, chords etc.
But of course, that would be require some state sharing between instances, which requires IPC. Which JUCE provides, but I'm not sure how easy it would be to implement. Investigate!
The text was updated successfully, but these errors were encountered: