Oh yeah good point. If you want a number interpreted as hex it has to start with 0x in the skin files.
On 26/11/2007, Garth Dahlstrom <[EMAIL PROTECTED]> wrote: > What about something like? > <control> > <group>[Master]</group> > <key>crossfader</key> > <miditype>Ctrl</miditype> > <midino>1</midino> > <midichan>176</midichan> > </control> > > where B0 hex = 176 decimal > > -G > > > On Nov 26, 2007 1:34 PM, mike <[EMAIL PROTECTED]> wrote: > > > > > > > hi all, > > > > i'm from germany. i was surprised to found this nice software (and for > free). i build successfully the CVS-linux-version and its run on my x86_64 > 2.6.23. my question is: how can i make a 'midi-controller' xml-file for a > controller of my choice. theoretical can't this be a problem: my midi > device give me this output: > > bash-3.2#amidi -d -p hw:2,0,0 > > B0 01 00 #start of knob > > B0 01 02 > > B0 01 03 > > B0 01 04 > > .... > > B0 01 7F #end of knob > > > > when i move a controller knob. > > > > the controller xml files under share/mixxx/midi/*.midi.xml looks easy for > modify but a first short test failed. > > i modify Evolution_Xsession.midi.xml from: > > <control> > > <group>[Master]</group> > > <key>crossfader</key> > > <miditype>Ctrl</miditype> > > <midino>1</midino> > > <midichan>1</midichan> > > </control> > > to > > <control> > > <group>[Master]</group> > > <key>crossfader</key> > > <miditype>Ctrl</miditype> > > <midino>01</midino> > > <midichan>B0</midichan> > > </control> > > but no effects. > > > > an other idea was to build in a learn function for each knob and fader in > mixxx? (then we can use some much more midi controllers, i think) > > > > or i'm totaly wrong? > > > > cheers > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Mixxx-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/mixxx-devel > > > > > > > > -- > __ > --- == __/ t.O ==-- > http://stacktrace.org/ > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Mixxx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mixxx-devel > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
