Re: [Mixxx-devel] Catch-all MIDI mapping

2015-05-26 Thread raskolnikov
> On 22/05/15 08:30, s...@cis.ch wrote: >> >>> If you don't like writting the XML file, you might be interested in >>> this >>> framework I wrote: http://sinusoid.es/mixco/ >> >> Hey thanks, that's right up my alley. >> > > Cool, I'm happy it's useful! I'm going to make a couple of changes > dur

Re: [Mixxx-devel] Catch-all MIDI mapping

2015-05-24 Thread Juan Pedro Bolívar Puente
On 22/05/15 08:30, s...@cis.ch wrote: > >> If you don't like writting the XML file, you might be interested in this >> framework I wrote: http://sinusoid.es/mixco/ > > Hey thanks, that's right up my alley. > Cool, I'm happy it's useful! I'm going to make a couple of changes during the next d

Re: [Mixxx-devel] Catch-all MIDI mapping

2015-05-22 Thread Be
I filed a new bug for discussing how to improve the XML schema: https://bugs.launchpad.net/mixxx/+bug/1457988 On 05/22/2015 11:30 AM, Be wrote: > I think part of the issue here is that the XML format is so cumbersome > to type out by hand. > Rather than: > > [Channel2] >

Re: [Mixxx-devel] Catch-all MIDI mapping

2015-05-22 Thread Be
I think part of the issue here is that the XML format is so cumbersome to type out by hand. Rather than: [Channel2] ElectrixTweaker.forwardButton MIDI Learned from 4 messages. 0x90 0x18

Re: [Mixxx-devel] Catch-all MIDI mapping

2015-05-22 Thread sb
Zitat von Owen Williams : > Hi Stephan, that's a good idea -- do you have a launchpad account you > can use to file a bug? That's the best way to get this on the list of > tasks. Sure: #1457758 Now with what Juan wrote, I'm not sure I'll even need that feature. > On Thu, 2015-05-21 at 21:53 +

Re: [Mixxx-devel] Catch-all MIDI mapping

2015-05-21 Thread sb
> If you don't like writting the XML file, you might be interested in this > framework I wrote: http://sinusoid.es/mixco/ Hey thanks, that's right up my alley. -- One dashboard for servers and applications across Physic

Re: [Mixxx-devel] Catch-all MIDI mapping

2015-05-21 Thread Owen Williams
Hi Stephan, that's a good idea -- do you have a launchpad account you can use to file a bug? That's the best way to get this on the list of tasks. I can do it myself, but you'll get the email updates for sure if you do it. cheers, Owen On Thu, 2015-05-21 at 21:53 +0200, s...@cis.ch wrote: > Hi

Re: [Mixxx-devel] Catch-all MIDI mapping

2015-05-21 Thread Juan Pedro Bolívar Puente
Hi! If you don't like writting the XML file, you might be interested in this framework I wrote: http://sinusoid.es/mixco/ JP On 21/05/15 21:53, s...@cis.ch wrote: > > Hi > > Is it possible to divert all MIDI messages from a controller to a > script without listing every control individuall

[Mixxx-devel] Catch-all MIDI mapping

2015-05-21 Thread sb
Hi Is it possible to divert all MIDI messages from a controller to a script without listing every control individually? That would simplify my XML-config considerably. It's 600 lines now for channel 1, and if I want to receive all Channels it would be sixteen times that. I know, _why would