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

Can I send program changes through MidiKeys? #2

Open
brcambui opened this issue Mar 15, 2020 · 1 comment
Open

Can I send program changes through MidiKeys? #2

brcambui opened this issue Mar 15, 2020 · 1 comment

Comments

@brcambui
Copy link

Is it possible to send "program change (PC)" commands to other VSTs (like Amplitube)?

With that, it would be possible to change VST presets through global hotkeys, without the need for physical MIDI devices (I assume, and I may be absolutely wrong).

I noticed that the PC command (apparently) is mapped:

kMIDIProgramChange = 0xc0, //!< Data bytes: 0ppppppp

_dataBytesRequired = (status == kMIDIProgramChange || status == kMIDIChannelPressure)

But I have not found a way to "send" it over MidiKeys.

Btw, MidiKeys is awesome, such a great work @flit!!!

@flit
Copy link
Owner

flit commented Mar 25, 2020

Hi @brcambui, thanks for your support! 😀

Sorry, it's not currently possible. The references in the code you found are just generic support for MIDI.

But, I've been planning to add some new features like remappable buttons/controls. Program changes are definitely something that should be included.

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

No branches or pull requests

2 participants