Search found 32 matches

by .lov.
Thu Dec 17, 2015 18:10
Forum: Problems? Bugs? Solutions!
Topic: Use ArtNet in two Applications
Replies: 11
Views: 17504

Re: Use ArtNet in two Applications

artnet uses a specific port receive, and two programs can't listen on the same port at the same time on the same interface and ip. Sorry, but that is not true. UDP ports can be opened with non-exclusive mode, so others can connect and listen the same port, and most of the Art-Net apps on OSX works ...
by .lov.
Mon Mar 30, 2015 09:07
Forum: Problems? Bugs? Solutions!
Topic: can't play dxv codec on OS X (in the system player)
Replies: 16
Views: 32776

Re: can't play dxv codec on OS X (in the system player)

I have a Quicktime based thumbnail generator here, works well with DXV: https://github.com/lov/QLVJ/ A technical note here: QL plugins cannot access to the window server, which means generating thumbnails for QC compositions does not possible. QL plugins has no way to render animated content, like v...
by .lov.
Mon Jul 21, 2014 17:53
Forum: News! Extra! Extra! Read all about it!
Topic: Vezér, Making Resolume Bounce
Replies: 13
Views: 30309

Re: Vezér, Making Resolume Bounce

Yay, thanks 8-)
by .lov.
Thu May 01, 2014 11:12
Forum: New Features
Topic: Parameter animation curves
Replies: 14
Views: 16109

Re: Parameter animation curves

Un-offically, you can send OSC to individual clips as well. /layer1/clip3/video/scale/values will always address the scale of clip 3 in layer 1. Also /activelayer/clip3/.... will work to address the third clip in the active layer. This behaviour is undocumented, and not officially supported. But it...
by .lov.
Thu May 01, 2014 09:48
Forum: New Features
Topic: Parameter animation curves
Replies: 14
Views: 16109

Re: Parameter animation curves

Edit: From a brief glance at the way OSC connections work, it looks like any OSC commands sent to a parameter on a given clip will follow the active clip in the layer... If a different clip in the same layer is triggered, then the OSC commands sent to the old clip will be sent to the corresponding ...
by .lov.
Wed Feb 12, 2014 17:47
Forum: Developers Developers Developers
Topic: CoGePSDLayers for QC - access PSD layers in QC
Replies: 0
Views: 4087

CoGePSDLayers for QC - access PSD layers in QC

Just updated my CoGePSDLayers plugin to Beta 2. Nothing super fancy, but fixes a memory leak.

Demo: https://vimeo.com/5996161

Download: http://www.cogevj.hu/forums/viewtopic.p ... 5687#p5687
by .lov.
Sun Dec 15, 2013 18:17
Forum: Developers Developers Developers
Topic: MIDI Timecode receiver for Quartz Composer
Replies: 0
Views: 5570

MIDI Timecode receiver for Quartz Composer

CoGeMTCReceiver is a plugin for Quartz Composer to receive and use MIDI (SMPTE) Timecode -> http://www.cogevj.hu/forums/viewtopic.php?f=14&t=1944

:mrgreen:
by .lov.
Thu Oct 10, 2013 06:37
Forum: Problems? Bugs? Solutions!
Topic: quartz composer troubles
Replies: 6
Views: 10689

Re: quartz composer troubles

Guys, if you publish out number types inputs from QC, make sure you are defined the min and max values - use input splitters to do that ;)
by .lov.
Wed Oct 09, 2013 06:49
Forum: Problems? Bugs? Solutions!
Topic: quartz composer troubles
Replies: 6
Views: 10689

Re: quartz composer troubles

I have similar problems, mostly when the "iterator"-module is in play in the QuartzComposer-patch. I mostly got "init-bugs", like no iterator-distribution parameters are available, or they are wrong, or all iteration-objects just init and follow on the very first iteration-objec...