Vst Creation

hardware, software, tips and tricks
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
Locked
User avatar
bassbum
Posts: 853
Joined: Thu Oct 29, 2009 8:46 pm
Location: Your Mind

Vst Creation

Post by bassbum » Sun Dec 23, 2012 12:43 am

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. :oops:

Brothulhu
Posts: 991
Joined: Sun Nov 27, 2011 2:09 am
Location: Edinburgh, Scotland
Contact:

Re: Vst Creation

Post by Brothulhu » Sun Dec 23, 2012 12:49 am

If anyone knows any similar stuff in Java post that too please :W: (sorry for a sort of hi-jack)
Soundcloud
Comfi wrote:I have done nothing more than made shitty dungeon and for that I apologise.

User avatar
3za
Posts: 4605
Joined: Mon Apr 28, 2008 9:24 pm

Re: Vst Creation

Post by 3za » Sun Dec 23, 2012 1:08 am

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
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.

Brothulhu
Posts: 991
Joined: Sun Nov 27, 2011 2:09 am
Location: Edinburgh, Scotland
Contact:

Re: Vst Creation

Post by Brothulhu » Sun Dec 23, 2012 1:11 am

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
Soundcloud
Comfi wrote:I have done nothing more than made shitty dungeon and for that I apologise.

User avatar
mks
Posts: 4155
Joined: Tue Apr 04, 2006 3:35 am
Location: Planet Earth

Re: Vst Creation

Post by mks » Sun Dec 23, 2012 1:30 am

You may consider building your own synths in Reaktor or Max to get you started.

Also check out Synthedit

User avatar
bassbum
Posts: 853
Joined: Thu Oct 29, 2009 8:46 pm
Location: Your Mind

Re: Vst Creation

Post by bassbum » Sun Dec 23, 2012 2:46 am

@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.

User avatar
mks
Posts: 4155
Joined: Tue Apr 04, 2006 3:35 am
Location: Planet Earth

Re: Vst Creation

Post by mks » Sun Dec 23, 2012 3:11 am

Going deep. Good luck!

Artie_Fufkin
Posts: 1072
Joined: Thu Apr 28, 2011 9:04 pm
Location: Missouri

Re: Vst Creation

Post by Artie_Fufkin » Sun Dec 23, 2012 5:09 am

I was gonna say SynthEdit or Synthmaker

User avatar
NinjaEdit
Posts: 1603
Joined: Sun Apr 01, 2012 11:16 am
Location: Western Australia
Contact:

Re: Vst Creation

Post by NinjaEdit » Sun Dec 23, 2012 9:36 am

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.

User avatar
Fbac
Posts: 1069
Joined: Sun Jan 23, 2011 12:45 am
Contact:

Re: Vst Creation

Post by Fbac » Sun Dec 23, 2012 11:18 pm

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?
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.

User avatar
thor_beatz
Posts: 330
Joined: Sun Dec 28, 2008 11:06 pm
Location: Amsterdam
Contact:

Re: Vst Creation

Post by thor_beatz » Tue Dec 25, 2012 11:24 pm

http://durkkooistra.com
bass resampling stuff
Soundcloud
10 massive free presets.
Soundcloud

User avatar
bassbum
Posts: 853
Joined: Thu Oct 29, 2009 8:46 pm
Location: Your Mind

Re: Vst Creation

Post by bassbum » Wed Dec 26, 2012 1:07 am

thor_beatz wrote:http://musicdsp.org/
GOLD MINE!!!!!!! :h:

That just made my Christmas.... well no, my sisters paint-balling present did but its up there.

User avatar
bassbum
Posts: 853
Joined: Thu Oct 29, 2009 8:46 pm
Location: Your Mind

Re: Vst Creation

Post by bassbum » Wed Dec 26, 2012 1:16 am

Brothulhu wrote:If anyone knows any similar stuff in Java post that too please :W: (sorry for a sort of hi-jack)
I just remembers re-reading that.
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.

User avatar
NinjaEdit
Posts: 1603
Joined: Sun Apr 01, 2012 11:16 am
Location: Western Australia
Contact:

Re: Vst Creation

Post by NinjaEdit » Wed Dec 26, 2012 5:17 am

Yeah, C++ couldn't be that hard to learn if you can write Java.

User avatar
bassbum
Posts: 853
Joined: Thu Oct 29, 2009 8:46 pm
Location: Your Mind

Re: Vst Creation

Post by bassbum » Sun Dec 30, 2012 3:36 am

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.

monte-m
Posts: 181
Joined: Fri Jul 23, 2010 6:32 pm

Re: Vst Creation

Post by monte-m » Sun Dec 30, 2012 4:36 am

thor_beatz wrote:http://musicdsp.org/
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 there

still havent gotten around to doing anything with it tho :oops:

User avatar
NinjaEdit
Posts: 1603
Joined: Sun Apr 01, 2012 11:16 am
Location: Western Australia
Contact:

Re: Vst Creation

Post by NinjaEdit » Sun Dec 30, 2012 5:56 am

DSP is normal taught as a masters degree
It's taught at third year as part of an electrical engineering 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

User avatar
bassbum
Posts: 853
Joined: Thu Oct 29, 2009 8:46 pm
Location: Your Mind

Re: Vst Creation

Post by bassbum » Wed Jan 02, 2013 2:31 am

jonahmann wrote:
DSP is normal taught as a masters degree
It's taught at third year as part of an electrical engineering 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
That Coursera.org is a sick idea.

Jonahmann I salute you!!!.

User avatar
bassbum
Posts: 853
Joined: Thu Oct 29, 2009 8:46 pm
Location: Your Mind

Re: Vst Creation

Post by bassbum » Wed Jan 02, 2013 2:44 am

jonahmann wrote:
DSP is normal taught as a masters degree
It's taught at third year as part of an electrical engineering 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.

User avatar
NinjaEdit
Posts: 1603
Joined: Sun Apr 01, 2012 11:16 am
Location: Western Australia
Contact:

Re: Vst Creation

Post by NinjaEdit » Wed Jan 02, 2013 4:05 am

I think it has become a bit of a standard, you should check, though.
Jonahmann I salute you!!!.
:Q:

Locked

Who is online

Users browsing this forum: No registered users and 0 guests