I have a basic understanding of C++ and I just had a look at the SDK Steinberg provide for VSTs and the thing when so over my head that I think a plane crashed into it.
Vst Creation
Forum rules
By using this "Production" sub-forum, you acknowledge that you have read, understood and agreed with our terms of use for this site. Click HERE to read them. If you do not agree to our terms of use, you must exit this site immediately. We do not accept any responsibility for the content, submissions, information or links contained herein. Users posting content here, do so completely at their own risk.
Quick Link to Feedback Forum
By using this "Production" sub-forum, you acknowledge that you have read, understood and agreed with our terms of use for this site. Click HERE to read them. If you do not agree to our terms of use, you must exit this site immediately. We do not accept any responsibility for the content, submissions, information or links contained herein. Users posting content here, do so completely at their own risk.
Quick Link to Feedback Forum
Vst Creation
Anyone have any links for a "how to" or something. I'm a bit lost in learning how to do this. There are no books I could find.
I have a basic understanding of C++ and I just had a look at the SDK Steinberg provide for VSTs and the thing when so over my head that I think a plane crashed into it.
I have a basic understanding of C++ and I just had a look at the SDK Steinberg provide for VSTs and the thing when so over my head that I think a plane crashed into it.
Re: Vst Creation
If anyone knows any similar stuff in Java post that too please
(sorry for a sort of hi-jack)
Re: Vst Creation
There are books;
Audio-Programming-Book
BasicSynth
Digital Signal Processing: A Practical Guide for Engineers and Scientists
Understanding Digital Signal Processing
Useful maybe...
http://www.kvraudio.com/forum/viewtopic.php?p=4692450
Audio-Programming-Book
BasicSynth
Digital Signal Processing: A Practical Guide for Engineers and Scientists
Understanding Digital Signal Processing
Useful maybe...
http://www.kvraudio.com/forum/viewtopic.php?p=4692450
2 keyboards 1 computer
Sure_Fire wrote:By the way does anyone have the stems to make it bun dem? Missed the beatport comp and would very much like the ego booster of saying I remixed Skrillex.
Re: Vst Creation
Cheers 3za will get reading hopefully, I'm planning on doing something audio related for my 4th year project at uni and wanted to start looking into it soon
Re: Vst Creation
You may consider building your own synths in Reaktor or Max to get you started.
Also check out Synthedit
Also check out Synthedit
Re: Vst Creation
@z3a I have the MIT one on its way.
Thing is I'm not sure if it has a vst part. Stienberg have a bunch of functions they have written, you have to use some of then in your program so the thing will work in DAWs. that's the part I'm struggling to understand.
Basically I need something that explains the VST SDK in normal English.
@mks
I have a bit of experience with Synthedit. I know you can code your own components but I want to move beyond its limitations.
Thing is I'm not sure if it has a vst part. Stienberg have a bunch of functions they have written, you have to use some of then in your program so the thing will work in DAWs. that's the part I'm struggling to understand.
Basically I need something that explains the VST SDK in normal English.
@mks
I have a bit of experience with Synthedit. I know you can code your own components but I want to move beyond its limitations.
Re: Vst Creation
Going deep. Good luck!
-
Artie_Fufkin
- Posts: 1072
- Joined: Thu Apr 28, 2011 9:04 pm
- Location: Missouri
Re: Vst Creation
I was gonna say SynthEdit or Synthmaker
Re: Vst Creation
I actually had trouble just starting up. That seems to be the hard bit if you already know C++. Definately check KVR. There's also Reaper's JesuSonic language.
Re: Vst Creation
The C-sound book is rather good , i used it for a project in "pure data". (Minimum movement -> maximum expression)
http://www.csounds.com/shop/csound-book
may not help on the Java, c++ side but might be a good idea to look into it?
http://www.csounds.com/shop/csound-book
may not help on the Java, c++ side but might be a good idea to look into it?
hurlingdervish wrote:The true test of an overly specific, pretentious, genre name, is how many sycophants line up to defend its bullshit when the copy-cats arrive on the scene, imitating the styles of people who had no conscience for the styles they were innovating.
- thor_beatz
- Posts: 330
- Joined: Sun Dec 28, 2008 11:06 pm
- Location: Amsterdam
- Contact:
Re: Vst Creation
GOLD MINE!!!!!!!thor_beatz wrote:http://musicdsp.org/
That just made my Christmas.... well no, my sisters paint-balling present did but its up there.
Re: Vst Creation
I just remembers re-reading that.Brothulhu wrote:If anyone knows any similar stuff in Java post that too please(sorry for a sort of hi-jack)
VST was made to work with C++, I have been told you can use other languages but you have to do some crazy thing that's not recommended. I'm just starting in the world of programing so I don't know much out this stuff.
You might be better leaning C++ is you want to code a VST. I know it comes down to personal preference but I gave up learning java because I hated it and I have just demolished most of a massive C++ book since Thursday it excited me so much.
Re: Vst Creation
For anyone who might dig this up looking to also crate a VST.
I found it really hard to find any information at first so I'm posting this.
Once you start searching for "DSP" (Digital Signal Processing) instead of like "Audio Programming", you will start finding the books and websites.
BTW some of the DSP books can be up to $100.
I did find this
http://en.wikibooks.org/wiki/Digital_Signal_Processing
Also just to add, DSP is normal taught as a masters degree, I haven't got any of my books yet but I'm expecting it to be a bit hard to understand.
I found it really hard to find any information at first so I'm posting this.
Once you start searching for "DSP" (Digital Signal Processing) instead of like "Audio Programming", you will start finding the books and websites.
BTW some of the DSP books can be up to $100.
I did find this
http://en.wikibooks.org/wiki/Digital_Signal_Processing
Also just to add, DSP is normal taught as a masters degree, I haven't got any of my books yet but I'm expecting it to be a bit hard to understand.
Re: Vst Creation
came here to post this. emailed the guy who wrote the atlantis synth and asked him for a bit of help writing vsts and he pointed me therethor_beatz wrote:http://musicdsp.org/
still havent gotten around to doing anything with it tho
Re: Vst Creation
It's taught at third year as part of an electrical engineering degree.DSP is normal taught as a masters degree
A free online course:
https://www.coursera.org/course/dsp
PDFs on
Audio DSP
http://profs.sci.univr.it/~rocchess/SP/sp.pdf
http://crca.ucsd.edu/~msp/techniques/la ... node4.html
DSP
http://www.analog.com/en/processors-dsp ... e/fca.html
http://www.sp4comm.org/webversion.html
Re: Vst Creation
That Coursera.org is a sick idea.jonahmann wrote:It's taught at third year as part of an electrical engineering degree.DSP is normal taught as a masters degree
A free online course:
https://www.coursera.org/course/dsp
PDFs on
Audio DSP
http://profs.sci.univr.it/~rocchess/SP/sp.pdf
http://crca.ucsd.edu/~msp/techniques/la ... node4.html
DSP
http://www.analog.com/en/processors-dsp ... e/fca.html
http://www.sp4comm.org/webversion.html
Jonahmann I salute you!!!.
Re: Vst Creation
It's taught at third year as part of an electrical engineering degree.jonahmann wrote:DSP is normal taught as a masters degree
Also do you know if DSP is taught as standard in a electrical engineering degree or just at some uni's?
I'm doing engineering at college at the moment and plan to take a electrical engineering degree when I finish.
Re: Vst Creation
I think it has become a bit of a standard, you should check, though.

Jonahmann I salute you!!!.
Who is online
Users browsing this forum: No registered users and 0 guests
