Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [vst]

VST (Virtual Studio Technology) is a standard created by Steinberg for audio plugins, which are libraries that can be loaded by a sequencer for synthesizing or processing audio.

1 vote
0 answers
35 views

Broken `static_cast` from `NSURL*` to `CFURLRef`

Consider the code at the bottom. I am convinced it’s broken and should not compile. Line 224 has a static_cast from NSURL* to CFURLRef with no bridging which I believe will break the reference count. ...
xcvii's user avatar
  • 470
0 votes
1 answer
122 views

How to cross-compile Rust to Windows using xwin and xtask

I'm trying to cross-compile an example audio plugin from Nih-plug from Linux (Ubuntu) to Windows. Cross-compiling works when using the target x86_64-pc-windows-gnu (Mingw-w64), but the binaries ...
Ken's user avatar
  • 94
0 votes
1 answer
32 views

VST3 - Detect DAW events such as "start recording" and "stop recording"

I want to detect events from the VST3 host (DAW) such as "user clicked record while this track was armed" or, inversely, "user stopped recording." For a more concrete example, in ...
Ryan Alex Martin's user avatar
0 votes
1 answer
19 views

What directory does Steinberg's VST3 plugin generator expect?

I am trying to make a new plugin using the VST Project Generator that is bundled with the Steinberg VST3 SDK. It requires the path to the SDK, but it rejects the path with the message "The ...
Edward's user avatar
  • 113
0 votes
0 answers
10 views

How to build 32/64-bit binary in older macOS?

I need to build an open-source VST universal binary i386 + x86_64 but I have "The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386 architecture."...
Marky M.'s user avatar
0 votes
0 answers
18 views

VST SDK Steinberk/ VST3 Project Generator not opening

I just downloaded the zip version of VST SDK from steinberk. I followed the instruction but when I try opening the VST3 Project Generator, it just loads a bit and never opens. I don't know if it is ...
Plexa's user avatar
  • 1
-1 votes
1 answer
61 views

Share audio buffer between processes (windows)

I want to allow feedback loops in VSTHosts that do not support feedback loops, but do support custom audio routing between audio nodes. Such an example is FLStudio's Patcher. The way these audio nodes ...
GaussianWonder's user avatar
0 votes
0 answers
25 views

what would be the best approch to creating a VST MIDI Tone generator Plugin

Hi this is more of an experiment than a very serious project Idea. I have downloaded the VST3 API from Steinberg and managed to get it to compile for both windows and mac. most of the examples that ...
canderse's user avatar
  • 309
2 votes
2 answers
367 views

How to solve (dependency) error on Google collab in official example for training own DDSP-VST model?

I am completely new to Colab and I have been trying to get the following example to run in Colab: https://g.co/magenta/train-ddsp-vst The execution (of the unchanged notebook from the link above) ...
silend's user avatar
  • 23
29 votes
2 answers
839 views

VST3 SDK: Problematic construction of std::string member in ClassInfo object causes program to crash

The Problem: I'm trying to use the VST Hosting utilities included in the SDK to load a plugin. The code is as shown: #include "vst/v3/Vst3CommonIncludes.h" int main() { std::string ...
Yuwei Xu's user avatar
  • 473
0 votes
1 answer
308 views

VST Plug-In not showing up in Ableton Live 11 (MAC Big Sur)

I copied the .vst3 and .component files from the VST installer to the "System" paths, "/Library/Audio/Plug-Ins/VST3" and "../Components". I also allowed the files to be ...
Jim's user avatar
  • 33
0 votes
0 answers
28 views

Adding some harmonics to signal (guitar signal)

Hello and Welcome! My goal is to add specific harmonics to guitar signal and also i want to be able to manipulate a magnitude of existing harmonics. My first attempt was achive it by using FFT getting ...
barto's user avatar
  • 1
0 votes
1 answer
282 views

How to set sample rate in a VST3 plugin

I try to create a vst3 plugin that can resample audio data to a given sample rate. Just like the "Resampling Plugin" of Wavelab. How can a vst3 plugin change the output sample rate? A ...
Marc Klein's user avatar
0 votes
1 answer
30 views

Using VST.NET how do I get the current transport time of the DAW that hosts it?

I'm using https://github.com/obiwanjacobi/vst.net to create a small plugin that will draw a cute animation relative to the current transport time of the DAW (playback in arrangement view). I'm not ...
Mava's user avatar
  • 83
0 votes
1 answer
686 views

How do I convert/ build .juce file to vst3 plugin

The following repository contains a .juce file along with c++ source file. The operating system I am currently working on is Ubuntu. I want to be able to build this file into a .vst3 file so that it ...
GameFromScratch's user avatar

15 30 50 per page
1
2 3 4 5
16