<?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: Can you do this max/msp?</title>
		<atom:link href="http://cycling74.com/forums/topic/can-you-do-this-maxmsp/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/can-you-do-this-maxmsp/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 10:00:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/can-you-do-this-maxmsp/#post-66327</guid>
					<title><![CDATA[Can you do this max/msp?]]></title>
					<link>http://cycling74.com/forums/topic/can-you-do-this-maxmsp/#post-66327</link>
					<pubDate>Sun, 03 Feb 2013 06:59:41 +0000</pubDate>
					<dc:creator>Scarlet20</dc:creator>

					<description>
						<![CDATA[
						<p>Hi am coming from openframeworks but am trying Max.</p>
<p>I need access to each sample of audio from an input feed. In openFramworks I get a callback like this.</p>
<p>audioIn(float * input, int bufferSize, int nChannels){<br />
//Do Dsp Math in here<br />
{</p>
<p>I dont see an example in Max where DSP math is done.</p>
<p>Also how does the computation spped of Max compare with openframeworks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/can-you-do-this-maxmsp/#post-238745</guid>
					<title><![CDATA[Re: Can you do this max/msp?]]></title>
					<link>http://cycling74.com/forums/topic/can-you-do-this-maxmsp/#post-238745</link>
					<pubDate>Sun, 03 Feb 2013 22:18:38 +0000</pubDate>
					<dc:creator>Peter Castine</dc:creator>

					<description>
						<![CDATA[
						<p>Have you looked at the MSP tutorials? All sorts of DSP math is done there.</p>
<p>Some basics:<br />
- Max is the main framework and is (largely for historical reasons) focused on event-handling and MIDI and general GPL stuff.<br />
- MSP is the DSP extension, ranging from math primitives to ready-made filters and FFT and stuff.<br />
- Jitter is the video/graphics extension (actually, a general purpose matrix manipulation environment)</p>
<p>and:<br />
- You really need to understand at least the basics of Max before you dive into MSP (or Jitter), or there will be tons of stuff that won&#8217;t make sense.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/can-you-do-this-maxmsp/#post-238746</guid>
					<title><![CDATA[Re: Can you do this max/msp?]]></title>
					<link>http://cycling74.com/forums/topic/can-you-do-this-maxmsp/#post-238746</link>
					<pubDate>Mon, 04 Feb 2013 07:55:31 +0000</pubDate>
					<dc:creator>nicolas danet</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, </p>
<p>You can write C externals if you want to deal with such DSP callback.<br />
With max 6 you can use new &#8220;Gen&#8221; feature.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

