Inputprofile Mixxx-MIDI

The issues found when using the Input/Output Manager panel
Post Reply
markus_b
Posts: 12
Joined: Fri Jul 01, 2016 9:06 pm
Location: Switzerland
Real Name: Markus Baertschi

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.
janosvitok
Posts: 1325
Joined: Mon Apr 13, 2015 7:05 am
Location: Bratislava, Slovakia
Real Name: Jano Svitok
Contact:

markus_b
Posts: 12
Joined: Fri Jul 01, 2016 9:06 pm
Location: Switzerland
Real Name: Markus Baertschi

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.
Post Reply