We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MiniDexed currently does not respond to Performance SYSEX messages, what is important if you edit them remotely.
Performance data are using group=1 (2 bits shifted, thus 0x04)
e.g. Master tuning of module 1 (par=64 (40h), val=64 (32h) means 440Hz) results in { 0xF0, 0x43, 0x10, 0x04, 0x40, 0x32, 0xF7 };
The text was updated successfully, but these errors were encountered:
Currently TX216/TX816 style performances are not implemented yet.
MiniDexed style performances have way more features (including effects such as reverb), and are easier to edit (text files).
But for owner of TX216/TX816 compatible controllers/software it might still be beneficial to (also) implement TX216/TX816 style performance.
Sorry, something went wrong.
Receive TX216/TX816 performances over MIDI
9db0b22
Closes #854 What do we need to do with the Audio Output Level Attenuator?
Successfully merging a pull request may close this issue.
MiniDexed currently does not respond to Performance SYSEX messages, what is important if you edit them remotely.
Performance data are using group=1 (2 bits shifted, thus 0x04)
e.g. Master tuning of module 1 (par=64 (40h), val=64 (32h) means 440Hz)

results in { 0xF0, 0x43, 0x10, 0x04, 0x40, 0x32, 0xF7 };
The text was updated successfully, but these errors were encountered: