Search found 7 matches

by Ansible
Sun Apr 29, 2012 4:07 pm
Forum: MIDI Setup
Topic: Pause requires 'doubleclick' the first time
Replies: 15
Views: 49845

Re: Pause requires 'doubleclick' the first time

sorry for the late reply! No I haven't seen the 'undo all', but I haven't used SL in a week or two. I'm not a very advanced user, I'm not sure how I would recognize it if there was an undo_all event. But if I do see that I'll post here.
by Ansible
Thu Apr 19, 2012 4:57 pm
Forum: MIDI Setup
Topic: Pause requires 'doubleclick' the first time
Replies: 15
Views: 49845

Re: Pause requires 'doubleclick' the first time

Just to update on this. I have implemented "CC Off" and "CC On" binding types that are the equivalent of the "Note On" and "Note Off" but for CC messages. If Jesse is OK with it these should be in the next release. Cool! So then I could make a 'cc on' binding...
by Ansible
Sun Mar 11, 2012 3:17 pm
Forum: MIDI Setup
Topic: Pause requires 'doubleclick' the first time
Replies: 15
Views: 49845

Re: Pause requires 'doubleclick' the first time

Ah yes... good point. If I have the presence of mind to get the pause pedal in the off state before I get going, all is well, mostly. I got sooperlooper to compile! I see that in the "MidiBridge::incoming_midi" function there's this code: // convert noteoffs to noteons with val = 0 if ((ms...
by Ansible
Sun Mar 11, 2012 1:33 pm
Forum: MIDI Setup
Topic: Pause requires 'doubleclick' the first time
Replies: 15
Views: 49845

Re: Pause requires 'doubleclick' the first time

EDIT: Just tried it again and indeed pause doesn't trigger if you send a 0 message. It works fine if you send a 127 message to go into pause and then a 0 message to unpause. Can you set your pedal up so that it will always send 127 to go into pause rather than a 0? Thanks for checking all this out!...
by Ansible
Sat Mar 10, 2012 9:13 pm
Forum: MIDI Setup
Topic: Pause requires 'doubleclick' the first time
Replies: 15
Views: 49845

Re: Pause requires 'doubleclick' the first time

No, I was not using sus. I turned that on but still the same result! I was wondering about that 'sus' thing though, I'll have to read up on that.
by Ansible
Fri Mar 09, 2012 3:57 pm
Forum: MIDI Setup
Topic: Pause requires 'doubleclick' the first time
Replies: 15
Views: 49845

Re: Pause requires 'doubleclick' the first time

Thx for the suggestions. I installed kmidimon to watch the midi events. I can't send note messages from my pedal, at least I don't know how to do that. The pedal emits CC messages and PC messages. I use the CC messages since you can hit the same pedal twice and get the same 'data1' value each time. ...
by Ansible
Wed Mar 07, 2012 11:34 pm
Forum: MIDI Setup
Topic: Pause requires 'doubleclick' the first time
Replies: 15
Views: 49845

Pause requires 'doubleclick' the first time

I'm controlling SL with an old digitech rp10 pedal, using "CC" messages. I'm able to start and stop recording well enough, but pause is problematic. After I record my loop I have to click pause twice to get it to work. After that its single clicks for pause/play. I remapped pause to my oth...