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

Questions tagged [steinberg-asio]

The tag has no usage guidance.

steinberg-asio
0 votes
1 answer
81 views

How to load an ASIO driver in C++?

I want to access the list of driver's names with the C++ ASIO SDK of Steinberg to select the driver then load it. So I try to use the hostsample.cpp exemple to write my code, it compile but dont want ...
lost_in_nowhere7's user avatar
0 votes
1 answer
124 views

How to compile Steinberg ASIO SDK on Window?

I want to compile a simple program using ASIO SDK, however there is a strange error that I cannot fix. #include "asio.h" int main(void) { ASIODriverInfo info {}; ASIOInit(&info)...
lost_in_nowhere7's user avatar
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
0 answers
84 views

Observed periodic noise with ASIO sound card in my audio processing application

I observe noise which shows up periodically (every 5 seconds or so) when i use Asio sound card with the custom built audio processing application visualisation tab which displays the frequency ...
Artemis's user avatar
1 vote
0 answers
239 views

Is there a tutorial I can follow to learn about the Steinberg ASIO SDK?

Is there a good tutorial I can follow to learn about the Steinberg ASIO SDK? I have been looking everywhere, but I can't seem to find even a simple example of playing a sine wave.
Lysander Mealy's user avatar
4 votes
1 answer
736 views

Error in Steinberg VST3 Project Generator CMake - "add_subdirectory called with incorrect number of arguements"

I'm trying to create a basic new instrument plug-in using the Steinberg VST3 Project Generator, but I'm getting the following error: CMake Error at CMakeLists.txt:12 (add_subdirectory): ...
Jonathan Vardouniotis's user avatar
0 votes
1 answer
166 views

ASIOSDK; Error when building mex file from hostsample.cpp

I'm writing a c++ file to build into mex, but I got the unsolved external symbol errors with asio function like "ASIOExit". I'm building in Matlab console with mex command. I've put all headfiles and ...
Noob's user avatar
  • 113
0 votes
0 answers
175 views

Realtime equalizer for arbitrary playback software using ASIO SDK 2.3 I/O

I want to develop an equalizer that runs in the background and process the incoming audio signal from whichever audio playback software using the asio4all driver in real-time, with a variable buffer ...
Noob's user avatar
  • 113
1 vote
1 answer
858 views

Creating an ASIO DSD Player

I'm trying to use the ASIO SDK v2.3 to create a Windows Console DSD audio player. I have used the hostsample example in the documentation. So far, I am able to play PCM based data successfully. ...
Elementer Zen's user avatar
0 votes
0 answers
80 views

How to transform vsti audio data that can copy to asio buffer and make correct voice?

I am trying to make sounds with vsti and asio. I have already transfrom the midi event to vst event, and then call the "processReplacing" function to make the vsti audio stream like this: float *...
light's user avatar
  • 13
0 votes
1 answer
490 views

Audio distorted with VST plugin

I had to plug into a pre-existing software, managing ASIO audio streams, a simple VST host. Despite of lack of some documentation, I managed to do so however once I load the plugin I get a badly ...
Socket2104's user avatar
5 votes
1 answer
2k views

input delay with PortAudio callback and ASIO sdk

I'm trying to get the input from my guitar to be played through my computer using the portaudio library and the ASIO sdk. I have been following some of the tutorials on the official website to get ...
Dries's user avatar
  • 1,005
2 votes
1 answer
702 views

ASIO SDK how to process audio buffers

So I am working on some audio processing software and I'm kinda confused on some of the ASIO audio processing. From what I'm reading, It seems like when the buffer switch callback is made, I need to ...
Caleb Merchant's user avatar
0 votes
3 answers
7k views

C++ ASIO, accessing buffers

I have no experience in audio programming and C++ is quite low level language so I have a little problems with it. I work with ASIO SDK 2.3 downloaded from http://www.steinberg.net/en/company/...
F1sher's user avatar
  • 7,260
1 vote
1 answer
2k views

C++ ASIO driver setup

I ask you for help with the setup of ASIO sdk. I would like to use it to connect some external devices to my system but before that I am struggling to even join ASIO to my programme. I've downloaded ...
F1sher's user avatar
  • 7,260