Reel Time Tuning Analysis(By Graeme) Customising and VersionsSimple changes
The batch file Polygraph.bat used to launch the program, or the equivalent if using Mac or Linux has several items that can be changed. They are:
Further customizationTo make changes to other than the above you can edit the Polygraph.r file. It's written in such a manner that you don't need to be a computer programmer to figure out how to do most of the changes you might want. For instance if you have a flute with a very flat foot it may not plot correctly because the note is too flat to be picked up. In the Polygraph.r file find this line:
62.00 is the note D4 (midi note number or semitones above C0).
So currently the script takes everything that is between 50 cents flat of 62.0
and 50 cents sharp of 62.0 ie 61.5 to 62.5,
and assigns it to D4. For a very flat low D (when not looking at C#4) just change the value of 61.5 to something lower eg 61.0.
And you may need to make a similar change for D5 if that note is also very flat.
This is just saying set all temperament values to 0 (equal temperament). Then if we get justD passed in from the batch file (as argument number 8), set the temperament values to:
0,+4,-14,-2,+2,-16,-4,-12, for D, E, F#, G, A, B, C, C# respectively. So you can easily set your own temperament.
Some examples of different versionsDownload some examples from: As an example of how you might change the .r file, Chromatic.r is a version that plots all chromatic notes from G3 to C7 - the lowest note on a fiddle to the top of the 3rd octave of a flute. You need to create a .bat file to point to this, like Chromatic.bat
In the chromatic
version the temperament order is done a little differently - running from C to B eg. for justD we use
-4,-12,0,+12,+4,+16,-14,-2,-10,+2,+14,-16.
Otherwise we are just plotting more notes. Again justD and equal temperament are available by editing the batch file,
for any other temperaments edit the .r file
The future of Tartini-RWe are hoping to write a small front end GUI program to make use of it more elegant, but in the meantime actual use is quite simple.
|
|
Last updated, April 17 2009. |