<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ChipMusic.org - Set BPM in trackers?]]></title>
		<link>https://chipmusic.org/forums/topic/17098/set-bpm-in-trackers/</link>
		<description><![CDATA[The most recent posts in Set BPM in trackers?.]]></description>
		<lastBuildDate>Mon, 09 May 2016 18:32:51 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Set BPM in trackers?]]></title>
			<link>https://chipmusic.org/forums/post/243832/#p243832</link>
			<description><![CDATA[<b><i>frantic says:</i></b><p>In most cases C64 Players execute once each screen update, so some standard C64 speeds are:</p><p>2 = 187.96703296703296 BPM<br />3 = 125.31135531135531 BPM<br />4 = 93.98351648351648 BPM<br />5 = 75.18681318681318 BPM</p><p>As Ilkke says, defMON allows you to set speed in a much more finegrained way that this. Nevertheless, you might still not hit exact &quot;integer&quot; BPMs like &quot;125&quot; etc. For example, by setting the timer interrupt value of the C64 in defMON to $4cf8 and using speed 3, you&#039;ll get 124.9997462572951 BPM, which is quite close to 125 BPM, but not exactly 125 BPM.</p><p>On the other hand, you can use Scannerboy&#039;s sync interface to make all your synths and gameboys and whatever obey the speed of the C64 running defMON. <img src="https://chipmusic.org/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<pubDate>Mon, 09 May 2016 18:32:51 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/243832/#p243832</guid>
		</item>
		<item>
			<title><![CDATA[Re: Set BPM in trackers?]]></title>
			<link>https://chipmusic.org/forums/post/237085/#p237085</link>
			<description><![CDATA[<b><i>iLKke says:</i></b><p>I see that this thread is more about figuring out the BPM than setting it, but in case you want to do the latter, defMON is one of the few (only?) c64 tracker that can do this:<br /><a href="http://toolsforscholars.com/defmon/doku.php" target="_blank">http://toolsforscholars.com/defmon/doku.php</a></p><p>You will need to use this link to calculate the numbers you have to enter though:<br /><a href="http://toolsforscholars.com/defmon/bpm.html" target="_blank">http://toolsforscholars.com/defmon/bpm.html</a></p>]]></description>
			<pubDate>Fri, 04 Dec 2015 02:53:43 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/237085/#p237085</guid>
		</item>
		<item>
			<title><![CDATA[Re: Set BPM in trackers?]]></title>
			<link>https://chipmusic.org/forums/post/234922/#p234922</link>
			<description><![CDATA[<b><i>radian says:</i></b><p>This is sometimes useful <a href="http://famitracker.com/wiki/index.php?title=Common_tempo_values" target="_blank">http://famitracker.com/wiki/index.php?t &#133; mpo_values</a></p>]]></description>
			<pubDate>Fri, 25 Sep 2015 12:56:33 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/234922/#p234922</guid>
		</item>
		<item>
			<title><![CDATA[Re: Set BPM in trackers?]]></title>
			<link>https://chipmusic.org/forums/post/234898/#p234898</link>
			<description><![CDATA[<b><i>jefftheworld says:</i></b><p><a href="http://www.all8.com/tools/bpm.htm" target="_blank">http://www.all8.com/tools/bpm.htm</a></p>]]></description>
			<pubDate>Thu, 24 Sep 2015 18:57:27 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/234898/#p234898</guid>
		</item>
		<item>
			<title><![CDATA[Re: Set BPM in trackers?]]></title>
			<link>https://chipmusic.org/forums/post/234897/#p234897</link>
			<description><![CDATA[<b><i>Jellica says:</i></b><p>im sure that ages ago i found somewhere online the bpms of the c64 speeds at standard x1 speed.</p><p>really random stuff, 4 was something like 143.658 bpm. its gets even more incomprehensible if you use groove tempos and multispeed.</p><p>x16 speed with 70 30 groove tempo on.</p>]]></description>
			<pubDate>Thu, 24 Sep 2015 18:43:14 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/234897/#p234897</guid>
		</item>
		<item>
			<title><![CDATA[Re: Set BPM in trackers?]]></title>
			<link>https://chipmusic.org/forums/post/234636/#p234636</link>
			<description><![CDATA[<b><i>Delek says:</i></b><div class="quotebox"><cite>egr wrote:</cite><blockquote><p>Delek, are there benefits to using bpms that are divisible by the refresh rate vs those that require &quot;extra code&quot; to achieve?</p></blockquote></div><p>From the point of view of the user, there&#039;s no difference.</p><p>Technically is a little bit geeky stuff going on there, I will try to explain it in a simple way:<br />In a normal game environment, it is simply &quot;enough&quot; to use the screen refresh rate or another slow IRQ (interrupt request) to build your logic and music inside it. There are no needs for a &quot;specific&quot; tempo, no one cares that much about this (with exception of Music only apps or Chipmusicians).</p><p>Now, the implications of building your music update at a custom refresh rate are:<br />ALL your logic must run at that speed (multi-threading is something obviously outside of imagination)<br />You will need very precise and complex playback routine (timing, optimizations, strange hacks, etc)<br />Obviously more CPU use (particularly annoying in battery powered devices)<br />And even with all of this stuff, you are at the end of the day limited by the MASTER CLOCK of the device, behind the interrupts there is a master timing limit that is the actual clock of the core CPU (all becomes a multiple of 1/master_device_clock).</p><p>(Now it is easy to see why back in the day, the SEGA Genesis for example, used only the Z80 to play samples (a fast process) and leave the Motorola 68000 for the logic and simple music events)</p><div class="quotebox"><cite>egr wrote:</cite><blockquote><p>what are the refresh rates of the DMG and GBC?</p></blockquote></div><p>Its CPU runs at 4194304 Hz, to display a full frame it takes 70224 cpu cycles. So 4194304 / 70224 = 59,727500569605832763727500569606 Hz</p><br /><div class="quotebox"><cite>d3Ni$e wrote:</cite><blockquote><p>But if I open a tracker and I see that the speed is set to like &quot;3&quot; how fast is that approximately? Is it over 100bpm or under?</p></blockquote></div><p>Insufficient data for meaningful answer.<br />&quot;3&quot; means that it will take &quot;3 ticks&quot;. It is up to the tracker if a tick means 1/60 seconds, 1/50 seconds or 1/300 seconds (normally you can find this in the manual or in the source code of the program)</p>]]></description>
			<pubDate>Tue, 15 Sep 2015 15:11:39 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/234636/#p234636</guid>
		</item>
		<item>
			<title><![CDATA[Re: Set BPM in trackers?]]></title>
			<link>https://chipmusic.org/forums/post/234631/#p234631</link>
			<description><![CDATA[<b><i>d3Ni$e says:</i></b><p>Okay, this was deeper than i thought <img src="https://chipmusic.org/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>But if I open a tracker and I see that the speed is set to like &quot;3&quot; how fast is that approximately? Is it over 100bpm or under?</p>]]></description>
			<pubDate>Tue, 15 Sep 2015 13:52:25 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/234631/#p234631</guid>
		</item>
		<item>
			<title><![CDATA[Re: Set BPM in trackers?]]></title>
			<link>https://chipmusic.org/forums/post/234629/#p234629</link>
			<description><![CDATA[<b><i>egr says:</i></b><p>This is always an interesting topic to me, BPM being tied to an unrelated hardware behavior.</p><p>Delek, are there benefits to using bpms that are divisible by the refresh rate vs those that require &quot;extra code&quot; to achieve?</p><p>Follow up question:&nbsp; what are the refresh rates of the DMG and GBC?</p>]]></description>
			<pubDate>Tue, 15 Sep 2015 13:36:24 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/234629/#p234629</guid>
		</item>
		<item>
			<title><![CDATA[Re: Set BPM in trackers?]]></title>
			<link>https://chipmusic.org/forums/post/234628/#p234628</link>
			<description><![CDATA[<b><i>Delek says:</i></b><p>Chip trackers are in sync with a refresh rate, usually 60hz. A &quot;tick&quot; is simply 1/60 seconds.<br />All speeds that you can achieve are simply a factor of that 1/60 main tick speed.</p><p>Said that, it is easy to understand why you can&#039;t simply say &quot;I want 125 BPM&quot;, the time resolution in this systems is very limited (is just like saying that you want a 15mpx image in a NES Tetris game)</p><p>However, some trackers out there have the possibility to change that refresh rate (I can assure DefleMask can). So you can actually set the main engine clock speed to something different than 60hz, to obtain a tick that can be multiplied to reach your desired tempo. But, yes, lot of technical stuff will be involved in that.</p>]]></description>
			<pubDate>Tue, 15 Sep 2015 13:23:59 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/234628/#p234628</guid>
		</item>
		<item>
			<title><![CDATA[Set BPM in trackers?]]></title>
			<link>https://chipmusic.org/forums/post/234626/#p234626</link>
			<description><![CDATA[<b><i>d3Ni$e says:</i></b><p>Hello</p><p>I see that trackers like DMC,CheeseCutter, JCH, SID-Wizard etc uses just a Speednumber you set. </p><p> How do I know the bpm?</p>]]></description>
			<pubDate>Tue, 15 Sep 2015 13:04:38 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/234626/#p234626</guid>
		</item>
	</channel>
</rss>
