On Tue, Dec 04, 2007 at 09:04:23PM +0300, Tuma wrote: > Hi, All! > I have Vestax VCI-100 MIDI Controller. > I tryed to configure filters. And there is something wrong. I did'not read > source code, but it seems that software filter controls are different > digit capacity with that VCI-100 Control has. Or, maybe, different regularity > used in filter control (not linear). When I rotate filter control I do not > need to rotate it all range to make software control rotated from -"max" to > +"max". And it's not proper.
Does the value/position of the EQ control on the GUI jump around all over the place as you're turning the pot on the VCI, or does it move smoothly but just get to the ends of its range too soon? What does your manual say about what MIDI message is transmitted by the EQ pots? > How could it be corrected? Is there any "#define" or constant in code that > defines how much bits is filter control? If so - what file should I > modify? There isn't, because every controller we've encountered so far uses a standard MIDI CC for the EQ pots. It's possible yours is different, though I'd be surprised. > Or how can I test filter signal (and it's regularity) of my MIDI Controller? You need a midi monitor. In Linux, kmidimon is good. I don't know about Windows or Mac. Ben ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
