Page 1 of 1

APC mini - Shift & Preview

Posted: Tue Apr 02, 2019 16:17
by Aytine
Hi !
I just bought an APC mini and it work really well with the default mapping included but I was wondering if it's possible to trigger the preview of a clip by pressing shift + <clip pad> ?
So far, I havn't been able to make it work : every time I pressed those two simutanously, I end up with the last one ... I even look for re-mapping software but found nothing on the Akai website or google.
Thanks !

Re: APC mini - Shift & Preview

Posted: Fri Apr 05, 2019 11:41
by Joris
Unfortunately, the Shift button on the APC series does not actually change the MIDI messages that are being sent out. It just has the word Shift printed next to it, but doesn't actually shift anything. Unless you program your own logic in your own application, that button is just another regular button.

Re: APC mini - Shift & Preview

Posted: Sat Apr 06, 2019 10:49
by Aytine
Thanks for the awnser ! Do you have some links or advices on how to make such an app ?

Re: APC mini - Shift & Preview

Posted: Mon Apr 08, 2019 11:45
by Joris
I would make it using c++, especially with the JUCE library that takes away a lot of the pain of dealing with MIDI devices.

If you're not that into c++, Processing is very beginner friendly and has good MIDI libs as well.

If you want a more GUI based approach, a lot of people swear by Bomes. Personally, I'm not a fan, but I guess it does what it needs to do.

A newcomer on the tinkerer area is RD/Showcockpit. I don't have any experience with it, but it looks very user friendly and customisable.

Re: APC mini - Shift & Preview

Posted: Mon Apr 08, 2019 13:13
by Aytine
Thank you so much for this !
I'm gonna take a look at all of this !