COCKOS
CONFEDERATED FORUMS
Cockos : REAPER : NINJAM : Forums
Forum Home : Register : FAQ : Members List : Search :

Go Back   Cockos Incorporated Forums > Other Software Discussion > WDL users forum

Reply
 
Thread Tools Display Modes
Old 02-28-2017, 07:00 AM   #1
aaron_baker
Human being with feelings
 
Join Date: Feb 2017
Posts: 1
Default Midi program changes in ProcessMidi function of WDL-OL

Hello!

I'm working on a MIDI vst instrument using WDL-OL, but understanding is a little difficult, more MIDI's fault than WDL-OL's.

Some how, this code retrieves the channel.

int event = pMsg->mStatus >> 4;
int channel = pMsg->mStatus & 0x0F;

I would like to retrieve program changes so that I can play, for example, different synths on different programs. Some plugins will change the presets when the programs are changed, which is a neat idea.

Any help would be appreciated!

If you can tell me some further reading matterial regarding WDL-OL and MIDI, that would also be highly appreciated!

Best,
Aaron
aaron_baker is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 06:44 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.