Search found 4 matches

by ceecrb1
Oct 13th, '13, 23:06
Forum: Projects
Topic: A little help with code?
Replies: 8
Views: 16589

Re: A little help with code?

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!!
by ceecrb1
Sep 25th, '13, 22:57
Forum: Projects
Topic: A little help with code?
Replies: 8
Views: 16589

Re: A little help with code?

Fixed...

premission problems with the library.. I had to run the arduino program in administrator mode.
by ceecrb1
Sep 25th, '13, 20:12
Forum: Projects
Topic: A little help with code?
Replies: 8
Views: 16589

Re: A little help with code?

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() { }
by ceecrb1
Sep 24th, '13, 17:01
Forum: Projects
Topic: A little help with code?
Replies: 8
Views: 16589

A little help with code?

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?