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

<channel>
	<title>music &#8211; Joni Mikkola (c) 2023</title>
	<atom:link href="https://jonimikkola.com/tag/music/feed/" rel="self" type="application/rss+xml" />
	<link>https://jonimikkola.com</link>
	<description></description>
	<lastBuildDate>Sun, 25 Jan 2015 19:39:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>Creating fading music effect in Cocos2d-x 3.0</title>
		<link>https://jonimikkola.com/creating-fading-music-effect-in-cocos2d-x-3-0/</link>
					<comments>https://jonimikkola.com/creating-fading-music-effect-in-cocos2d-x-3-0/#comments</comments>
		
		<dc:creator><![CDATA[jonimikkola]]></dc:creator>
		<pubDate>Sun, 25 Jan 2015 19:35:03 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[cocos2d-x]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[fade in]]></category>
		<category><![CDATA[fade out]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[SimpleAudioEngine]]></category>
		<guid isPermaLink="false">http://www.mikkolajoni.com/?p=645</guid>

					<description><![CDATA[Hello, In case someone is having some sort of difficulty implementing fading music effects in Cocos2d-x 3.0, feel free to click link below and see my implementation. https://github.com/joni-mikkola/cocos2d-x-tutorials I have inherited ActionInterval class for my MusicTo class, which means that it can be used as any Action in Cocos2d-x 3.0. To fade out music completely ... <a title="Creating fading music effect in Cocos2d-x 3.0" class="read-more" href="https://jonimikkola.com/creating-fading-music-effect-in-cocos2d-x-3-0/" aria-label="More on Creating fading music effect in Cocos2d-x 3.0">Read more</a>]]></description>
										<content:encoded><![CDATA[<p>Hello,</p>
<p>In case someone is having some sort of difficulty implementing fading music effects in Cocos2d-x 3.0, feel free to click link below and see my implementation.</p>
<p><a href="https://github.com/joni-mikkola/cocos2d-x-tutorials">https://github.com/joni-mikkola/cocos2d-x-tutorials</a></p>
<p>I have inherited <strong>ActionInterval</strong> class for my MusicTo class, which means that it can be used as any <strong>Action</strong> in Cocos2d-x 3.0.</p>
<p>To fade out music completely in 1 second:<br />
<code><br />
runAction(MusicTo::create(1.0f, 0.0);<br />
</code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://jonimikkola.com/creating-fading-music-effect-in-cocos2d-x-3-0/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
