Search found 9 matches

by alex_d
Sat Dec 06, 2014 01:20
Forum: Developers Developers Developers
Topic: The future of OSC in Resolume
Replies: 29
Views: 56420

Re: The future of OSC in Resolume

Yeah I had thought of that as a backup plan ... but yeah it's a looot of params to go through :P

I've asked the creator of the OSCp5 lib for help regarding the bottleneck. Hopefully it should give me a better solution. Either way thanks for the help!
by alex_d
Fri Dec 05, 2014 11:12
Forum: Developers Developers Developers
Topic: The future of OSC in Resolume
Replies: 29
Views: 56420

Re: The future of OSC in Resolume

Hm yes, good point. I've found another solution that works for now.

The problem I had is that I'm routing the OSC messages from Resolume through a Processing sketch, towards 2 other addresses (touchOSC and Duration.cc) - I was simply forwarding a message each time the oscEvent() listener was called ...
by alex_d
Thu Dec 04, 2014 05:41
Forum: Developers Developers Developers
Topic: The future of OSC in Resolume
Replies: 29
Views: 56420

Re: The future of OSC in Resolume

Since we're discussing OSC:

I use a lot of effects with animated parameters. When I bypass these effects or put their opacity on 0, R4 keeps sending out the changing values with OSC. Is there a reason why this happens?

If not I would like to propose being able to disable "useless osc messages" - I ...
by alex_d
Wed Dec 03, 2014 01:09
Forum: Developers Developers Developers
Topic: RND transitions - I made a script that lets you select which
Replies: 4
Views: 6863

Re: RND transitions - I made a script that lets you select w

You're welcome! I've been learning from and using other people's scripts/tools for years now so it was about time I started contributing :)

I have some ideas in store for Resolume, will be interesting to see where it leads me.
by alex_d
Sat Nov 29, 2014 07:13
Forum: Problems? Bugs? Solutions!
Topic: Beginner here - a couple of questions
Replies: 4
Views: 6453

Re: Beginner here - a couple of questions

Hello googling people from the future: I've solved the RND transition question.

Go here: http://alexanderdudek.com/blog/selecting-random-transitions-in-resolume-with-processing

Keep in mind for similar problems: OSC is very powerful and can control resolume in all sorts of ways. (and there's lots ...
by alex_d
Sat Nov 29, 2014 07:10
Forum: Developers Developers Developers
Topic: RND transitions - I made a script that lets you select which
Replies: 4
Views: 6863

RND transitions - I made a script that lets you select which

Hi guys, I asked about this a couple of days ago and apparently others have asked about this too. I wondered if it was possible to select the transitions for RND mode.

Been catching up on this wonderful piece of software a lot these last few days and am starting to figure out just how far I can go ...
by alex_d
Wed Nov 26, 2014 19:12
Forum: Problems? Bugs? Solutions!
Topic: Beginner here - a couple of questions
Replies: 4
Views: 6453

Re: Beginner here - a couple of questions

Alright great, thanks for the help guys!
by alex_d
Wed Nov 26, 2014 00:54
Forum: Problems? Bugs? Solutions!
Topic: Beginner here - a couple of questions
Replies: 4
Views: 6453

Beginner here - a couple of questions

Hi guys, there's a few things I'm wondering about which I can't find a response to myself-

- Placing effects on a layer instead of composition or active clip seems to stretch the output horizontally for some reason (for example stingy sphere)

- I like to use RND auto transition for some layers ...