» VVVV.Audio Pack Alpha
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

VVVV.Audio Pack Alpha

pack
Credits: Marc Heath for NAudio, Marc Jacobi for VST.NET, beyon for midi file reader and other bits and pieces

about

This is a vvvv audio engine.

VST plugins are platform specific: if you use the pack with a 32-bit vvvv you can only host 32-bit VST plugins and the 64-bit vvvv can only host 64-bit VSTs.

Please report all bugs and feature requests here:https://github.com/tebjan/VVVV.Audio/issues/new

NEWS:

  • LTC timecode support sponsored by meso based on elliotwoods work
  • 64-bit support based on bjoerns branch
  • FileStream got a Speed pin, also by courtesy of meso

There was no time to make proper help patches, but a few girlpower patches made it in the pack. I've also included the free sci-fi effects synth Altair 4b from HGF-Synthesizers to demo the vst support.

For now, the focus of the engine was not so much DSP programming but flexible signal routing for large scale installations and VST support.
The new FileStream node can playback audio from the following formats:
Supported Media Formats in Media Foundation

Here are some more resources to check: vvvv.audio-node15-workshop-patches

The world of VST is so huge and even for free, you can get almost anything you could wish for. Maybe you should have a look at sites like this one:

bedroomproducersblog - Free VST Plugins by Category

Discussion

A dedicated forums thread is here: vvvv.audio-discussion

Installation

Copy the folder in the zip file into the vvvv folder (integrate if it exists). It works for both, 32 and 64-bit vvvv versions. See also: using-addons

In beta39 you must delete the VVVV.Audio.Core.dll/pdb files in the 2 folders

 vvvv_beta_39_x64\lib\nugets\core
 vvvv_beta_39_x64\lib\nugets\VL.CoreLib.2019.1.0-0959-g3a31ab0c51\lib\net472

These files are build artifacts from VL, the issue will be fixed with beta39.1, sorry for the inconvenience.

You need to install LoopBe (tested with LoopBe1) and Asio4All.

If you encounter problems loading the Jacobi.Vst.Interop.dll (e.g. all VSTHost nodes have nil in/outputs) you need to install:
Visual C++ Redistributable for Visual Studio

Learning:

Here is an online workshop video which explains all the basic nodes and concepts, starting at 8m24s:

And a little demo video comes along:

And if you are interested in how to patch audio with VL, here you go:

Change Log

  • version 13 comes with a VL example, open "VL Test.v4p" in /girlpower

GitHub closed issues
GitHub commits

Known Bugs

tekcor 26/12/2013 - 01:16

So Hot!

Now I can skip ableton from my setup and must not move to pd.
with that you get me even in plugin coding...

Could you please make a little tutorial for people like me who want to write audio plugins if there is time for it?

sunep 26/12/2013 - 01:33

Midi yoke works as well as LoopBe actually at the same time. Midi yoke gives you 8 channels of midi as opposed to LoopBe's one channel in the free version. just be aware that you need to disable UAC when installing midi yoke and that it only works with 32bit vvvv.

tonfilm 26/12/2013 - 03:02

@tekcor yes, i'll make a tutorial about coding audio plugins, but i have the feeling that basic things could change in the near future, so i don't want people to start writing audio nodes just yet.

guest 26/12/2013 - 05:43

@tonfilm: Unzip(audio) doesn't seem to work at the moment:

@sunep: There's also this which gives you a lot of flexibility, but you have to setup your virtual midi device at startup. It might interest tonfilm that it also has a C# SDK...

Finally, I see that Jackaudio works with this audio engine, and I'd like to configure a workflow for an audio signal to travel back and forth between vvvv and, say, Ableton Live. I've had problems running the most recent version of Jack for windows but it seems to be something wrong with my system; VAC is fickle too. I'll report back soon

guest 26/12/2013 - 08:05

Okay got Jacks for Windows working (if anybody wants pointers its best discussed in a separate forum), and I noticed that only the first two channels from the 'AudioIn' node were active.

Imagine this is to keep the overheads down during this alpha period, or is this a bug-proper?

tonfilm 26/12/2013 - 13:49

the audio engine node has a setting for how many input channels you want to open. try changing that. it seems to be a bug that the AudioIn has more output channels as requested.

guest 27/12/2013 - 18:28

(Zip/Unzip still broken but) this is excellent. Very low latency and low overhead. Great job, Ton.

microdee 30/12/2013 - 06:02

