--- In bc2000@yahoogroups.com, "poser_p" <poserp@...> wrote: > I just now tried to do it Behringer's way > (sent a "snapshot" of the Keystation 88's controllers to the Behringer > and tried to record it via "Learn") and it didn't work -- the screen > flashed "bad" then "good", and sure enough it recorded one line of the > message (right around the middle of the message, too)... problem is > the message is around 100 lines long. Funny: for the update of the MIDI implementation doc I've just uploaded, I tested the Learn function yesterday as well. Basically found the same thing as you: only 1 message seems ever accepted. >>From a wonky programmer point-of-view, if the MIDI recording > funcionality were modular you could "plug it in" anywhere in the > program. > As I've thought about this, having "record" functionality > right on the parameter page would work out best for what I do. Well, basically the Record facility in my own library is very modular, more or less "pluggable" in the way you're describing: whenever a MIDI message arrives, any window can simply pick up this message by adding its own event handler. This is how recorded MIDI messages in BC Manager end up in several different windows "simultaneously", e.g. the "meters" window, the input message window, the BCL input message window... So from that point of view, it would be a piece of cake to add a recording handler to the element dialog box. I just try to be careful not to overload the program with duplicate or esoteric functionality that only confuses people. I'll see what I can do. Mark.
Message
Re: BC Manager 1.2.0 available now
2008-05-10 by Mark van den Berg
Attachments
- No local attachments were found for this message.