Hi Mathew > 1. I want to send midi from pc to BCR, and the BCR button lights > respond by lighting up or turning off. I refer to buttons 33-48, set > to midi ch.15, cc's 56-71. All are 127(on), 0 (off), ~toggleoff > ... so e.g.: > .easypar CC 15 56 127 0 toggleoff > .showvalue on > .default 0 The toggleoff is your problem Toggle off makes the button a momentary switch. When you release it it turns 'off' so it doesn't have an 'on' state without you pressing/holding down the button. toggleon - 1st press is 'on' 2nd press is 'off' This will light when you send $BE 56 127 and turn off with $BE 56 0 > 2. Is there any way to control the LCD - can I send midi (or ascii > style sysex) to the BCR and print to the 4 char. LCD? No - sorry about the short answer All the best Royce
Message
Re: BCR midi - 2 questions
2008-09-18 by rpcfender
Attachments
- No local attachments were found for this message.