cool stuff!
but first notice is there something else which can replace the midishort format of vvvv? like a custom object which delivers midi messages outside of vvvv's mainloop. that is a real bottleneck.

tonfilm 30/12/2013 - 06:45

@microdee, of course the proper midi event implementation will run in the audio thread... but that's more a 2014 thing, as it needs some extra thought because you also want midiplayers which run in the audio thread but get midi clips from the vvvv thread in the form of spreads.

Curveau 18/01/2014 - 01:50

Thanks - this looks great!

Why is it using LoopBe, does it not have some kind of internal midi solution?

zeos 18/02/2014 - 08:32

What happened with the funky granulator :-) I tried to port it to the current release, but didn't made it :-) also few filters might be usefull, low /hi pass band :-)

guest 24/02/2014 - 17:24

I'm no audio expert but the FFT output from this pack and the native Dshow FFT are very different (Audio Sink FFT produces <0 values).

Is there a formula I can use to make the outputs more similar?

tonfilm 24/02/2014 - 20:18

@zeos almost all imaginable filters exist as VST already. the overhead is negligible compared to the actual effect it processes.

@guest have to check what formula is used...

zeos 25/02/2014 - 21:28

found free, nice and simple vst packhttp://www.gvst.co.uk/downloads.htm

he is running also a kickstarterhttps://www.kickstarter.com/projects/gyeadon/gvst-on-the-mac, may be a nice way to support him ;)

cheers

Patxi7 28/02/2014 - 11:00

Hi there,
I do not know but it seems that WaveForm plugin is missing...

tonfilm 28/02/2014 - 14:08

@Patxi7 did you delete the old version of the audio pack from your /packs folder before you installed the new one?

tonfilm 28/02/2014 - 16:14

there are now 2 versions, one is for the current beta31.2 and the other for all newer vvvv versions. hope that fixes the troubles. please confirm.

zeos 28/02/2014 - 17:15

does not work on the current beta31.2 ..... may be is something with my installation... let somebody else to test as well.

regards

tonfilm 01/03/2014 - 19:03

@zeos: cannot reproduce this. please scan your vvvv folder for duplicate .dll files. maybe you have any .dll which is in the VVVV.Audio pack twice in your vvvv installation...

catweasel 02/03/2014 - 01:36

I'm still having issues with the + * nodes etc, I also get the same exception as zeos...

tonfilm 02/03/2014 - 20:39

ok, please upload a bug patch somewhere. and tell me the combination of which vvvv version and which audio pack download you used.

catweasel 03/03/2014 - 22:23

https://www.dropbox.com/s/0w2ixipm0b7qyw6/AudioFilePlayback%2B.v4p

Just the help patch from girlpower with added +
This is using my RME card, both asio4all and native dont work with it, beta31.2 and the latest Vaudio...

tonfilm 04/03/2014 - 18:13

@cat and zeos: thanks, this helped to find the bugger. please try again, version 4 should work for beta31.2 and the alphas.

zeos 04/03/2014 - 20:28

Works, just perfect!

sebl 01/04/2014 - 16:41

one thing i found out: the AudioEngine (VAudio) doesn't work, if it's created during runtime (eg with createnode) and not present in the first frame.

guest 10/04/2014 - 16:47

could you also provide a 64bit pack? i already tried to checkout your git repo, but the naudio dependency is missing and i could not find it. perhaps you could check in naudio as a submodule?

sebl 10/04/2014 - 17:56

it compiles for x64 (if you add naudio.dll - you don't need the naudio sources), but the vsthost stays red.

tonfilm 10/04/2014 - 18:56

hello, a 64 bit version is already planned... in theory you would just need to exchange the referenced binaries.

guest 11/04/2014 - 10:30

i am trying to build it 64bit but there are errors:

  • The type or namespace name 'Cons' could not be found (are you missing a using directive or an assembly reference?)

same for zipnode,unzipnode,setslice,deleteslice,pairwise

what should i reference ?

tonfilm 11/04/2014 - 21:46

the nodes are defined in VVVV.Nodes namespace and are in the assembly VVVV.Nodes.dll which is located in the lib/nodes/plugins folder of the vvvv distribution.

deby 11/05/2014 - 12:10

This pack is great ! (45beta31)
Thanks a lot !
But i can not get it to work with the lastest Beta32...
do you have the same experience?

hengge 14/05/2014 - 20:30

yes, great pack tonfilm! Is there a trick to get it working in beta32? or if not, any plans to update it for 32?

RitoonL 15/05/2014 - 13:13

i'll keep this in mind ! Seems AWESOME !!!

tmp 10/07/2014 - 16:56

is there a way to play one audiofile with the filestream in parallel.
i am asking because i want to arbitrary trigger exactly one soundfile.

ottomatic 24/07/2014 - 10:28

Hello,

Does anyone know if it is possible to trigger VST instruments without midi. It seems inefficient to send a 'bang' out to midi, and then back in again. I just want to trigger a note directly by sending it an midi on/off and a note number within the patch.

Thanks

catweasel 31/07/2014 - 21:41

beta32 please! :D

bjoern 31/07/2014 - 23:55

oi cat: nonofficial x64 version

Contains LTC Encoder / Decoder and Filestream with speedpin.
By courtesy of Meso.
Please test and report.

edit: forgot to mention the new nodes / features were of course developed by tonfilm.

catweasel 01/08/2014 - 12:57

cool :)
Any chance of an x86 too?
cheeky bleeder arent I!
Thank you meso too

