<?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>midiclock.com &#187; tips and tricks</title>
	<atom:link href="http://midiclock.com/category/midiclock/usagetips/feed/" rel="self" type="application/rss+xml" />
	<link>http://midiclock.com</link>
	<description>midi software for musicians and technicians</description>
	<lastBuildDate>Sat, 05 Jun 2010 13:20:28 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to connect Midiclock to your midi software</title>
		<link>http://midiclock.com/how-to-connect-midiclock-to-your-midi-software/</link>
		<comments>http://midiclock.com/how-to-connect-midiclock-to-your-midi-software/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 22:21:27 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://midiclock.com/?p=47</guid>
		<description><![CDATA[MIDIClock can be used to synchronize multiple sequencers/synths.
You can do this using MIDIYoke (get it at www.midiox.com) :
Connect MIDIClock to MIDIYoke Junction 1 output. As MIDIYoke is a multiclient
driver, you can connect multiple sequencers/synths (such as rebirth, AN1x,&#8230;)
to MIDIYoke Junction 1 MIDI input.

]]></description>
			<content:encoded><![CDATA[<p>MIDIClock can be used to synchronize multiple sequencers/synths.<br />
You can do this using MIDIYoke (get it at www.midiox.com) :<br />
Connect MIDIClock to MIDIYoke Junction 1 output. As MIDIYoke is a multiclient<br />
driver, you can connect multiple sequencers/synths (such as rebirth, AN1x,&#8230;)<br />
to MIDIYoke Junction 1 MIDI input.</p>
<p><a href="http://midiclock.com/wp-content/uploads/2009/11/scrshotmidiyoke_select.png"><img class="alignnone size-full wp-image-65" title="screenshot midiyoke selection in midiclock" src="http://midiclock.com/wp-content/uploads/2009/11/scrshotmidiyoke_select.png" alt="screenshot midiyoke selection in midiclock" width="285" height="384" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://midiclock.com/how-to-connect-midiclock-to-your-midi-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clockpresets.ini secrets (midiclock 2.02)</title>
		<link>http://midiclock.com/clockpresets-ini-secrets/</link>
		<comments>http://midiclock.com/clockpresets-ini-secrets/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 22:04:08 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://midiclock.com/?p=38</guid>
		<description><![CDATA[By editing the clockpresets.ini file, you can achieve even more
advanced remote control of midiclock. Enable HexSpy to monitor the
incoming midi messages. It will help you determine which entries
you need to add to the ini file.
The BPM_PRESETS section contains the tempo settings for all patch selects.
You can add action codes to any of these entries.
Additionally you [...]]]></description>
			<content:encoded><![CDATA[<p>By editing the clockpresets.ini file, you can achieve even more<br />
advanced remote control of midiclock. Enable HexSpy to monitor the<br />
incoming midi messages. It will help you determine which entries<br />
you need to add to the ini file.</p>
<p>The BPM_PRESETS section contains the tempo settings for all patch selects.<br />
You can add action codes to any of these entries.</p>
<p>Additionally you can add special commands which translate an incoming<br />
midi message (such as midi control messages) into a midiclock action.<br />
This is done in the SPECIAL_COMMANDS section.</p>
<p>The following target action codes can be executed on incoming midi commands :<br />
(only usable by editing the ini file) :<br />
0     = do nothing<br />
1 &#8211;&gt; 200 = set this specific BPM value<br />
10000 = perform midi value to tempo transformation (see below)<br />
10001 = start-stop<br />
10002 = pause<br />
10003 = continue<br />
10004 = start<br />
10005 = stop<br />
10006 = decrease tempo<br />
10007 = increase tempo</p>
<p>In case of action 10000 &#8211;&gt; midi value to tempo transformation :<br />
for the last byte you can use a specific value or<br />
selectable range transformation from this list of presets :<br />
Preset 0xF0: From 0&#215;00 to 0&#215;7F &#8211;&gt; multiplier = 1.58 and offset = 0<br />
Preset 0xF1: From 0&#215;00 to 0&#215;7F &#8211;&gt; multiplier = 1 and offset = 0<br />
Preset 0xF2: From 0&#215;00 to 0&#215;7F &#8211;&gt; multiplier = 2 and offset = 0<br />
Preset 0xF3: From 0&#215;00 to 0&#215;7F &#8211;&gt; multiplier = 3 and offset = 0<br />
Preset 0xF4: From 0&#215;00 to 0&#215;7F &#8211;&gt; multiplier = 4 and offset = 0<br />
Preset 0xFA: From 0&#215;00 to 0&#215;3F &#8211;&gt; multiplier = 2 and offset = 0<br />
Preset 0xFB: From 0&#215;40 to 0&#215;7F &#8211;&gt; multiplier = 2 and offset = 0<br />
Preset 0xFC: From 0&#215;00 to 0&#215;3F &#8211;&gt; multiplier = 2 and offset = 50<br />
Preset 0xFD: From 0&#215;40 to 0&#215;7F &#8211;&gt; multiplier = -2 and offset = 306<br />
Preset 0xFF: From 0&#215;01 to 0&#215;7F &#8211;&gt; multiplier = 2 and offset = 0</p>
<p>An example in the clockpresets.INI file :</p>
<p>[BPM_PRESETS]<br />
# this sets the tempo to 140 when program nr 1 is selected<br />
PROGRAM1=140</p>
<p># this sends start when program nr 2 is selected<br />
PROGRAM2=10004</p>
<p># this sends stop when program nr 3 is selected<br />
PROGRAM3=10005</p>
<p>[SPECIAL_COMMANDS]<br />
# this example enables using the modulation wheel to control the tempo<br />
# F0 means the range transform setting accepts full controller range<br />
# it sets tempo to (controller value)*1.58<br />
# which maps the midi range 00-7F on bpm range 1 to 200<br />
INPUT0=B102F0<br />
ACTION0=10000</p>
<p>**  use ACTION code 20001 for tap tempo message input</p>
]]></content:encoded>
			<wfw:commentRss>http://midiclock.com/clockpresets-ini-secrets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
