Search found 1194 matches

by edwin
Sun Oct 25, 2020 10:29
Forum: New Features
Topic: Temperature and sharpness correction effect
Replies: 20
Views: 21621

Re: Temperature and sharpness correction effect

I can't promise anything but we'll have a look if we can create an effect with this.
by edwin
Fri Oct 23, 2020 14:26
Forum: New Features
Topic: Temperature and sharpness correction effect
Replies: 20
Views: 21621

Re: Temperature and sharpness correction effect

Is this what you have in mind when talking about adjusting color temperature.
https://www.shadertoy.com/view/4sc3D7
by edwin
Thu Oct 15, 2020 15:45
Forum: Problems? Bugs? Solutions!
Topic: OSC with special characters
Replies: 10
Views: 12307

Re: OSC with special characters

I just gave this a code and it seems to work just fine here. This what my Processing code looks like. OscMessage myMessage = new OscMessage("/composition/selectedclip/video/source/blocktextgenerator/text/params/lines"); myMessage.add("Processingäß"); oscP5.send(myMessage, myRemot...
by edwin
Thu Oct 15, 2020 15:33
Forum: Problems? Bugs? Solutions!
Topic: OSC with special characters
Replies: 10
Views: 12307

Re: OSC with special characters

Just to double check, it's not the address itself that contains those characters right? We'll have a look to see if we can sort this out, it sounds like an unicode problem. Did you manage to send Strings like this from Processing to another Application? Just to rule out it's not Processing being at ...
by edwin
Wed Sep 23, 2020 07:25
Forum: Problems? Bugs? Solutions!
Topic: no capital letters in osc out messages???
Replies: 7
Views: 8611

Re: no capital letters in osc out messages???

We correct the case indeed, we did this for incoming messages for convenience sake. All our internal addresses are lowercase, this way it's less likely you make a mistake. But i guess when you have a custom OSC Output Address that is not what you want. I created an issue for this.
by edwin
Fri Sep 18, 2020 21:02
Forum: New Features
Topic: [IMPLEMENTED in 7.17] Set The Duration of a Recording Beforehand
Replies: 11
Views: 14656

Re: Set The Duration of a Recording Beforehand

I suggested Resolume to add an x time multiply to the render feature, too. I might need to bring "Render x times the original length" to vote in a separate feature request )) The Clip Renderer takes the Auto Pilot Loop count into account. It will render the Clip (N) times. So if you have ...
by edwin
Tue Aug 25, 2020 19:33
Forum: New Features
Topic: Shaper - Star shape
Replies: 4
Views: 10130

Re: Shaper - Star shape

The shaper works with so called Signed Distance fields. The type of Shapes we can add are limited because they have to able to be described through a mathematical function.
The Star shape is possible though, so i'll have a look if i can add it.
by edwin
Thu Jul 16, 2020 19:33
Forum: Problems? Bugs? Solutions!
Topic: outing the resolume preview monitor via spout or NDI
Replies: 3
Views: 6970

Re: outing the resolume preview monitor via spout or NDI

Create a Screen in the Advanced Output. Select NDI as output device for the Screen you just created.
Select the Slice of the Screen and choose 'Preview' in as 'Input Source'.
PreviewNDI.png
by edwin
Mon Apr 20, 2020 13:59
Forum: News! Extra! Extra! Read all about it!
Topic: Resolume 7.1.2 Released: Improved Gradient & Clip Transitions
Replies: 8
Views: 20631

Re: Resolume 7.1.2 Released: Improved Gradient & Clip Transitions

Adding it to Transition Area is indeed nice and i played with this option as well. But it would be harder to determine the order of effects, would for instance transition effects be applied before or after the other effects? Now you can mix and match.
by edwin
Mon Jan 20, 2020 22:16
Forum: New Features
Topic: Slice Transform / Stroke / Delay / Fill
Replies: 6
Views: 8831

Re: Slice Transform / Stroke / Delay / Fill

Hi guys, Of course these extra Slice effects weren't supposed to be in the release of v6, they are very experimental and i can't promise they are stable to live performances, and i think they are actually far from being very useful. But of course you are welcome to play around with them. cheers Edwin