Search found 171 matches

by sleepytom
Mon Mar 26, 2018 19:36
Forum: Developers Developers Developers
Topic: Call deck with OSC string instead of index
Replies: 4
Views: 8764

Re: Call deck with OSC string instead of index

no but you can do something with code :) Sending a string of "?" to the /composition/decks/X/name address will return its name So you could iterate through the deck addresses asking resolume for the names. Store the names in an array and then use that as a lookup table to know which deck i...
by sleepytom
Tue Feb 13, 2018 16:31
Forum: Hardware
Topic: computing power needed to blend 8 live feeds?
Replies: 4
Views: 6892

Re: computing power needed to blend 8 live feeds?

The crucial aspect of this system is PCIe lane bandwidth.

You need a good motherboard / cpu with support for two genuine 16x PCIe slots.
by sleepytom
Mon Feb 12, 2018 19:10
Forum: Developers Developers Developers
Topic: Text data over OSC
Replies: 25
Views: 40647

Re: Text data over OSC

Yes... That’s what I’ve always wanted, a way to know wtf is actually going on in a comp. some kind of json interface could be a way to do this. (look at the barco e2 docs, it has a json interface from control and system monitoring) In a perfect world I’d like to be able to get / set things in the co...
by sleepytom
Sat Feb 10, 2018 10:19
Forum: Developers Developers Developers
Topic: Text data over OSC
Replies: 25
Views: 40647

Re: Text data over OSC

Yes i can confirm that the info sent on deck load is not working correctly. I'm getting random missing clip names as well as some clips simply not updating their "connected" address - this is a pretty savage deal breaker for my use case currently. A related issue is that connected clips fr...
by sleepytom
Fri Feb 09, 2018 12:30
Forum: Developers Developers Developers
Topic: ColorId
Replies: 1
Views: 6117

ColorId

Hi I notice the interface elements which have been given colours are defined in the comp XML using the ColorId tag. Is there a setting which controls the colours of each ID - i would *really* like to edit these to much more obvious colours. The pastel shades look lovely but do not stand out enough t...
by sleepytom
Sat Jan 27, 2018 21:58
Forum: New Features
Topic: 30 Day License Limit => installation killer
Replies: 35
Views: 50658

Re: 30 Day License Limit => installation killer

you guys understand what the word option means right?
by sleepytom
Sat Jan 27, 2018 14:18
Forum: New Features
Topic: Midi channels
Replies: 5
Views: 6765

Re: Midi channels

MIDI sucks balls, the different controllers all use such wildly different systems that it is really hard to create some of the stuff that controller *should* be able to do. The solution is to control resolume via OSC and make a bridging app which manages the MIDI comms to / from the controller. It w...
by sleepytom
Sat Jan 27, 2018 14:13
Forum: New Features
Topic: 30 Day License Limit => installation killer
Replies: 35
Views: 50658

Re: 30 Day License Limit => installation killer

A dongle option would be *really* great :) i'd be happy to pay an additional €100 - €150 per dongle. This would easily cover the hardware expense and the "donglification" process is easy to manage from a development point of view. We used to use HASP for VJamm Pro, it's a great solution an...
by sleepytom
Sun Dec 31, 2017 21:06
Forum: General Chat
Topic: NYE Countdown for R6
Replies: 0
Views: 2399

NYE Countdown for R6

viewtopic.php?f=14&t=15467&p=65387#p65387

Built in processing, uses OSC to send countdown to text generator. Might be useful for NYE or for anyone starting out with OSC

I know its a bit late, but maybe someone will use it?
by sleepytom
Sun Dec 31, 2017 21:03
Forum: Developers Developers Developers
Topic: Processing OSC NYE Countdown...
Replies: 9
Views: 23568

Re: Processing OSC NYE Countdown...

new version with some tweaks to text size and compiled apps for people who don't use processing... https://drive.google.com/open?id=1iFX-s06cfX-qa40pNOo1MSZ5VXe__CFO For people who do use processing you could just copy this code ;) /* This sketch sends a countdown to Resolume 6 via OSC. You need a t...