Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Lattice that shows played MIDI notes #4

Open
Andreya-Autumn opened this issue Nov 6, 2024 · 0 comments
Open

Lattice that shows played MIDI notes #4

Andreya-Autumn opened this issue Nov 6, 2024 · 0 comments
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

Comments

@Andreya-Autumn
Copy link
Owner

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:

  • Could make this an optional feature of the main plugin.
  • ...Or give it a pop-out window which does the note visualisation (while the main keeps showing the mapping)
  • Or alternatively, write a second plugin which does visuals-only.

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!

@Andreya-Autumn Andreya-Autumn added Planned Feature Features planned to be in 1.0 (or perhaps later) UI Issues related to UI look and feel JUCE Needs further study of JUCE APIs etc labels Nov 6, 2024
@Andreya-Autumn Andreya-Autumn added this to the 1.0 milestone Nov 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

1 participant