Igor Angst
Igor Angst
Any news on this feature? I was going to request the same functionality, since I am planning to build my own midi controller matrix using an Arduino platform. I am...
@muranyia I have used mididings to do similar stuff in the past. However, for a decent interaction with a controller such as lighting up the buttons corresponding to the active...
OK, I took some time to have a more serious look into the source code. I think I can come up with a first implementation to spit out MIDI events...
Hi, I started working on this feature. You can check out the branch [midictrlout](https://github.com/igorangst/sequencer64/tree/midictrlout) in my fork. To enable the feature, run `./configure --enable-midictrlout` For the moment, the midi control...
Hi, I didn't have time recently to get on with the midi output code, since I was working on my personal seq64 fancy RGB illuminated arcade button controller board :-)...
Hi, I confirm that there is a problem with inactive entries not being saved and thus being reset to 0. It has been some time that I worked on this,...
OK, I have received the hardware (thanks for the fast shipping!). This is the current status with the linux build: **good news:** - It compiles and links with libasound, the...
As for the release question: A _static_ build might be convenient for the users, however qt5 is not shipped with static libraries per default. This means that whoever wants to...
I tried the windows version on another laptop and there everything works fine, using the same USB interface. At least this confirms that there might be an issue with the...
I found a first fix for the transfer problems: It turned out that ALSA dropped parts of the MIDI data when too many stuff was coming in too fast. A...