Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lattice that shows played MIDI notes #11

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

Lattice that shows played MIDI notes #11

Andreya-Autumn opened this issue Nov 24, 2024 · 0 comments
Labels
JUCE Needs further study of JUCE APIs etc Planned Feature Features planned to be in 1.0 (or perhaps later)
Milestone

Comments

@Andreya-Autumn
Copy link
Collaborator

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

No branches or pull requests

1 participant