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

Implement basic root mode #47

Open
mickmister opened this issue Mar 16, 2024 · 0 comments
Open

Implement basic root mode #47

mickmister opened this issue Mar 16, 2024 · 0 comments

Comments

@mickmister
Copy link
Member

The idea of root mode is to be able to press a single note, and have jam tools play a predefined chord shape on midi devices that are configured to receive "noteon" midi events. Ideally we can support commanding different chord shapes simultaneously to different midi devices, but for this initial effort it will be one chord shape assigned to a given midi root note.

Exactly how the chord shapes are initially configured into the program is TBD. That is really the "data entry" task here #40. Hardcoding the chord shapes in some config file is file for now. One chord family can live in one JSON file for now, or something similar to that. The requirements are essentially undefined for this atm.

I would like to couple this issue with #11, which will allow the tonal person to easily command the chords to play and be silent when desired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant