QmidiArp "Note off" don't stop output

Support & discussion regarding DAWs and MIDI sequencers.

Moderators: MattKingUSA, khz

Post Reply
@nnms
Established Member
Posts: 5
Joined: Wed Nov 18, 2015 4:29 pm
Been thanked: 1 time

QmidiArp "Note off" don't stop output

Post by @nnms »

Hello :) I have a arturia beatstep pro to sequence a korg volca sample, but it can't register midi CC

then I found QmidiArp LFO to modulate sample parameter of the volca. It's works fine but If the volca received too much midi data it bug.

I see there is an option to check in QmidiArp caled "Note Off" It said that it 's "stop output when note is released"

It could be a good way to send more midi data without bugging the volca
I try to send midi note message from my beatstep also to QmidiArp but I dont success to stop the output of the LFO (I send midi note off message in the same channel as CC LFO)

Is it a QmidiArp bug? Or something I do wrong ?

thank's for help, and sorry for my bad english :?
emuse
Established Member
Posts: 6
Joined: Sat Jun 29, 2013 10:08 am

Re: QmidiArp "Note off" don't stop output

Post by emuse »

Hi there,
found this a little late by chance....
This was indeed a regression since the last release, and should now be fixed in the current git repo at

https://sourceforge.net/p/qmidiarp/code/ci/master/tree/

if you want to try and build from source:
git clone https://git.code.sf.net/p/qmidiarp/code qmidiarp
cd qmidiarp
autoreconf -i
./configure --prefix=/usr --enable-qt5
make
sudo make install

Best
Frank
@nnms
Established Member
Posts: 5
Joined: Wed Nov 18, 2015 4:29 pm
Been thanked: 1 time

Re: QmidiArp "Note off" don't stop output

Post by @nnms »

emuse wrote: if you want to try and build from source:
git clone https://git.code.sf.net/p/qmidiarp/code qmidiarp
cd qmidiarp
autoreconf -i
./configure --prefix=/usr --enable-qt5
make
sudo make install
a little late but thanks It's working now :)
It was working in lV2 plugin but complicate connections :roll:
Image

I will now can use it in sand alone and think about a simpliest system
I'll post some test with Qmidiarp with volca sample if it's concluant
Post Reply