<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>C++ VST Plugin Tutorials</title>
	<atom:link href="http://learnvst.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnvst.wordpress.com</link>
	<description>Learn to make your own VST plugins with open source tools</description>
	<lastBuildDate>Tue, 17 Jan 2012 11:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='learnvst.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>C++ VST Plugin Tutorials</title>
		<link>http://learnvst.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://learnvst.wordpress.com/osd.xml" title="C++ VST Plugin Tutorials" />
	<atom:link rel='hub' href='http://learnvst.wordpress.com/?pushpress=hub'/>
		<item>
		<title>AGain in Python</title>
		<link>http://learnvst.wordpress.com/2010/02/11/again-in-python/</link>
		<comments>http://learnvst.wordpress.com/2010/02/11/again-in-python/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 10:55:46 +0000</pubDate>
		<dc:creator>bmoviehorror</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Interpreters]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[again]]></category>
		<category><![CDATA[C API]]></category>
		<category><![CDATA[pyvst]]></category>
		<category><![CDATA[rapid development]]></category>
		<category><![CDATA[vst]]></category>

		<guid isPermaLink="false">http://learnvst.wordpress.com/?p=246</guid>
		<description><![CDATA[Update: Things are moving on nicely with my first main attempt at wrapping the AGain demo included in the VST sdk to python using nothing but the standard python C API. So far I have everything implemented but the main process, for which I&#8217;ll need to do a bit more reading on the numpy C [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=246&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Update: Things are moving on nicely with my first main attempt at wrapping the AGain demo included in the VST sdk to python using nothing but the standard python C API. So far I have everything implemented but the main process, for which I&#8217;ll need to do a bit more reading on the numpy C API. Most of this was possible thanks to an <a href="http://www.codeproject.com/KB/cpp/embedpython_1.aspx">easy tutorial by Jun Du over at codeproject.com</a>.</p>
<p>More updates (and source code of course) to follow soon.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnvst.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnvst.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnvst.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnvst.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnvst.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnvst.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnvst.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnvst.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnvst.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnvst.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnvst.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnvst.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnvst.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnvst.wordpress.com/246/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=246&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnvst.wordpress.com/2010/02/11/again-in-python/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bmoviehorror</media:title>
		</media:content>
	</item>
		<item>
		<title>pyVST &#8211; still tinkering . .</title>
		<link>http://learnvst.wordpress.com/2010/02/08/pyvst-still-tinkering/</link>
		<comments>http://learnvst.wordpress.com/2010/02/08/pyvst-still-tinkering/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 00:27:48 +0000</pubDate>
		<dc:creator>bmoviehorror</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[numpy]]></category>
		<category><![CDATA[pyvst]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://learnvst.wordpress.com/?p=240</guid>
		<description><![CDATA[This post is more a note to myself than a post of general interest. It is also to let people know that I&#8217;m still fiddling with pyVST now and then. I&#8217;ve been looking at how to build C extensions to python when using numpy using the following link. I&#8217;ve got these extensions working in windows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=240&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post is more a note to myself than a post of general interest. It is also to let people know that I&#8217;m still fiddling with pyVST now and then. I&#8217;ve been looking at how to build C extensions to python when using numpy using the following <a href="http://www.scipy.org/Cookbook/C_Extensions/NumPy_arrays#head-77965bedef70568d4b4d75756ee59fdc1d09e636" target="_blank">link</a>. I&#8217;ve got these extensions working in windows by downloading the tarball and compiling the examples using codeblocks.</p>
<p>The examples are C extensions for a python script but what I&#8217;m aiming to do with pyVST, is get the plugin dll to start up the python engine and then pass each frame of the data buffer to a python script for processing. The C extension code will make a useful starting point for passing the data between the plugin dll and python. The aim is to make the plugin aware of its file name and then call a python script with the same filename to do the processing. This will eventually alow a user to make plugins without having to touch any C code. I&#8217;ve got a bit of time off at the end of this month, so maybe pyVST will get moving a bit more.</p>
<p>There is no documentation on the numpy extensions page for building on a Windows platform, so here is what I did:</p>
<ul>
<li>Download the tarball and extract</li>
<li>Include the C source and header in your poject</li>
<li>Include the numpy headers directory</li>
<li>Link to the python library</li>
<li>Add this missing line to the header file &#8220;static PyObject *rowx2_v2(PyObject *self, PyObject *args);&#8221;</li>
<li>In the main source file, ptrvector() allocates n*sizeof(double), but should really allocate pointers to double; so: n*sizeof(double *)</li>
<li>Set your compiler to build a dll</li>
<li>Name the output file &#8220;_C_arraytest.pyd</li>
<li>Put the output file in the same dir as C_arraytest.py and run</li>
</ul>
<p>Hope this helps anyone googling C extensions for numpy under Windows <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnvst.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnvst.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnvst.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnvst.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnvst.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnvst.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnvst.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnvst.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnvst.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnvst.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnvst.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnvst.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnvst.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnvst.wordpress.com/240/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=240&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnvst.wordpress.com/2010/02/08/pyvst-still-tinkering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bmoviehorror</media:title>
		</media:content>
	</item>
		<item>
		<title>Site revamp</title>
		<link>http://learnvst.wordpress.com/2009/11/25/site-revamp/</link>
		<comments>http://learnvst.wordpress.com/2009/11/25/site-revamp/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 00:40:32 +0000</pubDate>
		<dc:creator>bmoviehorror</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://learnvst.wordpress.com/?p=185</guid>
		<description><![CDATA[The site is undergoing construction at the moment while I give it a bit of a revamp. While I have less time than ever, I&#8217;ve decided to start structuring this site a bit better and actually start a tutorial on how to make a simple, usable 3-band eq plugin from start to finish. I&#8217;ll include [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=185&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The site is undergoing construction at the moment while I give it a bit of a revamp. While I have less time than ever, I&#8217;ve decided to start structuring this site a bit better and actually start a tutorial on how to make a simple, usable 3-band eq plugin from start to finish. I&#8217;ll include a detailed explanation of each step from setting up the development environment, through to completion the final product GUI and all. Sorry it has taken a year to get beyond the basic SDK build tutorials. I&#8217;ll try to do some work on this weekly from now!  . . . maybe . . . .</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnvst.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnvst.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnvst.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnvst.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnvst.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnvst.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnvst.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnvst.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnvst.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnvst.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnvst.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnvst.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnvst.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnvst.wordpress.com/185/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=185&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnvst.wordpress.com/2009/11/25/site-revamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bmoviehorror</media:title>
		</media:content>
	</item>
		<item>
		<title>Build VST plugins using Code::Blocks</title>
		<link>http://learnvst.wordpress.com/2009/11/21/build-vst-plugins-using-codeblocks/</link>
		<comments>http://learnvst.wordpress.com/2009/11/21/build-vst-plugins-using-codeblocks/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 23:21:48 +0000</pubDate>
		<dc:creator>bmoviehorror</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[Compilers]]></category>
		<category><![CDATA[again]]></category>
		<category><![CDATA[code blocks]]></category>
		<category><![CDATA[code::blacos]]></category>
		<category><![CDATA[codeblocks]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[vst]]></category>

		<guid isPermaLink="false">http://learnvst.wordpress.com/?p=176</guid>
		<description><![CDATA[I just put this up on the KVR audio site in response to a thread and thought I&#8217;d put a copy here for good measure. Build again in code::blocks . . . 1) Make new EMPTY project and call it &#8220;again&#8221; &#8211; you can save this anywhere on your system 2) Assuming you have put [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=176&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just put this up on the KVR audio site in response to a <a href="http://www.kvraudio.com/forum/viewtopic.php?t=255797">thread</a> and thought I&#8217;d put a copy here for good measure.</p>
<p>Build again in code::blocks . . . </p>
<p>1) Make new EMPTY project and call it &#8220;again&#8221; &#8211; you can save this anywhere on your system </p>
<p>2) Assuming you have put the sdk at c:\vstsdk2.4, then right click on the project you have just created, select build options, got to the &#8216;search directories&#8217; tab and add c:\vstsdk2.4 to the list. </p>
<p>3) Right click on the project and select add files. Add the following:<br />
C:\vstsdk2.4\public.sdk\source\vst2.x\audioeffect. cpp<br />
C:\vstsdk2.4\public.sdk\source\vst2.x\audioeffectx .cpp<br />
C:\vstsdk2.4\public.sdk\source\vst2.x\vstplugmain. cpp<br />
C:\vstsdk2.4\public.sdk\samples\vst2.x\again\sourc e\again.cpp<br />
C:\vstsdk2.4\public.sdk\samples\vst2.x\again\sourc e\again.h </p>
<p>4) Right click on the project, select &#8216;Properties&#8217;, navigate to the &#8216;Build targets&#8217; tab and select &#8216;Dynamic library&#8217; from the &#8216;Type&#8217; drop down list. </p>
<p>5) Right click the project, select &#8216;Build options&#8217; go to the linker settings tab and under &#8216;Other linker options&#8217; add the following:<br />
-def C:\vstsdk2.4\public.sdk\samples\vst2.x\win\vstplug .def </p>
<p>6) Build the project.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnvst.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnvst.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnvst.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnvst.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnvst.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnvst.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnvst.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnvst.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnvst.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnvst.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnvst.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnvst.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnvst.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnvst.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=176&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnvst.wordpress.com/2009/11/21/build-vst-plugins-using-codeblocks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bmoviehorror</media:title>
		</media:content>
	</item>
		<item>
		<title>i am a . . .</title>
		<link>http://learnvst.wordpress.com/2009/11/04/i-am-a/</link>
		<comments>http://learnvst.wordpress.com/2009/11/04/i-am-a/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 11:28:53 +0000</pubDate>
		<dc:creator>bmoviehorror</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://learnvst.wordpress.com/2009/11/04/i-am-a/</guid>
		<description><![CDATA[I am a Space-invader. I will happily recruit the help of friends to aid me in getting what I want. I have no tolerance for people getting in my way, and I am completely relentless until any threats or opposition are removed. I try to be down-to-earth, but something always seems to get in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=175&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><TABLE BORDER="0"><TR><TD><br />
<A HREF="http://quiz.ravenblack.net/videogame.pl"><IMG BORDER="0" ALIGN="LEFT" WIDTH="150" HEIGHT="80" SRC="http://quiz.ravenblack.net/videogame/4.png" ALT="What Video Game Character Are You? I am a Space-invader." /></A>I am <B>a Space-invader</B>.<BR /><BR /><br />
I will happily recruit the help of friends to aid me in getting what I want. I have no tolerance for people getting in my way, and I am completely relentless until any threats or opposition are removed. I try to be down-to-earth, but something always seems to get in the way. <A HREF="http://quiz.ravenblack.net/videogame.pl">What Video Game Character Are You?</A><br />
</TD></TR></TABLE></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnvst.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnvst.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnvst.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnvst.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnvst.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnvst.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnvst.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnvst.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnvst.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnvst.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnvst.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnvst.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnvst.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnvst.wordpress.com/175/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=175&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnvst.wordpress.com/2009/11/04/i-am-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bmoviehorror</media:title>
		</media:content>
	</item>
		<item>
		<title>Learn C++ the fun way</title>
		<link>http://learnvst.wordpress.com/2009/10/30/learn-c-the-fun-way/</link>
		<comments>http://learnvst.wordpress.com/2009/10/30/learn-c-the-fun-way/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 13:15:00 +0000</pubDate>
		<dc:creator>bmoviehorror</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[object oriented]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[SDL]]></category>
		<category><![CDATA[Simple direct media layer]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://learnvst.wordpress.com/?p=171</guid>
		<description><![CDATA[I recently found this fantastic tutorial website which teaches the reader the basics of creating video games using the SDL library. This may have only a vague relevance to VST programming, however, the tutorials are incredibly clear and use C++ (rather than straight C used in many other tutorials) throughout. If you&#8217;re having trouble learning [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=171&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently found this <a href="http://www.sdltutorials.com/">fantastic tutorial website</a> which teaches the reader the basics of creating video games using the <a href="http://www.libsdl.org/">SDL library</a>. This may have only a vague relevance to VST programming, however, the tutorials are incredibly clear and use C++ (rather than straight C used in many other tutorials) throughout. If you&#8217;re having trouble learning C++ by reading books with the standard dull &#8220;now we shall make an employee class for our payroll system zzzzzZzzzzZzzz&#8221; then I strongly suggest that you check this out. The author does not expect any prior knowledge of C++ programming, and it is a great way of learning by doing. The comments of the readers say it all for me.</p>
<p>The author of this tutorial recommends that you use the <a href="http://www.codeblocks.org/">code::blocks</a> IDE. I too have more recently become an advocate of using <a href="http://www.codeblocks.org/">code::blocks</a> due to its fantastic debugging capabilities and plugin support for profiling with <a href="http://www.cs.utah.edu/dept/old/texinfo/as/gprof_toc.html">gprof</a>. Code::Blocks uses the same open source GNU c++ compiler which I use in the tutorials here but has its own build system built in rather than using SCons. The only reason I show the reader how to use SCons is for educational purposes, so that they have a really good idea of what they are doing with the source files in each example I present. It is just as easy to use code::blocks for VST plugin development once you want debugging and profiling support.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnvst.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnvst.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnvst.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnvst.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnvst.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnvst.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnvst.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnvst.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnvst.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnvst.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnvst.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnvst.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnvst.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnvst.wordpress.com/171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=171&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnvst.wordpress.com/2009/10/30/learn-c-the-fun-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bmoviehorror</media:title>
		</media:content>
	</item>
		<item>
		<title>Lots of hits</title>
		<link>http://learnvst.wordpress.com/2009/09/15/lots-of-hits/</link>
		<comments>http://learnvst.wordpress.com/2009/09/15/lots-of-hits/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 11:20:58 +0000</pubDate>
		<dc:creator>bmoviehorror</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://learnvst.wordpress.com/?p=168</guid>
		<description><![CDATA[I&#8217;ve just checked back here for the first time in ages to see if this blog had broken 10k hits and we&#8217;re actually up to 12k. How exciting Very sorry to anyone looking here for updates or new content as I&#8217;ve been absolutely swamped with studies. It doesn&#8217;t look like I&#8217;ll be back to posting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=168&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just checked back here for the first time in ages to see if this blog had broken 10k hits and we&#8217;re actually up to 12k. How exciting <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Very sorry to anyone looking here for updates or new content as I&#8217;ve been absolutely swamped with studies. It doesn&#8217;t look like I&#8217;ll be back to posting on here until 2010 at the current rate of thesis writing. I do have lots of ideas I want to play with though and I will post some more content in the new year. Thanks for stopping by to look!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnvst.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnvst.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnvst.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnvst.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnvst.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnvst.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnvst.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnvst.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnvst.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnvst.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnvst.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnvst.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnvst.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnvst.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=168&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnvst.wordpress.com/2009/09/15/lots-of-hits/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bmoviehorror</media:title>
		</media:content>
	</item>
		<item>
		<title>pyvst &#8211; those pesky numpy data types</title>
		<link>http://learnvst.wordpress.com/2009/06/09/pyvst-those-pesky-numpy-data-types/</link>
		<comments>http://learnvst.wordpress.com/2009/06/09/pyvst-those-pesky-numpy-data-types/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 16:20:16 +0000</pubDate>
		<dc:creator>bmoviehorror</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[numpy]]></category>

		<guid isPermaLink="false">http://learnvst.wordpress.com/?p=166</guid>
		<description><![CDATA[This is more of a note for myself than an actual blog post, but I&#8217;ve found a useful little resource to help get the numpy data typed to talk with the vst sdk. I plan on doing all of the numerical processing using numpy arrays and the like to make rapid development and testing easy. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=166&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is more of a note for myself than an actual blog post, but I&#8217;ve found a useful little resource to help get the numpy data typed to talk with the vst sdk. I plan on doing all of the numerical processing using numpy arrays and the like to make rapid development and testing easy. see the resource <a href="http://www.scipy.org/Cookbook/C_Extensions/NumPy_arrays?highlight=((----(-*)(\r)%3F\n)(.*)CategoryCookbook\b)">here</a>. Sorry to anyone checking up on this about the delay since previous posts. I&#8217;m pretty snowed under with studies at the moment and don&#8217;t have much time to spend here as a consequence. I&#8217;m still alive though!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnvst.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnvst.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnvst.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnvst.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnvst.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnvst.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnvst.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnvst.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnvst.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnvst.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnvst.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnvst.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnvst.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnvst.wordpress.com/166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=166&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnvst.wordpress.com/2009/06/09/pyvst-those-pesky-numpy-data-types/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bmoviehorror</media:title>
		</media:content>
	</item>
		<item>
		<title>Ride my fish</title>
		<link>http://learnvst.wordpress.com/2009/05/17/ride-my-fish/</link>
		<comments>http://learnvst.wordpress.com/2009/05/17/ride-my-fish/#comments</comments>
		<pubDate>Sun, 17 May 2009 22:27:32 +0000</pubDate>
		<dc:creator>bmoviehorror</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://learnvst.wordpress.com/2009/05/17/ride-my-fish/</guid>
		<description><![CDATA[Ok, it is shameless plug time. My band has a new demo out which I think you&#8217;ll enjoy. Check it out on myspace music using this link.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=163&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ok, it is shameless plug time. My band has a new demo out which I think you&#8217;ll enjoy. Check it out on myspace music using <a href="http://www.myspace.com/ridemyfish">this link.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnvst.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnvst.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnvst.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnvst.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnvst.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnvst.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnvst.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnvst.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnvst.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnvst.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnvst.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnvst.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnvst.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnvst.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=163&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnvst.wordpress.com/2009/05/17/ride-my-fish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bmoviehorror</media:title>
		</media:content>
	</item>
		<item>
		<title>more pyvst</title>
		<link>http://learnvst.wordpress.com/2009/04/22/more-pyvst/</link>
		<comments>http://learnvst.wordpress.com/2009/04/22/more-pyvst/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 21:26:42 +0000</pubDate>
		<dc:creator>bmoviehorror</dc:creator>
				<category><![CDATA[Interpreters]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://learnvst.wordpress.com/?p=161</guid>
		<description><![CDATA[Ok, pyvst is stil chugging along but the python C API is pretty massive and has a lot of functions to get my small brained head around. I&#8217;ve got the again demo supplied in the vst sdk returning random numbers to the fader label after each buffer, which is useless on its own but another [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=161&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ok, pyvst is stil chugging along but the python C API is pretty massive and has a lot of functions to get my small brained head around. I&#8217;ve got the again demo supplied in the vst sdk returning random numbers to the fader label after each buffer, which is useless on its own but another step forward. Watch this space. I&#8217;m still chugging along and coming up with some cool feature ideas.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnvst.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnvst.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnvst.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnvst.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnvst.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnvst.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnvst.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnvst.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnvst.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnvst.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnvst.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnvst.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnvst.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnvst.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnvst.wordpress.com&amp;blog=6704233&amp;post=161&amp;subd=learnvst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnvst.wordpress.com/2009/04/22/more-pyvst/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bmoviehorror</media:title>
		</media:content>
	</item>
	</channel>
</rss>
