This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-04-05 16:55:46

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

(trying to) make VST plugins - FL studio 10

How to make flstudio 10 plugins? Please no google it, or let me google that for you.


http://i47.tinypic.com/rrqe13.gif

Offline

 

#2 2013-04-05 17:40:32

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: (trying to) make VST plugins - FL studio 10

They usually come in .dll form, and .dll files are compiled from code written in a programming language, using a library to work with digital audio. This library is Steinberg's VST SDK. You'll also need a decent knowledge of how digital audio works, and C++ programming.

Your best bet would be to look for tutorials and open source VSTs. Here's a waveshaping distortion whose source I more or less understand at a glance.

I'm doing my best to not tell you to Google it, but it's the best way to learn about anything. A quick search yields some very good links; check out the Stack Overflow one.

Last edited by technoguyx (2013-04-05 17:41:28)


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#3 2013-04-05 17:46:24

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: (trying to) make VST plugins - FL studio 10

technoguyx wrote:

They usually come in .dll form, and .dll files are compiled from code written in a programming language, using a library to work with digital audio. This library is Steinberg's VST SDK. You'll also need a decent knowledge of how digital audio works, and C++ programming.

Your best bet would be to look for tutorials and open source VSTs. Here's a waveshaping distortion whose source I more or less understand at a glance.

I'm doing my best to not tell you to Google it, but it's the best way to learn about anything. A quick search yields some very good links; check out the Stack Overflow one.

THX!


http://i47.tinypic.com/rrqe13.gif

Offline

 

#4 2013-04-05 19:27:15

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: (trying to) make VST plugins - FL studio 10

I would love to do this as well.


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

#5 2013-04-06 02:36:02

NeilWest
Scratcher
Registered: 2010-01-06
Posts: 1000+

Re: (trying to) make VST plugins - FL studio 10

I only just learned how to make music - so making a plugin is still a world away from me.

Offline

 

#6 2013-04-06 09:31:17

MrMokey
Scratcher
Registered: 2009-05-06
Posts: 1000+

Re: (trying to) make VST plugins - FL studio 10

If anyone makes a VST I will try it out!


http://i1193.photobucket.com/albums/aa344/mrmokey1/Thankyouitfitsperfectlysig.png

Offline

 

#7 2013-04-07 16:00:08

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: (trying to) make VST plugins - FL studio 10

MrMokey wrote:

If anyone makes a VST I will try it out!

trying, but my c++ says it cannot be transferred to coff, or something like that.  sad


http://i47.tinypic.com/rrqe13.gif

Offline

 

#8 2013-04-07 20:47:32

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: (trying to) make VST plugins - FL studio 10


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

Board footer