Would it be possible to make a vst that controls the transport bar of a daw?

KonKossKang

Ozagas
Like If I wanted to make a vst or effect that controls the transport bar of any daw with synthedit would that be possible?

Example like this "Don't know how to turn

=====================
// The include
#include <conio.h>
int main()
{
// The method to wait for keystroke
cout << "Please press a Key ";
getch();
}
=====================

Into a synthedit module to use in studio one"

Trying to do this.
 
Last edited:
Back
Top