Changing Pages with Program Change

Can Grid be configured to receive program change messages from a sequencer to change what page it’s on?

If you know what message you will receive, you can use the MIDI RX Event for things like this.

You can read more about how to do that here: More about: Receiving MIDI | Intech Studio Documentation.

Then you would have to put your page_load() function under MIDI RX as well to switch on the desired received message. Some stuff about Pages here: More about: Pages | Intech Studio Documentation

Hope this helps you get started!

1 Like