Looper's Delight Archive Top (Search)
Date Index
Thread Index
Author Index
Looper's Delight Home
Mailing List Info

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Date Index][Thread Index][Author Index]

Re: Foot Controllers.




On Tue, Dec 8, 2015 at 1:46 PM, andy butler <akbutler@tiscali.co.uk> wrote:
...or you did it already?

Yes, I've already implemented something like that in Bidule (count milliseconds while key is held). 

It would be trivial to implement your requirement from there: 

count ms while key is pressed, 
if note off is received after x ms, 
then execute function, 
else do nothing.

Sylvain