false MIDI event

Report anything that appears to be a bug here.

Moderator: jesse

Post Reply
Amelie PE
Posts: 10
Joined: Thu Mar 10, 2011 5:03 am

false MIDI event

Post by Amelie PE »

Hello,

I had a MIDI problem several times but I don't know if it's due to SL or my MIDI controller...
Simultaneous trigg of several loops at a same time behave as an "undo" for an other loop! (it becomes one time out of ten or twenty)
What's do you think about?!

I checked the MIDI-bindings, there is no double MIDI note for several events...

Thanks a lot for your answer!
Amélie

PS : I use xubuntu studio 12.04 and my midi controler is a NanoKontrol
kasbah
Posts: 117
Joined: Tue Sep 06, 2011 7:01 pm

Re: false MIDI event

Post by kasbah »

Could you paste your midi bindings file somewhere e.g. https://gist.github.com/ ? This should be an .slb file. If you havn't saved it under a specific name it should be under ~/.sooperlooper/default_midi.slb I believe.
Amelie PE
Posts: 10
Joined: Thu Mar 10, 2011 5:03 am

Re: false MIDI event

Post by Amelie PE »

Here my MIDI binding file...
Thanks!

0 cc 2 set wet 0 0 1 norm 0 127
0 cc 3 set wet 1 0 1 norm 0 127
0 cc 4 set wet 2 0 1 norm 0 127
0 cc 5 set wet 3 0 1 norm 0 127
0 cc 23 note pause 0 0 1 norm 0 127
0 cc 24 note pause 1 0 1 norm 0 127
0 cc 25 note pause 2 0 1 norm 0 127
0 cc 26 note pause 3 0 1 norm 0 127
0 cc 33 note trigger 0 0 1 norm 0 127
0 cc 34 note trigger 1 0 1 norm 0 127
0 cc 35 note trigger 2 0 1 norm 0 127
0 cc 36 note trigger 3 0 1 norm 0 127
0 cc 45 note pause -1 0 1 norm 0 127
0 cc 46 note trigger -1 0 1 norm 0 127
kasbah
Posts: 117
Joined: Tue Sep 06, 2011 7:01 pm

Re: false MIDI event

Post by kasbah »

Could you try with this slb? I have noticed some issues with unwanted undoes happening before which didn't seem to occur when the commands had the SUS option.
Amelie PE
Posts: 10
Joined: Thu Mar 10, 2011 5:03 am

Re: false MIDI event

Post by Amelie PE »

I try your slb but the problem is worse! The firt "pause" pressed do a pause and the second, do an "undo" instead an "unpause"... It's systematic!
Do you think it could be due to my MIDI controller?

Thanks a lot for your answers...

Amélie
kasbah
Posts: 117
Joined: Tue Sep 06, 2011 7:01 pm

Re: false MIDI event

Post by kasbah »

I think the problem might be that for the notes and triggers the NanoKontrol will send 127 and 0 in quick succession. SL interprets this as a double-tap and then the double-tap logic kicks in. I think there is some software for the NanoKontrol to change the mapping of the buttons. If you could change the buttons to be Note messages rather than CC messages and then change your bindings to react only to NoteOn that may solve your problem.

In the new version I added some new options to have a CCon and CCoff message to avoid this sort of problem. If you want to compile that yourself I can send you a link, although I am hoping we will release it soon.
Amelie PE
Posts: 10
Joined: Thu Mar 10, 2011 5:03 am

Re: false MIDI event

Post by Amelie PE »

Good news!
I can't configure NanoKontrol soft with GNU/linux but I'll try with MacOS in few day...
I'll tell you the result...
I think I'm not expert enough to try to compile with your source... I'll wait the release!

Thanks a lot again...
Amélie
kasbah
Posts: 117
Joined: Tue Sep 06, 2011 7:01 pm

Re: false MIDI event

Post by kasbah »

I played with a NanoPad once and the software seemed to run fine with WINE. I could tell that the software is written using JUCE so making a proper Linux version would have been really easy for Korg but thats another matter.
Post Reply