<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Modartt user forum - Changing Base Note for Meantone Temperament?]]></title>
		<link>https://forum.modartt.com/viewtopic.php?id=3840</link>
		<description><![CDATA[The most recent posts in Changing Base Note for Meantone Temperament?.]]></description>
		<lastBuildDate>Thu, 07 Sep 2017 22:57:53 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Changing Base Note for Meantone Temperament?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=949701#p949701</link>
			<description><![CDATA[<div class="quotebox"><cite>Gilles wrote:</cite><blockquote><p>I think this can be easily done using the new Advanced tuning panel. Under Temperament, you can choose from 5 different meantone scales and at the right you can change the base note using the split button identified &quot;-+&quot; Clicking the minus sign will change the base note to Db3 (or C#3).</p><p>There is a lot to explore in this panel and the documentation is scarce, but if you are interested in scala files and keyboard mappings, this new tool is quite powerful!</p><br /><p>EDIT: By the way, I just found out also in there a trick to easily transpose on the fly without going to the Options/MIDI panel. Just move the mouse at the left of any note name in the keyboard mapping section, a yellow rectangle will appear, click and the current diapason will now be on that note...pretty neat! <i class="far fa-smile smiley"></i></p></blockquote></div><p>Ooh, I only have version 5. Will definitely upgrade</p><p>Update: The new version is amazing! Outstanding GUI design</p>]]></description>
			<author><![CDATA[null@example.com (jonsson)]]></author>
			<pubDate>Thu, 07 Sep 2017 22:57:53 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=949701#p949701</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing Base Note for Meantone Temperament?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=949674#p949674</link>
			<description><![CDATA[<p>This tool is really strong! Particularly pleasing is the visualization of what is happening.</p>]]></description>
			<author><![CDATA[null@example.com (scherbakov.al)]]></author>
			<pubDate>Thu, 07 Sep 2017 13:23:30 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=949674#p949674</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing Base Note for Meantone Temperament?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=949670#p949670</link>
			<description><![CDATA[<p>I think this can be easily done using the new Advanced tuning panel. Under Temperament, you can choose from 5 different meantone scales and at the right you can change the base note using the split button identified &quot;-+&quot; Clicking the minus sign will change the base note to Db3 (or C#3).</p><p>There is a lot to explore in this panel and the documentation is scarce, but if you are interested in scala files and keyboard mappings, this new tool is quite powerful!</p><br /><p>EDIT: By the way, I just found out also in there a trick to easily transpose on the fly without going to the Options/MIDI panel. Just move the mouse at the left of any note name in the keyboard mapping section, a yellow rectangle will appear, click and the current diapason will now be on that note...pretty neat! <i class="far fa-smile smiley"></i></p>]]></description>
			<author><![CDATA[null@example.com (Gilles)]]></author>
			<pubDate>Thu, 07 Sep 2017 13:07:01 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=949670#p949670</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing Base Note for Meantone Temperament?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=949640#p949640</link>
			<description><![CDATA[<p>Choosing base note for a temperament is a feature that is missing from Pianoteq interface [users later in this thread pointed out this is only true up until version 6]. The standard way is to use keyboard mapping files - that is &quot;Scala KBM files&quot; - and load them to Pianoteq in the &quot;Keymap&quot; field in the &quot;Tuning&quot; section. You have to make twelve files - one for each note. The only difference between them is one line. </p><p>Here is a mapping file for tuning from C - which is the default:</p><div class="quotebox"><blockquote><p>! Size of map. The pattern repeats every so many keys:<br />12<br />! First MIDI note number to retune:<br />0<br />! Last MIDI note number to retune:<br />127<br />! Middle note where the first entry of the mapping is mapped to :<br />! Change this to change the base note! (60 is C in the middle of a standard size keyboard)<br />60<br />! Reference note for which frequency is given (69 is A in the middle of a standard size keyboard):<br />69<br />! Frequency to tune the above note to (floating point e.g. 440.0):<br />440.0<br />! Scale degree to consider as formal octave (determines difference in pitch <br />! between adjacent mapping patterns):<br />12<br />! Mapping.<br />! The numbers represent scale degrees mapped to keys. The first entry is for<br />! the given middle note, the next for subsequent higher keys.<br />0<br />1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11</p></blockquote></div><br /><p>And here is a mapping file for tuning from C# - notice that the only difference is the 9th line:</p><div class="quotebox"><blockquote><p>! Size of map. The pattern repeats every so many keys:<br />12<br />! First MIDI note number to retune:<br />0<br />! Last MIDI note number to retune:<br />127<br />! Middle note where the first entry of the mapping is mapped to:<br />! Change this to change the base note! (61 is C# in the middle of a standard size keyboard)<br />61<br />! Reference note for which frequency is given (69 is A in the middle of a standard size keyboard):<br />69<br />! Frequency to tune the above note to (floating point e.g. 440.0):<br />440.0<br />! Scale degree to consider as formal octave (determines difference in pitch <br />! between adjacent mapping patterns):<br />12<br />! Mapping.<br />! The numbers represent scale degrees mapped to keys. The first entry is for<br />! the given middle note, the next for subsequent higher keys.<br />0<br />1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11</p></blockquote></div><p>To get a mapping file for tuning from D, just change line 9 to 62, and for tuning from D# change line 9 to 63, etc. etc. etc.</p><br /><p>Unfortunately this locks in your diapason frequency - so if you want to be able to change the base note in both 440 and 442 you have to make 24 files! If you need to change your diapason a lot you might be better off having just one file and edit it on the fly (although you&#039;d need to restart pianoteq in between edits).</p>]]></description>
			<author><![CDATA[null@example.com (jonsson)]]></author>
			<pubDate>Thu, 07 Sep 2017 01:44:21 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=949640#p949640</guid>
		</item>
		<item>
			<title><![CDATA[Changing Base Note for Meantone Temperament?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=937704#p937704</link>
			<description><![CDATA[<p>I enjoy playing in meantone temperament (sounds more in tune!), but it requires the use of changing the the base note so more keys can be played in without the &quot;wolf tone.&quot; My Casio PX-150 can do this easily, but why is there no option in Pianoteq???</p><p> I know there is a way to change the base note in Scala, but I am confused to how to do this. I did see someone implement this on the forum, but the link for the zip files is no longer valid.</p>]]></description>
			<author><![CDATA[null@example.com (holyghostfire)]]></author>
			<pubDate>Fri, 27 Mar 2015 05:31:06 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=937704#p937704</guid>
		</item>
	</channel>
</rss>
