Page 1 of 1

Inputprofile Mixxx-MIDI

Posted: Tue Jul 03, 2018 3:41 pm
by markus_b
I use the combination of Mixxx and qlcplus drive some lights with Music. This works well.

But I have a small inconvenience: The most important signal from Mixxx to me is the beat. But this is the only one to be absent in the inputprofile. I'd like to help getting the file updated so that a new Mixxx installation comes with the beat signal defined.

The Mixxx-MIDI.qxi file is installed with Mixxx, but is is absent in the github repository. What is the best way to provide this feedback. The change is small, just an additional Channel definition is needed:

Code: Select all

 <Channel Number="178">
  <Name>beat</Name>
  <Type>Button</Type>
 </Channel>
I planned to clone the github repo, patch the file and submit a pull request, but with the file absent, when it should be there I suspect there is a better way.

Re: Inputprofile Mixxx-MIDI

Posted: Tue Jul 03, 2018 6:35 pm
by janosvitok

Re: Inputprofile Mixxx-MIDI

Posted: Sun Jul 08, 2018 12:05 pm
by markus_b
janosvitok wrote: Tue Jul 03, 2018 6:35 pm the file is here: https://github.com/mcallegari/qlcplus/b ... x-MIDI.qxi
Thanks, found it.

I was not in my fork of qlcpus in github because the fork was from 2015 and never updated. I did create a new fork, but did not catch that github just silently displays the exiting fork instead of a new one. Oh well, will test some more, then submit a pull request.