tekcor 01/08/2014 - 15:22

nice thanks bjoern!

bjoern 01/08/2014 - 15:57

I think there will be an official release as soon as everything is properly tested.

tonfilm 04/09/2014 - 03:48

released! :)

tekcor 04/09/2014 - 07:25

Hey tonfilm.
Looks like it is going nicely forward.
Can you give a comment about VST shells please? Is it hard to implement at all?

Waves Audio Plugins with VVVV would be badass for the mastering chain.

tonfilm 04/09/2014 - 15:02

there is no support planned by the VST.NET library developer, this is a bit sad. but waves has a tool called shell2vst which extracts all its plugins out of the shell into single .dlls, that should do it.

tekcor 05/09/2014 - 00:45

Ah thank you!

guest 05/09/2014 - 09:06

x86 version of Beta32 comes back with red nodes.
x86 Beta33 doesn't show any nodes at all.
x64 Beta33 throws up the following error message when I open "VSTSynth.v4p" from the girlpower folder:

The VST node flickers between pink and grey, but the engine node is fine otherwise.

tonfilm 05/09/2014 - 18:19

Please post problems in the forums and tell us more about your setup...

tonfilm 08/09/2014 - 13:05

also, please test with new V6 release, i've recompiled the latest VST.NET sources which had a bugfix regarding the resource file. it should also be slightly faster as its compiled for CLR4 runtime which has better interop support for the vst part.

guest 08/09/2014 - 21:11

Thanks! And sorry for spamming. I'll check it out soon!

hierro 20/09/2014 - 18:30

Hi thank you for big job, i got same error already posted, using beta 33.1_x64 and v0.7 ,vvvv running as administrator on windows 8.

Load error

I compiled also your source from github, same result, any hint ? :)

P.s.: Working fine with beta 33.1_x86.

Solved issue, Tebjan pointed me to something really simple, in x64 it should be used x64 VST :) I stepped into this assuming distributed Altair VST was any CPU.

Again is a great pack indeed, it move forward VVVV creative possibilities, just don't send values less then 0 :D

guest 25/04/2015 - 10:11

The LFO is missing, and from the FMsynthesis Girlpower patch. The Oscillators patch is pretty confusing, with broken links and only works when it loads up. I guess this has something to do with the ADSR node.

Ideally to understand what each does I think it would be easier if they were demonstrated in separate patches. At the moment I don't understand how to use them, but I'll experiment. Quite excited though.

H

guest 08/05/2015 - 17:33

Thanks, V9 SynthDemo patch in the Girlpower folder really clarifies things. Excellent work.

H

mrboni 10/06/2015 - 23:25

Hey Tonfilm. Amazing work!

I'm testing the Ambsonic vst plugins herehttp://www.matthiaskronlachner.com/?p=2015 using a 4 channel 1st order bformat wav, and converting to binaural using ambix_binaural_o1.dll

This is working really well! I want to rotate the soundfield in realtime and there is a vst in the pack for this (ambix_rotator_o1.dll)

When loading this vst for some reason no gui is visible, though there is one when using the plugin in reaper. In the info view I can see the parameters I want (yaw / roll / pan), and I can expose the first one by pressing 'expose', but as I cant move the controls in the gui I can't get at the other two. Any ideas?

Thanks!

tonfilm 11/06/2015 - 03:02

do you see any messages in TTY? is the output of the plugin connected to an audio sink like AudioOut or Meter, some plugins need to process data or use strange hooks to update their UI...

