Questions tagged [vvvv]

vvvv is a general purpose toolkit with a special focus on real-time video synthesis and programming large media environments with physical interfaces, real-time motion graphics, audio and video.

vvvv uses a dataflow approach and a visual programming interface for rapid prototyping and developing. Applications written in vvvv are commonly called patches. Patches consist of a network of nodes. Patches can be created, edited and tested while they are running.[2] Patches are stored on the disk in standard XML format. vvvv is written in Borland Delphi, plugins can be developed in the .NET Framework in C#.

https://en.wikipedia.org/wiki/Vvvv

10 questions
3
votes
0 answers

Socket.io with VVV - Messages not being received on client

I'm running VVV (Vagrant) with socket-io-redis. This seems to be working, the messages are sending to Redis. I test with SUBSCRIBE socket.io#/# which is logging a bunch of messages for testing. This is an example of the response I'm seeing in…
Elliott
  • 3,812
  • 24
  • 69
  • 93
3
votes
1 answer

Error message" The fix-no-tty provisioner could not be found" when I vagrant up with VVV

I'm currently trying to create a virtual environment for wordpress development. I've installed Git Bash, ConEmu, Virtual Box, Vagrant, Vagrant Host updater, Vagrant triggers, and Varying Vagrant Vagrants. the first time I used vagrant up, I got this…
3
votes
2 answers

vvvv/SVG not rendering text

I'm trying to use vvvv/SVG library (https://github.com/vvvv/SVG , current version) in my C# project. I've managed to do some simple drawing, however ended on strange behaviour when rendering text. Following code adds text element to SvgDocument, but…
Kaven
  • 147
  • 1
  • 11
2
votes
0 answers

How to transform/translate a coordinate system from upside down to right way up using vvvv SVG-Lib for C#?

It's a famous Problem, that programmatically generated SVG code is/will be displayed upside down: (if you compare the value of the numbers to the polyline's incline or rise, you see it's upside down) I'm working with a non-documentated library:…
J. Doe
  • 167
  • 9
1
vote
0 answers

Boids in compute shader: How can I avoid a stable state when processing every boid in parallel?

I want to implement the simple, age-old boid algorithm in 2D but as compute shader in HLSL (host programm ist VVVV). Now my problem: In all 2D sample-applications I`ve found, boids are updated one at a time. This results in some jittering that…
1
vote
2 answers

PhpStorm-Vagrant-VVV Cant connect remote php interpreters

Windows7 - VAgrant 1.76 - VirtualBox5 - Phpstorm9 My connection SSH via phpstorm terminal works with vagrant/vagrant user/password. But I'm not able to connect to the php remote interpreter. No path mapping were found. THanks to help me! When I try…
Pascal Carmoni
  • 554
  • 4
  • 8
1
vote
1 answer

How to get render window back on main screen?

I've opened a v4 patch that's kind of old. It defaults to fullscreening when I open the patch. When I ALT+ENTER to exit fullscreen, it disappears. I'm assuming it is going to a monitor that is no longer connected. Is there a command in the vvvv…
FlavorScape
  • 13,301
  • 12
  • 75
  • 117
0
votes
0 answers

Error when I running Vagrant up or vagrant up --provision MacOS

Vagrant 2.3.4 macOS Catalina 10.15.7 VirtualBox Version 7.0.8 I'm using vagrant and VVV to setup WordPress & Sage. I have installed VirtualBox and Vagrant. When I run "vagrant up" I have this error : ==> default: Trigger run failed ==> default: An…
Ralph
  • 1
0
votes
0 answers

VVV 403 Forbidden error (vagrant)

I have project that I've been working on for a while using VVV on vagrant. Suddenly after running vagrant up, everything looks perfect but when I try to load the page, I get the following message: 403 Forbidden nginx/1.4.6 (Ubuntu) I tried multiple…
-2
votes
2 answers

visual c++ runtime 2008 sp1 64bit missing

I am trying to install vvvv but I am missing visual c++ runtime 2009 sp1 64bit. I tried several things but wasn't able to make it work. Here is an image of the setup: install vvvv Can someone help me?