<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Modartt user forum - Changing Base Note for Meantone Temperament?]]></title>
	<link rel="self" href="https://forum.modartt.com/extern.php?action=feed&amp;tid=3840&amp;type=atom"/>
	<updated>2017-09-07T22:57:53Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.modartt.com/viewtopic.php?id=3840</id>
		<entry>
			<title type="html"><![CDATA[Re: Changing Base Note for Meantone Temperament?]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=949701#p949701"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jonsson]]></name>
				<uri>https://forum.modartt.com/profile.php?id=5456</uri>
			</author>
			<updated>2017-09-07T22:57:53Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=949701#p949701</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Changing Base Note for Meantone Temperament?]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=949674#p949674"/>
			<content type="html"><![CDATA[<p>This tool is really strong! Particularly pleasing is the visualization of what is happening.</p>]]></content>
			<author>
				<name><![CDATA[scherbakov.al]]></name>
				<uri>https://forum.modartt.com/profile.php?id=4547</uri>
			</author>
			<updated>2017-09-07T13:23:30Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=949674#p949674</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Changing Base Note for Meantone Temperament?]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=949670#p949670"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Gilles]]></name>
				<uri>https://forum.modartt.com/profile.php?id=657</uri>
			</author>
			<updated>2017-09-07T13:07:01Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=949670#p949670</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Changing Base Note for Meantone Temperament?]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=949640#p949640"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jonsson]]></name>
				<uri>https://forum.modartt.com/profile.php?id=5456</uri>
			</author>
			<updated>2017-09-07T01:44:21Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=949640#p949640</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Changing Base Note for Meantone Temperament?]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=937704#p937704"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[holyghostfire]]></name>
				<uri>https://forum.modartt.com/profile.php?id=4451</uri>
			</author>
			<updated>2015-03-27T05:31:06Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=937704#p937704</id>
		</entry>
</feed>