mrboni 11/06/2015 - 12:13

Didnt see anything in tty.

The plugin is in the audio chain, and the audio side of it is working. By pressing 'expose' I can access the first parameter (yaw rotation), but still no gui to let me access the others. Is there another way I could get at the other parameters without having to move them on the gui?

The plugin is here if you have a moment to test it? https://www.dropbox.com/s/gbi2nj1gvrkfp2w/ambix_rotator_o1.dll?dl=1

Thanks muchly

tonfilm 20/07/2015 - 20:56

hi mrboni, sorry for the long delay. the plugin you are trying to lead has no GUI defined by the developer. the UI which you see in your audio software is a generic UI provided by the DAW. most DAWs have this kind of fallback, but its not yet implemented in VAudio, see the known bugs section.

so either you have some funding to implement this in VAudio or you can ask the developer whether he is planning to provide a UI for his plugins which do not have one yet... quite a few in the current ambiX pack.

mediadog 13/09/2015 - 02:21

Is there any way to get DShow audio into this path, other than recording via AudioIn stereomix? I really, really want to get video playback audio into this package! (And a GREAT package it is! Thank you!)

mediadog 13/09/2015 - 03:53

Also for the wish-list:

  • Being able to specify different/multiple input and output devices. Forcing the input and output to the same device is sort of limiting.
  • A version of FileStream(VLC) with VAudio output for video playback! Since that node takes a spread of input files and produces a spread of textures, seems like a natural to also output a spread of audio channels.
mrboni 13/09/2015 - 19:46

thanks for the reply Tonfilm. Only just saw this.

How much work do you think is involved in adding gui fallback to VAudio?

tonfilm 16/09/2015 - 13:05

@mrboni i think its about one day of work... would you be willing to sponsor it?

mrboni 16/09/2015 - 15:23

It's for non commercial (and non essential) work so it would be coming from my pocket.

I think I could go in three ways if there were another two people who would be willing?

tonfilm 18/09/2015 - 18:10

the FileStream (VAudio) should be fixed now, please check with the latest version: vvvv.audio-pack-alpha

tonfilm 25/02/2016 - 02:14

@mrboni you can now load VSTs that have no editor and VAudio will generate a generic one:

mrboni 25/02/2016 - 09:08

Yay!

reaktant 18/04/2016 - 21:51

Hello,

I miss the old beatscanner-(bass), is there some alternative for NRT analysis?

Also, Beat Spectrum:
http://www.rotorbrain.com/foote/papers/icme2001/icmehtml.htm#TOC

tonfilm 19/04/2016 - 18:46

@reaktant you can still use the beatscanner to analyze files and then use the data in VAudio..

reaktant 19/04/2016 - 21:12

yeah, realized this right after posting.
thanks for the whole VAudio stuff btw.

guest 28/07/2016 - 07:03

Is there anyone who know about audio quantize on vaudio ?

tonfilm 28/07/2016 - 16:31

@guest what do you understand under "audio quantize"?

guest 31/07/2016 - 17:31

@tonfilm

i meant it Auto timing correction.
https://yamahasynth.com/blog/quantize-before-or-after/360-quantize-before-or-after

mrboni 22/11/2016 - 15:29

Bug - files larger than 2GB do not load in filestream - "non negative number required"

StiX 11/05/2017 - 20:37

funky feature request: setting speed to negative in filestream would actually play the file backwards accordingly

tonfilm 11/05/2017 - 20:52

hello @StiX the FileStream node is quite simple, it reads the file directly from disc into the audio buffer. reading files backwards is possible but complicated and might be expensive. better use a free sampler like Grace which also has better sound quality when changing speed...

StiX 06/06/2017 - 13:22

i am using reaktor x64, it might be special case, but when i am editing reaktor patch, and i remove some of the controls which were exposed, i dont think there is a way to delete them, they do not show up in the info

tonfilm 06/06/2017 - 14:53

thanks for reporting, made a github issue... for now, recreate the parameter, delete the pin and then delete it in reaktor. not very convenient but it should work.

karafiat 06/06/2017 - 15:15

Do you recommend using x64 Vaudio on integrated Realtek soundcards with Asio4all drivers on win10? I had huge latency problems leading to crash of applications on different computers almost always. The setup was including Oculus or Kinect2. Without this usb hungry devices it was more stable.

StiX 06/06/2017 - 17:26

and i have one more issue for you, 99% of the time when i try to quit vvvv/reset/delete vsthost, vvvv crashes, even when play is not enabled on audio engine

