Page 1 of 1

A little help with code?

Posted: Sep 24th, '13, 17:01
by ceecrb1
Hi there, I am trying to modify you're dilicktal example so that it works with momentary presses rather than latched...

meaning, a midi note is sent while I hold a button, but on release the midi note off is sent.


help?

Re: A little help with code?

Posted: Sep 25th, '13, 16:30
by e-licktronic
Hi ceecrb1, welcome on the forum.

Try the last example of SRIO library tutorial here. I think this is exactly what you need. Simply replace CC message by Midi noteON and noteOFF message.

Best regards,
E-licktronic

Re: A little help with code?

Posted: Sep 25th, '13, 20:12
by ceecrb1
hi there..

Yeah that seems to be more what I am just looking for!


now just to work on the "SR" was not declared in this scope compile error.
I have added the library etc.. and even just trying the most basic example..

#include <SRIO.h>

void setup()
{
SR.Initialize();
}

void loop()
{
}

Re: A little help with code?

Posted: Sep 25th, '13, 22:57
by ceecrb1
Fixed...

premission problems with the library.. I had to run the arduino program in administrator mode.

Re: A little help with code?

Posted: Sep 26th, '13, 06:46
by e-licktronic
Fixed...

premission problems with the library.. I had to run the arduino program in administrator mode.
;) If you got other questions feel free to ask.

Best regards,
e-licktronic

Re: A little help with code?

Posted: Oct 13th, '13, 23:06
by ceecrb1
Hi there..

The 2nd button set arrived.. I´ve used them both this weekend..

Out of interest... Is there a way to easily make the first 12 buttons momentary and the last 4 as toggles?

I am actually using this to run effects on a profesional lighting desk, and its going very well!!

Re: A little help with code?

Posted: Oct 14th, '13, 15:10
by xarolium
Hi Ceecrb1,

Download Ablickton code here and there are some function on the code to choose between toggle and momentary.
I think it's the easiest way to begin ;)

Re: A little help with code?

Posted: Jan 8th, '14, 20:02
by Keylec
Hello!
I am interested in using an LCD Display for the Lickogic Midi out.In the LCDBoard tutorial you only use the midi In.
can you help me with the code?

Re: A little help with code?

Posted: Jan 10th, '14, 07:02
by e-licktronic
Dear Keylec,

Could you describe your project on a new topic that i could help you to coding

Best regards,
e-licktronic