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

Change to modify display on OPZ to reflect current track being recorded #13

Open
blee430 opened this issue Apr 28, 2022 · 0 comments
Open

Comments

@blee430
Copy link

blee430 commented Apr 28, 2022

You can add this into the "setSolo" method to make the OPZ change its display so that it reflects the track that is currently being recorded.

msg2 = mido.Message('control_change', control= 102, channel= 0, value= chn+1)
self.outport.send(msg2)

I also have gotten the code working so that it will export all 8 tracks, up to 8 measures, separately for each pattern up to 16 patterns. I can send the code if you would like. It sort of makes a mess of things, but works for my purposes.

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

No branches or pull requests

1 participant