<?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: Controlling game engines Audio</title>
		<atom:link href="http://cycling74.com/forums/topic/controlling-game-engines-audio/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/controlling-game-engines-audio/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 08:58:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-35820</guid>
					<title><![CDATA[Controlling game engines Audio]]></title>
					<link>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-35820</link>
					<pubDate>Thu, 14 Feb 2008 17:35:49 +0000</pubDate>
					<dc:creator>paragoswal@gmail.com</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Hi I am doing an experiment on audio based games, so wanted to know is there any way I can create an 3D audio based game and control it in Game Engine without programming.. or any option to send or receive UDP messages to link to MAX/MSP or control the engine via MAX/MSP&#8230; </p>
<p>Apologies if it sounds little confusing&#8230;.</p>
<p>Cheers!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122583</guid>
					<title><![CDATA[Re: Controlling game engines Audio]]></title>
					<link>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122583</link>
					<pubDate>Thu, 14 Feb 2008 18:03:44 +0000</pubDate>
					<dc:creator>Mattijs</dc:creator>

					<description>
						<![CDATA[
						<p>Without programming? Then you&#8217;re in the wrong subforum. The dev forum is about the development of Max objects with C/C++. Moving this thread to MaxMSP.</p>
<p>Mattijs</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122584</guid>
					<title><![CDATA[Re: Controlling game engines Audio]]></title>
					<link>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122584</link>
					<pubDate>Fri, 15 Feb 2008 02:09:37 +0000</pubDate>
					<dc:creator>thezer0ist@gmail.com</dc:creator>

					<description>
						<![CDATA[
						<p>to be honest, i would have to say that any attempt to do so would involve a lot more hassle than would be worthwhile. in order to do it, you&#8217;d need to have the game sending a fairly heavy stream of control information to max. in order to get the sound working, you could either have max handle the audio output, or you could write some sort of external that would forward an audio buffer into your game and then output the resulting audio stream from within the game. either way, you&#8217;d need to have max running in the background whenever you ran the game.<br />
so&#8230; you&#8217;re better off avoiding max for that sort of project. there are a number of good audio sdk&#8217;s out there&#8230; but as far as i know there really isn&#8217;t a way to develop a decent, complicated game without any &#8220;programming&#8221;.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122585</guid>
					<title><![CDATA[Re: Controlling game engines Audio]]></title>
					<link>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122585</link>
					<pubDate>Fri, 15 Feb 2008 02:12:01 +0000</pubDate>
					<dc:creator>thezer0ist@gmail.com</dc:creator>

					<description>
						<![CDATA[
						<p>if you&#8217;re new to coding, you might want to check out microsoft&#8217;s xna game studio express. it&#8217;s free, and it&#8217;s probably about as straightforward as anything you&#8217;ll be able to find without sacrificing quality significantly.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122586</guid>
					<title><![CDATA[Re: Controlling game engines Audio]]></title>
					<link>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122586</link>
					<pubDate>Sat, 16 Feb 2008 02:17:26 +0000</pubDate>
					<dc:creator>paragoswal@gmail.com</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for helping me out with that query&#8230;</p>
<p>I am experimenting to create an Audio Games for Visually Impaired children. An &#8220;Audio Game&#8221; based in 3D using only Max/MSP but without having any graphics to the Game and make it a Stand Alone Application so it can be played on any platform.</p>
<p>Using Game engines and Interlinking option will be not required if I can create and &#8220;Audio Game&#8221; in Max/MSP.</p>
<p>I am new to Max/MSP and onto the Forum as well so please any apologies in advance if my query may not sound right.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122587</guid>
					<title><![CDATA[Re: Controlling game engines Audio]]></title>
					<link>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122587</link>
					<pubDate>Sat, 16 Feb 2008 05:48:27 +0000</pubDate>
					<dc:creator>barry threw</dc:creator>

					<description>
						<![CDATA[
						<p>There are people using Max for prototyping in this manner now.</p>
<p>b</p>
<p>On Feb 14, 2008, at 6:09 PM, thezer0ist wrote:</p>
<p>><br />
> to be honest, i would have to say that any attempt to do so would  <br />
> involve a lot more hassle than would be worthwhile. in order to do  <br />
> it, you&#8217;d need to have the game sending a fairly heavy stream of  <br />
> control information to max. in order to get the sound working, you  <br />
> could either have max handle the audio output, or you could write  <br />
> some sort of external that would forward an audio buffer into your  <br />
> game and then output the resulting audio stream from within the  <br />
> game. either way, you&#8217;d need to have max running in the background  <br />
> whenever you ran the game.<br />
> so&#8230; you&#8217;re better off avoiding max for that sort of project. there  <br />
> are a number of good audio sdk&#8217;s out there&#8230; but as far as i know  <br />
> there really isn&#8217;t a way to develop a decent, complicated game  <br />
> without any &#8220;programming&#8221;.</p>
<p>barry threw<br />
Media Art and Technology</p>
<p>San Francisco, CA<br />
Work: 857-544-3967<br />
Email: bthrew (at) gmail (dot) com<br />
Web: <a href="http://www.barrythrew.com" rel="nofollow">http://www.barrythrew.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122588</guid>
					<title><![CDATA[Re: Controlling game engines Audio]]></title>
					<link>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122588</link>
					<pubDate>Sat, 16 Feb 2008 18:18:10 +0000</pubDate>
					<dc:creator>thezer0ist@gmail.com</dc:creator>

					<description>
						<![CDATA[
						<p>that&#8217;s definitely true. i was refering more to the mechanics of incorporating a max patch into an external game engine.<br />
however, since that seems like that wasn&#8217;t what the question was about, my statement wasn&#8217;t really relevent.<br />
since the project is going to be entirely audio based, i&#8217;d say that max could definitely work quite well. i&#8217;d really be interested to see (or hear) the results..</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122589</guid>
					<title><![CDATA[Re: Controlling game engines Audio]]></title>
					<link>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122589</link>
					<pubDate>Mon, 18 Feb 2008 15:11:25 +0000</pubDate>
					<dc:creator>paragoswal@gmail.com</dc:creator>

					<description>
						<![CDATA[
						<p>Ohh..thanks for it, I will surely get back to you once its working or may be in process of working if I need some help Thanks Again&#8230;&#8230;&#8230;.Cheers!!!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122590</guid>
					<title><![CDATA[Re: Controlling game engines Audio]]></title>
					<link>http://cycling74.com/forums/topic/controlling-game-engines-audio/#post-122590</link>
					<pubDate>Tue, 19 Feb 2008 09:15:51 +0000</pubDate>
					<dc:creator>notyouraveragejoe</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m sure it&#8217;s possible through sending OSC-style data from the game engine<br />
to max without sacrificing too much CPU power. The data stream would contain<br />
information such as player position, triggers on events etc&#8230;</p>
<p>On 16/02/2008, thezer0ist
<thezer0ist @gmail.com> wrote:<br />
><br />
><br />
> that&#8217;s definitely true. i was refering more to the mechanics of<br />
> incorporating a max patch into an external game engine.<br />
> however, since that seems like that wasn&#8217;t what the question was about, my<br />
> statement wasn&#8217;t really relevent.<br />
> since the project is going to be entirely audio based, i&#8217;d say that max<br />
> could definitely work quite well. i&#8217;d really be interested to see (or hear)<br />
> the results..<br />
></thezer0ist></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

