Search found 10 matches

by shr3d
09 Mar 2016 21:41
Forum: Canvas
Topic: (solved) canvas_arc doesn't work on device
Replies: 3
Views: 11105

Re: canvas_arc doesn't work on device

whoop whoop. Problem solved. I have changed the last parameter from 2 to 0, i.e. canvas_arc(c,0.5*w,0.5*h,(radius * i + radius)-2,0,2*pi,0); The API says however: canvas_arc(c, x, y, r, start, end, ccw) Create an Arc of center (x,y), radius r, from start to end in radians, couter-clockwise if ccw is ...
by shr3d
09 Mar 2016 21:19
Forum: Canvas
Topic: (solved) canvas_arc doesn't work on device
Replies: 3
Views: 11105

Re: canvas_arc doesn't work on device

The code above is the complete function that is called on redraw to paint both the circles and the axes. The axes are shown, the circles not - which makes it so strange. Everything is drawn correctly in the Lemur editor, but when I upload it to the iPad, the circles are missing. I actually wrote the ...
by shr3d
09 Mar 2016 17:46
Forum: Canvas
Topic: (solved) canvas_arc doesn't work on device
Replies: 3
Views: 11105

(solved) canvas_arc doesn't work on device

Hi all, I have a very odd problem with the canvas_arc function. I want to draw some circles together with two lines for the axes. While both are shown in the Lemur editor, the circles do not show up on the iPad air device (see attachment). I also tried to change the order of the function call (first ...
by shr3d
06 Oct 2015 10:56
Forum: Troubleshooting
Topic: Multiball: How to "freeze" single balls?
Replies: 5
Views: 2981

Re: Multiball: How to "freeze" single balls?

Wow, didn't expect so many answers in so little time! :)
I will check out the canvas option, that's a very good hint, ndivuyo!

Thanks a million! I will report my progress :)
by shr3d
03 Oct 2015 18:44
Forum: Troubleshooting
Topic: Multiball: How to "freeze" single balls?
Replies: 5
Views: 2981

Multiball: How to "freeze" single balls?

Hey guys! I tried to figure out recently how to "freeze" single balls in a multiball environment. Say I have 6 balls, I have some widget to use single balls from these six balls, e.g. I select ball 1 and 4. Now, I'd like to "freeze" the other balls such that the user cannot interact with them ...
by shr3d
16 Sep 2015 23:03
Forum: Troubleshooting
Topic: OSC specification for data arrays
Replies: 3
Views: 2041

Re: OSC specification for data arrays

Problem solved. OSCPack (C++ lib) is to blame, messages had no "propper" byte encoding according to the OSC specs. Surprisingly, the OSC tracker of Reaper could read them completely.

Thanks a lot for you reply ndivoyu. i checked out your website, amaaazing stuff! :)

Cheers,
Dirk
by shr3d
15 Sep 2015 07:25
Forum: Troubleshooting
Topic: OSC specification for data arrays
Replies: 3
Views: 2041

OSC specification for data arrays

Hey guys, perhaps a stupid question, but I cannot find any information on that. I try to send data arrays to Lemur, but Lemur does not recognize them as valid OSC messages (no messages are received) I tried various formats, started with the one that Lemur is sending out, such as /someTag [ssffffi ...
by shr3d
30 Jun 2015 20:40
Forum: Troubleshooting
Topic: OSC messages are sent twice
Replies: 2
Views: 1681

Re: OSC messages are sent twice

Solved, but with a different approach. Now directly grabbing the single values of the button state array and triggering dedicated OSC messages (so in fact, the same as with the "if else" script from the inital post, at least logically). Still would like to understand why the first approach does not ...
by shr3d
30 Jun 2015 13:44
Forum: Troubleshooting
Topic: OSC messages are sent twice
Replies: 2
Views: 1681

OSC messages are sent twice

Dear Liine Forum, I have a short, and hopefully easy question. I'm not that familiar with Lemur and I'm looking into this for quite some time now, so I hope one of you can give me a solution. It's actually very simple. I'd like to have an array of buttons, radio-style meaning when I tap on one of ...
by shr3d
30 Jun 2015 13:00
Forum: Introductions
Topic: Bonjour!
Replies: 0
Views: 645

Bonjour!

Hey guys,

I'm Dirk looking for some help on Lemur :)

Cheers
Dirk