Search found 101 matches
- 28 May 2019, 11:03
- Forum: How to
- Topic: TUIO Output C# Script?
- Replies: 2
- Views: 435
Re: TUIO Output C# Script?
Hi, somehow you might be able to send correct TUIO Data with the OSC Output Node. The suggested way of taking a C# Script might be easier as you can set all OSC parameters by yourself and build bundles out of messages. Ventuz even comes with its own OSC library ready to use. ==> Documentation can be...
- 17 Apr 2019, 14:41
- Forum: Feature Requests
- Topic: Render to Disk Codecs
- Replies: 2
- Views: 507
Re: Render to Disk Codecs
+1
(But using png sequences and Adobe Media encoder to shrink them down to whatever is needed works fine for me as well)
(But using png sequences and Adobe Media encoder to shrink them down to whatever is needed works fine for me as well)
- 17 Apr 2019, 14:38
- Forum: Feature Requests
- Topic: Machine IP output on System ID
- Replies: 1
- Views: 370
Re: Machine IP output on System ID
+1
You can get the IP easily with a String expression using System.Net.Dns.GetHostEntry() and check the Address families of the result for "interNetwork"
==>Direct Access via SystemID would be nicer though
You can get the IP easily with a String expression using System.Net.Dns.GetHostEntry() and check the Address families of the result for "interNetwork"
==>Direct Access via SystemID would be nicer though
- 17 Apr 2019, 13:17
- Forum: Feature Requests
- Topic: Advanced Volume Control
- Replies: 0
- Views: 597
Advanced Volume Control
I like the ability to create audio groups in the configuration manager and control the delay and volume... But with the volume node you are currently more or less forced to use only one volume node per Grpup in the whole Projekt. It would be nice if the volume node -or volume handling in general- ha...
- 17 Apr 2019, 12:11
- Forum: Feature Requests
- Topic: Json To Scene Data
- Replies: 0
- Views: 565
Json To Scene Data
We are using Json Files alot to configure things. So we usually add its outputs to the Scene data to have all the parameters available everywhere within a scene. It would be great to have a function on the Json Parser Node to add whole Json Objects (and sub objects) with its parameters to the Scene ...
- 07 Feb 2019, 11:23
- Forum: Feature Requests
- Topic: Smooth Timecode
- Replies: 0
- Views: 640
Smooth Timecode
HI, using a Timecode control in combination with an animation is a very comfortable way playing out timecoded shows. however if the timecode is 25fps the animation is also 25fps (the timecode forces the animation to jump to every second frame). A "smoothing" feature would be nice so the animation in...
- 07 Feb 2019, 11:17
- Forum: Feature Requests
- Topic: LTC Timecode Threshold
- Replies: 0
- Views: 521
LTC Timecode Threshold
Hi, we recently did some Timecode shows using Timecode Events. Problem was that the LTC Timecode Node started jumping to random timecodes after a few seconds of silence on the LTC Line In. One Jump every 2-5 Seconds in average. I think this may be caused by an (software) autogain feature raising the...
- 10 Jan 2019, 13:32
- Forum: Feature Requests
- Topic: Web Request and Websocket connection
- Replies: 3
- Views: 515
Web Request and Websocket connection
As Ventuz is very good of displaying realtime data you often connect to "realtime" servers and databases. In many cases these servers provide the data via Websocket connections or some sort of http web request (e.g. rest). An interface could look like this URL and Post data as input strings (maybe a...
- 23 Dec 2018, 15:35
- Forum: Feature Requests
- Topic: Directory Node Folder Count & Names
- Replies: 5
- Views: 698
Re: Directory Node Folder Count & Names
It is even possible with a String Expression... I think it might already be in the forum... Pros for String Expression: no compiling on startup needed Cons for string expression: No async functionality Remember to always write the full class names in Expressions (System.IO.Directory.GetDirectories...)
- 10 Dec 2018, 12:02
- Forum: Bug Reports
- Topic: OPT command not implemented in VMS
- Replies: 0
- Views: 399
OPT command not implemented in VMS
So I was configuring Remoting for a V6 installation and discovered that the OPT command is not working in VMS V6 (Port 20405)... 220 ServiceReady [49] VMS - Ventuz Machine Service ready - [6.2.0.40] OPT .REN.Stats True 502 NotImplemented [30] Command not implemented: OPT OPT .REN.Stats False 502 Not...