tonfilm 06/06/2017 - 22:04

ok thanks, logged... in general, if you have more please write an issue on github, error reports on contribution comments stay way to long and confuse new users. especially when they are fixed a long time ago.

isdzaurov 13/07/2017 - 07:21

cool

Jas 21/05/2018 - 15:44

Hello!

I'm new to the vvvv community, so pardon my ignorance, should it present itself in this post.

So i've been fiddling with vvvv and this audiopack in particular for the past few days. I'm currently working on a project, and my objective is to create an interactive experience. The sound ambience and design is integrated with a larger portion of said project. In it's current stage, i'm looking to design a multitude of sounds in vvvv, and from then apply various effects and filters that suits to my needs, thus creating stream of audio of some sort that is used by the rest of the patch in a malleable and interactive way, all in realtime -- that is to say that i'd like to avoid resorting to simply use an edited sound and playback it on the patch. What i'm going for is to synthesize something completely new and in doing so creating an interconnected, seamless interactivity.

Can such thing be done through the means of this pack or in any other way, for that matter?
Thanks in advance, i appreciate any help i can get that revolves around this idea.

tekcor 27/05/2018 - 03:43

@Jas

It is possible, if you are using VST instruments inside VVVV.

There are many VST's for synthesis, probably you know but I drop anyway that link: https://www.kvraudio.com/plugins/windows/macosx/vst-plugins/vst3-plugins/audio-units/aax-plugins/rack-extensions/instruments/free/most-popular

For payed version, personally i am a fan of the VSTs from Madrona Labs for more unique sounds with accoustic envelope models
https://madronalabs.com/
and DUNE 2 for the more drony / fat sounds https://www.synapse-audio.com/dune2.html

On the pure VVVV side you can check out the Wavetable example in this pack, here you can make sounds with spreads, which is also very unique.

tonfilm 27/05/2018 - 14:22

hello @Jas

also make sure you check this site:
vvvv.audio-node15-workshop-patches

and watch the vvvveekend vvvvorkshop video on how to control vst parameters from vvvv:
https://youtu.be/I2nnyRkbllo?t=1h54m19s

Jas 27/05/2018 - 23:19

Much appreciated!!!

daviddenker 30/07/2018 - 13:27

Hi there,
I'm having a strange issue with the "AudioEngine (VAudio)ASIO)" node. If i select the "ASIO4ALL" driver VVVV completely crashes. I already tried to get some Information with the TTY Renderer without success. I just wanted to copy the project from one to another workstation(It's working there). I copied the entire VVVV-Folder including all packs etc. an installed all drivers including ASIO4ALL.
The driver ist accessible trough the systemsettings.
Do you have any idea what i could do, or who i could catch the error for further troubleshooting.

StiX 23/08/2018 - 11:26

hi,

if filestream is not constantly changing value on any of the number input pins, it will not engage the loop start/end arguents

WomirAig 12/05/2020 - 19:29

hey,

thx a lot(!) for this package! :)

i was wondering how the audioIn works...
the default DShow9 AudioIn has a driver inputPin, where i can choose (for example) my virtual audio cable to stream spotify. is there a way to achieve something like this with vAudio?

mediadog 06/01/2022 - 07:20

The MIDI assemble nodes (MidiNote, MidiRaw, MidiController) are all throwing exceptions in beta_42_x64 at each MIDI event that should be sent:

00:00:15 ERR : Exception occured in TMPluginWrapperNode.Evaluate
00:00:15 ERR : Method not found: 'Void Sanford.Multimedia.Midi.ShortMessageEventArgs..ctor(Byte, Byte, Byte)'.

This does not happen in 38.1 - not sure about the betas between that and 42. This is on Win10 Pro 21H1 x64.

anonymous user login

Shoutbox

~8d ago

joreg: Postponed: Next vvvv beginner course starting April 29: https://thenodeinstitute.org/courses/vvvv-beginner-class-summer-2024/

~1mth ago

~1mth ago

joreg: The Winter Season of vvvv workshops is now over but all recordings are still available for purchase: https://thenodeinstitute.org/ws23-vvvv-intermediates/

~2mth ago

schlonzo: Love the new drag and drop functionality for links in latest previews!

~2mth ago

joreg: Workshop on 29 02: Create Sequencers and Precise Clock Based Tools. Signup here: https://thenodeinstitute.org/courses/ws23-vvvv-08-create-sequencers-and-precise-clock-based-tools-in-vvvv-gamma/