Search found 13 matches

by Voice303
16 May 2015 16:08
Forum: Troubleshooting
Topic: Lemur intermitently dropping OSC messages
Replies: 3
Views: 1349

Re: Lemur intermitently dropping OSC messages

Hi good news everyone!

We were able to completely mitigate this issue by implementing a bundle system in the OSC traffic!
by Voice303
14 May 2015 14:33
Forum: Projects
Topic: Classic Drum Machinex16: Lemur and Reaktor Drum Sequencer
Replies: 6
Views: 14811

Re: Classic Drum Machinex16: Lemur and Reaktor Drum Sequence

Going for 32 step support next, stay tuned!
by Voice303
14 May 2015 13:38
Forum: Canvas
Topic: SVG image->Canvas/Script converter now available! [May 2015]
Replies: 9
Views: 48532

Re: SVG image->Canvas/Script converter now available! [May 2

Thank you for all the time you just saved in my future Lemuring :D
by Voice303
14 May 2015 01:32
Forum: Projects
Topic: Classic Drum Machinex16: Lemur and Reaktor Drum Sequencer
Replies: 6
Views: 14811

Classic Drum Machinex16: Lemur and Reaktor Drum Sequencer

Have you ever wanted a simple yet effective drum sequencer with a touch interface that let you sequence beats in a 16x12 grid without too much nonsense? Ever wanted a way to easily switch between rows of your drum kit in Battery 4 with single touch? Ever felt like you are clicking hundreds of times ...
by Voice303
13 May 2015 15:16
Forum: Troubleshooting
Topic: Lemur intermitently dropping OSC messages
Replies: 3
Views: 1349

Re: Lemur intermitently dropping OSC messages

Hard to say off the top of my head ... And without more info on structure of interaction ... Is it communicating with an OnOSC script or directly to the objects? Is Bitwig sending lots of messages or bundles with lots of messages? Would have to check specifics of how it is all implemented ...
by Voice303
30 Apr 2015 03:20
Forum: Troubleshooting
Topic: Lemur intermitently dropping OSC messages
Replies: 3
Views: 1349

Lemur intermitently dropping OSC messages

Hi, so I have been working on developing a controller script for integration with Bitwig Studio. The script reads data from Bitwig and sends it out via OSC to Lemur. I have noticed an issue in Lemur where much of the OSC traffic is actually being ignored by Lemur even though it receives it. I have ...
by Voice303
14 Apr 2015 19:46
Forum: Canvas
Topic: icon library
Replies: 16
Views: 20677

Re: icon library

yea, you make them when you make the script. So if you made a script called circle(). instead of just typing circle and pressing enter/ok, type in circle(x,y,r) or whatever variables you want. Then those will be ready to use inside the script itself. This is separate from the custom expression ...
by Voice303
14 Apr 2015 19:03
Forum: Canvas
Topic: icon library
Replies: 16
Views: 20677

Re: icon library

you CAN make user defined arguments for scripts.. (maybe you are talking about something else though)? like this: myShape(x,y,w,h) I think a library is totally possible with scripts like this. Like the one softcore started on the facebook page, you could just grab those shape's scripts with the ...
by Voice303
14 Apr 2015 16:34
Forum: Canvas
Topic: icon library
Replies: 16
Views: 20677

Re: icon library

The 'library' part is really the most valuable thing here imho, maybe because I have mucked around with the idea myself... This can create an easily usable and reusable system to achieve results quickly and easily.. It does however require some thought to come up with a good system approach at the ...
by Voice303
07 Apr 2015 13:53
Forum: Canvas
Topic: Proper Rendering Design: Division of Labor
Replies: 5
Views: 10464

Re: Proper Rendering Design: Division of Labor

As the Canvas is a web technology you can find and apply recommendations for better web performance .... One thing that may be relevant is the avoidance of 'state' changing too much ie continually changing colors whilst rendering. If possible do all the rendering for a particular color , then all ...