Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

VST3NetSend

VST3 version of Mac OS X system-supplied AUNetSend audio plugin.

AUNetSend - is an audio plugin that streams audio data over a network. Used in conjunction with the AUNetReceive generator audio unit. VST3NetSend - is a VST3 version of the plugin which provide similar functionality as AUNetSend. It could be used with Cubase/Nuendo® (by Steinberg®).

VST3NetSend User Interface

Usage

Download binary and copy it to "~/Library/Audio/Plug-Ins/VST3" or "/Library/Audio/Plug-Ins/VST3" folder. Launch Cubase/Nuendo®. Add instance to insert slot: Tools -> WaveLabs VST3NetSend.

Features

  • Supports any sample rate and audio buffer size.
  • Supports multiple inputs/outputs: 1x1 ... 8x8 (except 3x3).
  • CPU safe.
  • Fully utilize features of original AUNetSend audio plugin.

System requirements

  • macOS 10.13 and above.
  • 64-bit VST3 host application (DAW).
  • Gigabit LAN connection between computers.

Troubleshooting

Bonjour Browser application can be used to inspect all AUNetSend providers. Plugin should be listed as "_apple-ausend.tcp." provider.

On new systems (macOS 10.13 and above) AUNetReceive may not connect to VST3NetSend via Bonjour discovery (seems IPv6 issue in AUNetReceive). To solve this problem enter IP-address manually.

Troubleshooting AUNetReceive. Step 1. Troubleshooting AUNetReceive. Step 2.

How to build

To build plugin the following tools, libs and SDKs needed:

  1. Put downloaded VST SDK into folder Vendor/Steinberg/vst3sdk. Or create file Configuration/Developer.xcconfig with the following contents:

    GV_VST_SDK = /Path/To/Custom/Location/VSTSDKv3.6.8/VST3_SDK
    

Now you are ready to build the project from Xcode.

You can’t perform that action at this time.