Hi Joe,
I was in contact to you a year or so ago about my VB6 app for program changes. It works fine except for one issue. I can not get it to respond to any other channel except 1 on midi input. I saw no method or action to change it. Can you help? Forgive me if this is a mundane request, I'm kinda green at VB6.
Thanks,
Eric
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Was it this problem throughout the year. From tests, midi input collects any information on any channel. There is currently no filter to block a channel. For example, it defaults to receive C0 49 and C1 49 representing a program change on channel 1 and 2. Try the midi input demo to see if midi input is being received. If you have any other details that can indicate the problem, I would check it.
Hope that helps.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks Joseph. It was my fault in not realizing that the Program_Change constant was just for channel one. I figured it was something easy, just not easy for me.
Thanks Again
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Joe,
I was in contact to you a year or so ago about my VB6 app for program changes. It works fine except for one issue. I can not get it to respond to any other channel except 1 on midi input. I saw no method or action to change it. Can you help? Forgive me if this is a mundane request, I'm kinda green at VB6.
Thanks,
Eric
Was it this problem throughout the year. From tests, midi input collects any information on any channel. There is currently no filter to block a channel. For example, it defaults to receive C0 49 and C1 49 representing a program change on channel 1 and 2. Try the midi input demo to see if midi input is being received. If you have any other details that can indicate the problem, I would check it.
Hope that helps.
Thanks Joseph. It was my fault in not realizing that the Program_Change constant was just for channel one. I figured it was something easy, just not easy for me.
Thanks Again