Search found 13 matches

by marinus
02 Apr 2013 19:55
Forum: General Discussion
Topic: Procedural interface building using SuperCollider & Lemur
Replies: 2
Views: 1212

Procedural interface building using SuperCollider & Lemur

Heey There! A bit of SuperCollider stuf. I am currently implementing a Score & Controller interface to simplify the building of dynamical control structures linked pattern generators in SuperCollider with the Lemur app used as an osc-controller. To help doing this I have written a help class to add ...
by marinus
23 Nov 2012 11:47
Forum: General Discussion
Topic: A class for building simple interface's with SuperCollider
Replies: 2
Views: 815

A class for building simple interface's with SuperCollider

hello, I have uploaded a beta version of the Lemur interface builder class on my Github online. The library I am working on is to be used as a SuperCollider class extension. I hope to hear your idea's and feedback especially about the Lemur class and help file. https://github.com/marinusklaassen/AC ...
by marinus
30 Oct 2012 20:42
Forum: General Discussion
Topic: question: adding control elements using another language
Replies: 18
Views: 3808

Re: question: adding control elements using another language

I am getting somewhere now after reading the topic from a while back at the sc forum I realised I handle the messages wrong and was to stubborn to see it and realize it. Anyway now by evaluating the code by hand I have managed to add objects as osc blobs via tcp without any problems. I hope from now ...
by marinus
30 Oct 2012 19:36
Forum: General Discussion
Topic: question: adding control elements using another language
Replies: 18
Views: 3808

Re: question: adding control elements using another language

Hi marinus, thanks for responding. Glad I could add something, even if it does look like a deadend, due to, as you say (and I suspected), the closed nature of the MFL code for Mu. I'll leave you guys to the SC fun and pursue my own quest elsewhere :) Hmm.. It is a pity that I don't have max for ...
by marinus
29 Oct 2012 20:12
Forum: General Discussion
Topic: question: adding control elements using another language
Replies: 18
Views: 3808

Re: question: adding control elements using another language

Hola! This is what I did: - setup a local network with my laptop (mac) to connect my iPad with the Lemur application - with my lemur pseudo class I established the tcp connection with the netaddr class - reset lemur for a blank start done with the class. - evaluated the 4 pieces of code to build the ...
by marinus
27 Oct 2012 09:02
Forum: General Discussion
Topic: question: adding control elements using another language
Replies: 18
Views: 3808

Re: question: adding control elements using another language

Please forgive the minor thread hijack here guys but, does MFL / Mu do something along these lines too, generate Lemur elements / layout on the fly? I'll start another thread specific to hacking the Mu, it's just this thread piqued my interest regarding some stuff I think I'm seeing when I try and ...
by marinus
25 Oct 2012 08:54
Forum: General Discussion
Topic: question: adding control elements using another language
Replies: 18
Views: 3808

Re: question: adding control elements using another language

This is could maybe be an basic example: // It's the most basic usage to get osc in SuperCollider. // important is that to send messages from lemur to your computer ip and to sc-lang port. set this up in lemur. // when you set the adress to nil it will listen to all devices it receives. this can be ...
by marinus
24 Oct 2012 08:23
Forum: General Discussion
Topic: question: adding control elements using another language
Replies: 18
Views: 3808

Re: question: adding control elements using another language

Thnx! I going make a slider size option for building on iphone or iPad. Anyway you can also build seperate sliders yourself want. Unfortunately I still have the problem that I don't know what source of the problem is why the building get's stuck. Especially when I build multiple pages with 10 ...
by marinus
13 Oct 2012 15:33
Forum: General Discussion
Topic: question: adding control elements using another language
Replies: 18
Views: 3808

Re: question: adding control elements using another language

Hola! Here is the code I written to build the gui elements on lemur realtime. Basically while building the pages templates lemur will drop out. I don't no if miss a particular xml command or something. The dropouts are also quite random. I can build onto 5 pages full of sliders and sometimes not ...
by marinus
05 Oct 2012 08:03
Forum: General Discussion
Topic: question: adding control elements using another language
Replies: 18
Views: 3808

Re: question: adding control elements using another language

I just sended the code to you off-list. many thnx in advance! grt,marinus