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

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: STK and Max/MSP</title>
		<atom:link href="http://cycling74.com/forums/topic/stk-and-maxmsp/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/stk-and-maxmsp/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 16:39:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/stk-and-maxmsp/#post-24665</guid>
					<title><![CDATA[STK and Max/MSP]]></title>
					<link>http://cycling74.com/forums/topic/stk-and-maxmsp/#post-24665</link>
					<pubDate>Mon, 27 Feb 2006 10:39:50 +0000</pubDate>
					<dc:creator>f.e</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I decided, as an exercise, to build a simple square osc based on STK, in<br />
order to understand how to manage dependencies and relationship between<br />
different sources and a max external.</p>
<p> From the STK, we got a new BitSquare.h header which comes along with a <br />
BitSquare.cpp<br />
file. It calls a generator.h which is associated with a generator.cpp.<br />
This last one relies on stk.h and so stk.cpp.</p>
<p>What i do not understand is if i have to compile the .cpp files before<br />
(and how do i do this), then build my own external which will call<br />
functions contained in this .cpp files, or do i only have to point to<br />
the .h files in my external, forget about the .cpp files and build my<br />
own external from the BitSquare.cpp one, taking the most of it and<br />
adapting it to max ??</p>
<p>Thanks in advance.</p>
<p>Best regards</p>
<p>f.e</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/stk-and-maxmsp/#post-71786</guid>
					<title><![CDATA[Re: STK and Max/MSP]]></title>
					<link>http://cycling74.com/forums/topic/stk-and-maxmsp/#post-71786</link>
					<pubDate>Mon, 27 Feb 2006 15:51:55 +0000</pubDate>
					<dc:creator>Wesley Smith</dc:creator>

					<description>
						<![CDATA[
						<p>When you compile multiple sources like this, you compile the .cpp<br />
files.  The .h files should be in the compiler&#8217;s search path, but<br />
don&#8217;t need to be specified.  It will access them as necessary.  As far<br />
as figuring out the ordering, this link might help:<br />
<a href="http://www.eng.hawaii.edu/Tutor/Make/" rel="nofollow">http://www.eng.hawaii.edu/Tutor/Make/</a> .  It gives an idea as to how to<br />
handle dependencies.  I also have a makefile online.  At times, I&#8217;ve<br />
modified it to compile MSP externals.  I&#8217;m sure you could do the same<br />
for your project.  It&#8217;s at <a href="http://www.mat.ucsb.edu/~whsmith/xray.html" rel="nofollow">http://www.mat.ucsb.edu/~whsmith/xray.html</a><br />
.</p>
<p>good luck,<br />
wes</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

