# Finnish translation for GNU Solfege # This file is distributed under the same license as the solfege package. # Tuomas Korkalainen , 2009. msgid "" msgstr "" "Project-Id-Version: solfege 3.14.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-03-13 23:11+0100\n" "PO-Revision-Date: 2009-04-11 22:04+0200\n" "Last-Translator: Tuomas Korkalainen \n" "Language-Team: Finnish \n" "X-Bugs: Report translation errors to the Language-Team address.\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Finnish\n" "X-Poedit-Country: FINLAND\n" "Plural-Forms: nplurals=2; plural=(n != 1);\\n\n" #: src/abstract.py:105 msgid "The lessonfile contain potentially dangerous code because it run external programs. Run anyway?" msgstr "Harjoitustiedosto sisältää mahdollisesti vaarallista koodia koska se käynnistää ulkoisia ohjelmia. Käynnistetäänkö silti?" #: src/abstract.py:379 src/configwindow.py:339 src/configwindow.py:340 #: src/mainwin.py:873 msgid "Practise" msgstr "Harjoittele" #: src/abstract.py:380 msgid "Config" msgstr "Asetukset" #: src/abstract.py:382 msgid "_Cancel test" msgstr "_Peruuta testi" #: src/abstract.py:394 #, python-format msgid "" "Test completed!\n" "Your score was %(score).1f%%.\n" "The test requirement was %(requirement).1f%%." msgstr "" "Testi suoritettu!\n" "Pisteesi ovat %(score).1f%%.\n" "Testin läpäisemiseksi vaaditaan %(requirement).1f%%." #: src/abstract.py:397 #, python-format msgid "" "Test failed.\n" "Your score was %(score).1f%%.\n" "The test requirement was %(requirement).1f%%." msgstr "" "Testisuoritus hylätty. \n" "Pisteesi ovat %(score).1f%%.\n" "Testin läpäisemiseksi vaaditaan %(requirement).1f%%." #: src/abstract.py:436 src/identifybpm.py:135 msgid "Statistics" msgstr "Tilastot" #: src/abstract.py:454 msgid "Delay (seconds):" msgstr "Viive (sekuntia):" #: src/abstract.py:460 msgid "_New question automatically." msgstr "_Uusi kysymys automaattisesti." #: src/abstract.py:473 #, python-format msgid "Please check question number %(idx)i in the lesson file \"%(lf)s\"." msgstr "Ole hyvä ja tarkasta kysymys numero %(idx)i harjoitustiedostosta \"%(lf)s\"." #: src/abstract.py:480 src/abstract.py:498 src/mainwin.py:536 #, python-format msgid "" "The exception was caught in\n" "\"%(filename)s\", line %(lineno)i." msgstr "" "Tiedostossa \n" "\"%(filename)s\" löytyi poikkeus rivillä %(lineno)i." #: src/abstract.py:490 #, python-format msgid "Failed to parse the music in the variable \"%(varname)s\" in question number %(idx)i in the lesson file \"%(lf)s\"." msgstr "Epäonnistuttiin jäsentämään musiikki muuttujassa \"%(varname)s\" kysymyksessä numero %(idx)i harjoitustiedostossa \"%(lf)s\"." #: src/abstract.py:495 #, python-format msgid "Failed to parse the music for question number %(idx)i in the lesson file \"%(lf)s\"." msgstr "Epäonnistuttiin jäsentämään musiikki kysymyksessä numero %(idx)i harjoitustiedostossa \"%(lf)s\"." #: src/abstract.py:555 msgid "Rhythms to use in question" msgstr "Harjoittelussa käytettävät rytmit" #: src/abstract.py:564 msgid "Number of beats in question:" msgstr "Harjoittelussa käytettävien tahtien määrä:" #: src/abstract.py:571 msgid "Count in before question:" msgstr "Laske tahti ennen harjoituksen alkua:" #: src/abstract.py:637 src/harmonicinterval.py:345 src/melodicinterval.py:294 #: src/singinterval.py:93 src/singinterval.py:217 msgid "_New interval" msgstr "_Uusi intervalli" #: src/abstract.py:639 src/chord.py:95 src/chordvoicing.py:140 #: src/compareintervals.py:129 src/elembuilder.py:100 #: src/harmonicprogressiondictation.py:49 src/idbyname.py:107 #: src/idproperty.py:97 src/idtone.py:137 src/rhythm.py:196 #: src/rhythmtapping.py:143 src/singanswer.py:46 msgid "_Repeat" msgstr "_Toista" #: src/abstract.py:649 msgid "Input interface:" msgstr "Vastauksen anto:" #: src/abstract.py:662 msgid "_Disable unused buttons" msgstr "_Käyttämättömät painikkeet pois päältä" #: src/abstract.py:686 src/inputwidgets.py:637 msgid "Buttons" msgstr "Painikkeet" #: src/abstract.py:719 src/lessonfile_editor_main.py:220 msgid "Random transpose:" msgstr "Sattumanvarainen transponointi:" #: src/abstract.py:727 msgid "Change ..." msgstr "Muuta ..." #: src/abstract.py:737 src/specialwidgets.py:180 msgid "Yes" msgstr "Kyllä" #: src/abstract.py:739 src/specialwidgets.py:177 msgid "No" msgstr "Ei" #: src/app.py:166 msgid "MIDI setup" msgstr "MIDI-asetukset" #: src/app.py:166 #, python-format msgid "MIDI Device %(olddev)i not available. Will use device %(newdev)i." msgstr "MIDI-laite %(olddev)i ei ole käytettävissä. Käytetään laitetta %(newdev)i." #: src/app.py:175 msgid "You should configure sound from the 'Sound' page of the preferences window." msgstr "Sinun tulee antaa ääniasetukset asetukset-ikkunan'Ääni'-sivulla." #: src/app.py:207 msgid "You should configure sound from the preferences window, and try to use an external midi player. Or try to recompile the program and check for error messages to see why the module is not built." msgstr "Sinun tulee antaa ääniasetukset asetukset-ikkunassa ja yrittää käyttää ulkoista MIDI-soitinta. Vaihtoehtoisesti voit yrittää uudestaan asentaa ohjelman ja tarkastaa virheilmoitukset selvittääksesi miksi moduulia ei ole olemassa." #: src/app.py:321 src/mainwin.py:524 src/mainwin.py:812 msgid "Error opening web browser" msgstr "Virhe web-selaimen avaamisessa" #: src/app.py:330 msgid "You have not selected email program. You can do so in the preferences window." msgstr "Sinun tulee valita sähköpostiohjelma. Voit tehdä sen asetukset-ikkunassa." #: src/app.py:357 #, python-format msgid "" "Lessonfile not found:\n" "%s" msgstr "" "Harjoitustiedostoa ei löytynyt:\n" "%s" #: src/app.py:368 #, python-format msgid "" "Bad url parameter in link: '%s'.\n" "Trying to continue anyway." msgstr "" "Virheellinen url-parameteri linkissä: '%s'.\n" "Yritetään silti jatkaa." #: src/chord.py:93 src/chordvoicing.py:138 src/lessonfile.py:1363 msgid "_New chord" msgstr "_Uusi sointu" #: src/chord.py:98 src/chordvoicing.py:142 src/idbyname.py:110 #: src/idproperty.py:100 src/singanswer.py:49 msgid "Repeat _arpeggio" msgstr "Toista _arpeggiona" #: src/chord.py:100 src/chordvoicing.py:143 src/compareintervals.py:132 #: src/elembuilder.py:106 src/harmonicinterval.py:161 #: src/harmonicprogressiondictation.py:62 src/idbyname.py:115 #: src/identifybpm.py:126 src/idproperty.py:102 src/idtone.py:140 #: src/melodicinterval.py:94 src/rhythm.py:198 src/rhythmtapping.py:145 msgid "_Give up" msgstr "_Lopeta" #: src/chord.py:110 src/idproperty.py:112 msgid "Chord types to ask" msgstr "Kysytyt sointutyypit" #: src/chord.py:198 src/lessonfile.py:1365 lesson-files/altered-1:14 #: lesson-files/chord-7b9-maj79:13 lesson-files/chord-dim-aug:13 #: lesson-files/chord-dim-aug-min-major:10 lesson-files/chord-m7-7:13 #: lesson-files/chord-m7-7-maj7-m7b5-dim7:13 lesson-files/chord-m9-9:13 #: lesson-files/chord-m9-9-7b9-maj79:13 lesson-files/chord-maj7-m7b5-dim7:13 #: lesson-files/chord-min-major:13 lesson-files/chord-min-major-7:13 msgid "Identify the chord" msgstr "Tunnista sointu" #: src/chord.py:207 src/chordvoicing.py:281 src/compareintervals.py:231 #: src/elembuilder.py:158 src/harmonicinterval.py:232 #: src/harmonicprogressiondictation.py:88 src/idbyname.py:271 #: src/idproperty.py:221 src/idtone.py:233 src/melodicinterval.py:202 #: src/rhythm.py:140 msgid "Correct" msgstr "Oikein" #: src/chord.py:216 src/chordvoicing.py:269 src/chordvoicing.py:288 #: src/compareintervals.py:237 src/elembuilder.py:69 src/elembuilder.py:166 #: src/harmonicinterval.py:237 src/harmonicprogressiondictation.py:93 #: src/idbyname.py:279 src/identifybpm.py:191 src/idproperty.py:230 #: src/idtone.py:241 src/melodicinterval.py:208 src/nameinterval.py:179 #: src/rhythm.py:128 msgid "Wrong" msgstr "Väärin" #: src/chord.py:229 src/chordvoicing.py:232 src/idbyname.py:227 #: src/idbyname.py:336 src/idproperty.py:243 msgid "Right click is not allowed for this lesson file." msgstr "Oikean hiiren napin painallus ei ole käytettävissä tässä harjoitustiedostossa." #: src/chord.py:295 src/chord.py:300 src/chordvoicing.py:235 #: src/chordvoicing.py:261 src/chordvoicing.py:330 msgid "Click 'New chord' to begin." msgstr "Aloittaaksesi, klikkaa 'Uusi sointu'." #: src/chordvoicing.py:110 msgid "Identify chord type" msgstr "Tunnista sointutyyppi" #: src/chordvoicing.py:119 msgid "Chord voicing" msgstr "Soittimet sointuihin" #: src/chordvoicing.py:174 src/lessonfile.py:1369 msgid "Chord type" msgstr "Sointutyyppi" #: src/chordvoicing.py:177 src/chordvoicing.py:325 src/compareintervals.py:295 #: src/compareintervals.py:329 src/harmonicinterval.py:293 #: src/melodicinterval.py:253 src/rhythm.py:298 src/rhythmtapping.py:178 msgid "You have to solve this question first." msgstr "Sinun täytyy ensin ratkaista tämä kysymys." #: src/chordvoicing.py:238 src/idbyname.py:235 src/idbyname.py:239 #: src/idbyname.py:337 src/idbyname.py:338 msgid "You should try to guess before right-clicking." msgstr "Sinun tulisi arvata ennen kuin painat oikeaa hiiren nappia." #: src/chordvoicing.py:265 msgid "Correct, now stack the tones" msgstr "Oikein - pinoa nyt äänet" #: src/chordvoicing.py:271 src/chordvoicing.py:326 msgid "Type is already solved, now specify voicing." msgstr "Tämä tyyppi on jo selvitetty - anna nyt sointimääritys." #: src/compareintervals.py:119 msgid "" "F_irst interval\n" "is largest" msgstr "" "_Ensimmäinen intervalli\n" "on suurin" #: src/compareintervals.py:122 msgid "" "The intervals\n" "are _equal" msgstr "" "Intervallit ovat\n" "_yhtä suuria" #: src/compareintervals.py:125 msgid "" "_Last interval\n" "is largest" msgstr "" "_Viimeinen intervalli\n" "on suurin" #: src/compareintervals.py:128 src/elembuilder.py:95 #: src/harmonicprogressiondictation.py:48 src/idbyname.py:102 #: src/idbyname.py:387 src/idproperty.py:95 src/idproperty.py:206 #: src/nameinterval.py:131 src/rhythm.py:195 src/rhythmtapping.py:137 #: src/singanswer.py:45 src/singchord.py:41 src/twelvetone.py:63 msgid "_New" msgstr "_Uusi" #: src/compareintervals.py:145 msgid "Harmonic" msgstr "Harmoninen" #: src/compareintervals.py:148 msgid "Melodic" msgstr "Melodinen" #: src/compareintervals.py:155 msgid "First interval:" msgstr "Ensimmäinen intervalli:" #: src/compareintervals.py:166 msgid "Last interval:" msgstr "Viimeinen intervalli:" #: src/compareintervals.py:222 src/harmonicinterval.py:227 #: src/harmonicprogressiondictation.py:83 src/idbyname.py:266 #: src/idbyname.py:339 src/idtone.py:228 src/idtone.py:273 msgid "Correct, but you have already solved this question" msgstr "Oikein, mutta olet jo selvittänyt tämän kysymyksen" #: src/compareintervals.py:224 src/harmonicinterval.py:229 #: src/harmonicprogressiondictation.py:85 src/idbyname.py:268 #: src/idbyname.py:340 src/idtone.py:230 src/idtone.py:274 msgid "Wrong, but you have already solved this question" msgstr "Väärin, mutta olet jo selvittänyt tämän kysymyksen" #: src/compareintervals.py:249 src/compareintervals.py:327 msgid "Last interval is largest" msgstr "Viimeinen intervalli on suurin" #: src/compareintervals.py:251 msgid "The intervals are equal" msgstr "Intervallit ovat samankokoiset" #: src/compareintervals.py:253 src/compareintervals.py:328 msgid "First interval is largest" msgstr "Ensimmäinen intervalli on suurin" #: src/compareintervals.py:254 src/compareintervals.py:327 #: src/compareintervals.py:328 src/harmonicinterval.py:199 src/idbyname.py:212 #: src/idtone.py:257 src/melodicinterval.py:132 #, python-format msgid "The answer is: %s" msgstr "Vastaus on: %s" #: src/compareintervals.py:298 src/compareintervals.py:330 msgid "You have to configure the exercise properly" msgstr "Sinun tulee säätää harjoituksen asetukset kunnolla" #: src/compareintervals.py:333 src/elembuilder.py:154 src/elembuilder.py:254 #: src/idbyname.py:232 src/idbyname.py:261 src/idbyname.py:359 #: src/nameinterval.py:145 src/nameinterval.py:157 src/nameinterval.py:200 #: src/nameinterval.py:203 src/rhythm.py:258 src/rhythm.py:340 #: src/singanswer.py:111 src/singanswer.py:114 msgid "Click 'New' to begin." msgstr "Aloittaaksesi, klikkaa 'Uusi'." #: src/configwindow.py:45 msgid "GNU Solfege Preferences" msgstr "GNU Solfege Asetukset" #: src/configwindow.py:62 msgid "Instruments" msgstr "Soittimet" #: src/configwindow.py:64 msgid "Tempo" msgstr "Tempo" #: src/configwindow.py:80 msgid "BPM" msgstr "BPM" #: src/configwindow.py:82 lesson-files/bpm:6 msgid "Beats per minute" msgstr "Iskua minuutissa" #: src/configwindow.py:86 msgid "Preferred Instrument" msgstr "Soitin" #: src/configwindow.py:92 msgid "Chord Instruments" msgstr "Soinnun soittimet" #: src/configwindow.py:96 msgid "Use different instruments for chords and harmonic intervals" msgstr "Käytä eri soittimia sointujen ja harmonisten intervallien eri ääniin" #: src/configwindow.py:99 msgid "Percussion Instruments" msgstr "Perkussio-soittimet" #: src/configwindow.py:102 msgid "Count in:" msgstr "Tahdin laskeminen:" #: src/configwindow.py:106 msgid "Rhythm:" msgstr "Rytmi:" #: src/configwindow.py:113 msgid "User" msgstr "Käyttäjä" #: src/configwindow.py:115 msgid "User's Vocal Range" msgstr "Käyttäjän ääniala" #: src/configwindow.py:121 msgid "Highest pitch:" msgstr "Korkein ääni:" #: src/configwindow.py:128 msgid "Lowest pitch:" msgstr "Matalin ääni:" #: src/configwindow.py:138 msgid "Sex" msgstr "Sukupuoli" #: src/configwindow.py:140 msgid "_Male" msgstr "_Mies" #: src/configwindow.py:143 msgid "_Female or child" msgstr "_Nainen tai lapsi" #: src/configwindow.py:152 msgid "External Programs" msgstr "Ulkoiset ohjelmat" #: src/configwindow.py:154 msgid "Converters" msgstr "Konvertoijat" #: src/configwindow.py:168 msgid "MIDI to WAV:" msgstr "MIDI -> WAV:" #: src/configwindow.py:192 msgid "WAV to MP3:" msgstr "WAV -> MP3:" #: src/configwindow.py:216 msgid "WAV to OGG:" msgstr "WAV -> OGG:" #: src/configwindow.py:237 msgid "Miscellaneous" msgstr "Muita" #: src/configwindow.py:242 msgid "CSound:" msgstr "CSound:" #: src/configwindow.py:245 msgid "Lilypond-book" msgstr "Lilypond-book" #: src/configwindow.py:259 msgid "Not found. Much of GNU Solfege will run fine without this program. You will get a message when the program is required, and the user manual will explain what you need it for." msgstr "Ei löydy. GNU Solfege toimii suurilta osin hyvin ilman tätä ohjelmaa. Saat ilmoituksen aina kun ohjelmaa tarvittaisiin - käyttöohjeesta voit tarkastaa ohjelman tarkoituksen." #: src/configwindow.py:278 msgid "_Mail:" msgstr "_Sähköposti:" #: src/configwindow.py:286 src/configwindow.py:288 msgid "Interface" msgstr "Käyttöliittymä" #: src/configwindow.py:292 msgid "_Display the user manual in web browser" msgstr "_Näytä käyttöohje selaimessa" #: src/configwindow.py:295 msgid "_Resizeable main window" msgstr "_Pääikkunan koko muutettavissa" #: src/configwindow.py:302 msgid "Select _language:" msgstr "Valitse _kieli:" #: src/configwindow.py:331 msgid "You have to restart the program for the language change to take effect." msgstr "Sinun täytyy käynnistää ohjelma uudestaan, jotta kielimuutokset tulevat voimaan." #: src/configwindow.py:343 msgid "_Not allow new question before the old is solved" msgstr "_Älä anna uutta kysymystä ennen kuin entinen on ratkaistu" #: src/configwindow.py:346 msgid "_Repeat question if the answer was wrong" msgstr "_Toista kysymys jos vastaus on väärä" #: src/configwindow.py:350 msgid "E_xpert mode" msgstr "_Edistyneen käyttäjän tila" #: src/configwindow.py:364 msgid "Audio File Players" msgstr "Audio-tiedostojen soittimet" #: src/configwindow.py:371 msgid "WAV:" msgstr "WAV:" #: src/configwindow.py:387 msgid "MIDI:" msgstr "MIDI:" #: src/configwindow.py:398 msgid "MP3:" msgstr "MP3:" #: src/configwindow.py:408 msgid "OGG:" msgstr "OGG:" #: src/configwindow.py:422 msgid "Enter the name of the program. An absolute path is required only if the executable is not found on the PATH." msgstr "Anna ohjelman nimi. Absoluuttinen polun määritys vaaditaan vain jos ohjelmatiedosto ei löydy PATH-asetusten mukaisesta paikasta." #: src/configwindow.py:424 #, python-format msgid "The command line options required. Write %s where you want the name of the file to be played. Or omit it to have it added to the end of the string." msgstr "Komentorivikomentoja vaaditaan. Kirjoita %s siihen mihin haluat sijoittaa soitettavan tiedoston nimen. Tai jätä se pois mikäli haluat sen tulevan lisätyksi rivin loppuun." #: src/configwindow.py:449 msgid "Test" msgstr "_Testi" #: src/configwindow.py:450 msgid "This button is clickable only if the binary is found." msgstr "Tämä painike on käytettävissä vain jos ohjelma löytyy." #: src/configwindow.py:467 src/configwindow.py:471 src/configwindow.py:516 msgid "Sound Setup" msgstr "Ääniasetukset" #: src/configwindow.py:474 src/configwindow.py:524 msgid "_No sound" msgstr "_Ei ääntä" #: src/configwindow.py:479 msgid "Use _device" msgstr "Käytä _ulkoista MIDI-soitinta" #: src/configwindow.py:496 src/configwindow.py:545 msgid "Use _external MIDI player" msgstr "Käytä _ulkoista MIDI-soitinta" #: src/configwindow.py:508 src/configwindow.py:555 msgid "_Test" msgstr "_Testaa" #: src/configwindow.py:512 msgid "MIDI Setup" msgstr "MIDI-asetukset" #: src/configwindow.py:518 msgid "Solfege has two ways to play MIDI files. It is recommended to use Windows multimedia output. An external MIDI player can be useful if your soundcard lacks a hardware synth, in which case you have to use a program like timidity to play the music." msgstr "Solfege voi soittaa MIDI-tiedostoja kahdella eri tavalla. On suositeltavaa käyttää Windowsin multimedia outputia. Ulkoinen MIDI-soitin voi olla käytännöllinen valinta mikäli äänikortissasi ei ole sisäänrakennettua syntetisaattoria - tällöin sinun tulee käyttää ulkoista ohjelmaa (kuten esim. Timidity) musiikin soittamiseen." #: src/configwindow.py:529 msgid "_Windows multimedia output:" msgstr "_Windows multimedia output:" #: src/dataparser.py:153 #, python-format msgid "Unknown name \"%(name)s\" in line %(line)i of file \"%(filename)s\":" msgstr "Tuntematon nimi \"%(name)s\" rivillä %(line)i tiedostossa \"%(filename)s\":" #: src/dataparser.py:164 #, python-format msgid "Wrong argument count in line %(line)i of file \"%(filename)s\":" msgstr "Väärä argumenttien määrä rivillä %(line)i tiedostossa \"%(filename)s\":" #: src/dataparser.py:174 #, python-format msgid "Syntax error in file \"%(filename)s\". %(expected)s" msgstr "Syntax error tiedostossa \"%(filename)s\". %(expected)s" #: src/dataparser.py:181 #, python-format msgid "Assignment to the reserved word \"%(word)s\"" msgstr "" #: src/dataparser.py:188 #, python-format msgid "Cannot translate lists using infile translations (ex var[no]=...). See the variable \"%(variable)s\" in the file \"%(filename)s\"" msgstr "Listaa ei voida kääntää käyttäen tiedostonsisäisiä käännöksiä (ex var[no]=...). Katso muuttuja \"%(variable)s\" tiedostosta \"%(filename)s\"" #: src/dataparser.py:207 #, python-format msgid "Unable to tokenize line %(lineno)i of the file \"%(filename)s\"" msgstr "Riviä %(lineno)i tiedostossa \"%(filename)s\" ei voitu tunnistaa" #: src/dataparser.py:302 #, python-format msgid "Token \"%(nottoken)s\" not found, found \"%(foundtoken)s\" of type %(type)s." msgstr "Tunnus \"%(nottoken)s\" ei löytynyt, löydettiin \"%(foundtoken)s\" tyyppiä %(type)s." #: src/dictation.py:60 msgid "_Play the whole music" msgstr "_Soita koko musiikki" #: src/dictation.py:62 src/harmonicprogressiondictation.py:60 #: src/idbyname.py:123 msgid "_Show" msgstr "_Näytä" #: src/dictation.py:192 #, python-format msgid "The lesson file '%s' contains no questions." msgstr "Harjoitustiedostossa '%s' ei ole kysymyksiä." #: src/elembuilder.py:96 src/idbyname.py:103 src/rhythmtapping.py:139 msgid "P_lay music" msgstr "_Soita" #: src/elembuilder.py:98 src/idbyname.py:105 src/rhythmtapping.py:141 msgid "_Display music" msgstr "_Näytä musiikki" #: src/elembuilder.py:102 src/harmonicprogressiondictation.py:56 msgid "Guess _answer" msgstr "Tarkasta _vastaus" #: src/elembuilder.py:104 src/harmonicprogressiondictation.py:53 msgid "Play _tonic" msgstr "Soita _toonika" #: src/elembuilder.py:108 src/rhythm.py:201 msgid "_Backspace" msgstr "_Korjaa" #: src/elembuilder.py:116 msgid "elembuilder" msgstr "elembuilder" #: src/elembuilder.py:152 src/harmonicinterval.py:212 #: src/harmonicinterval.py:318 src/idbyname.py:259 src/idbyname.py:356 #: src/melodicinterval.py:166 src/melodicinterval.py:269 msgid "Click 'Start test' to begin." msgstr "Aloittaaksesi, klikkaa 'Aloita testi'." #: src/exceptiondialog.py:74 msgid "Visit http://www.solfege.org/support if you need help." msgstr "Tule osoitteeseen http://www.solfege.org/support jos tarvitset apua." #: src/gu.py:552 #, python-format msgid "Untitled%s" msgstr "Nimetön%s" #: src/gu.py:560 #, python-format msgid "Save changes to \"%s\" before closing?" msgstr "Tallenna muutokset tiedostoon \"%s\" ennen sulkemista?" #: src/gu.py:563 #, python-format msgid "If you don't save, changes from the past %i seconds will be permanently lost." msgstr "Jos et tallenna, muutokset viimeiseltä %i sekunnilta kadotetaan lopullisesti." #: src/gu.py:565 #, python-format msgid "If you don't save, changes from the past %i minutes will be permanently lost." msgstr "Jos et tallenna, muutokset viimeiseltä %i minuutilta kadotetaan lopullisesti." #: src/gu.py:567 msgid "_Close without Saving" msgstr "_Sulje ilman tallentamista" #: src/gu.py:623 msgid "Save As..." msgstr "Tallenna nimellä.." #: src/gu.py:648 msgid "File exists. Overwrite?" msgstr "Tiedosto on jo olemassa. Korvaa tiedosto?" #: src/gu.py:655 msgid "Error saving file" msgstr "Virhe tallennettaessa" #: src/gu.py:680 msgid "Select an empty directory, since we want to fill it with files." msgstr "Valitse tyhjä hakemisto, sillä täytämme sen tiedostoilla." #: src/harmonicinterval.py:157 msgid "Repeat _melodic" msgstr "Toista _yksitellen" #: src/harmonicinterval.py:166 msgid "Ask for these intervals" msgstr "Kysy näitä intervalleja" #: src/harmonicinterval.py:195 src/harmonicinterval.py:314 msgid "Harmonic interval" msgstr "Harmoninen intervalli" #: src/harmonicinterval.py:219 src/melodicinterval.py:183 msgid "Ignoring intervals greater than decim." msgstr "Sivuuta intervallit, jotka ovat desiimiä suurempia." #: src/harmonicinterval.py:223 src/harmonicinterval.py:321 #: src/melodicinterval.py:171 src/melodicinterval.py:272 msgid "Click 'New interval' to begin." msgstr "Aloittaaksesi, klikkaa 'Uusi intervalli'." #: src/harmonicinterval.py:299 msgid "You have to select some intervals to practise." msgstr "Sinun tulee valita joitakin intervalleja harjoiteltavaksi." #: src/harmonicinterval.py:308 src/melodicinterval.py:259 msgid "Identify the interval" msgstr "Tunnista intervalli" #: src/harmonicinterval.py:336 src/idbyname.py:378 src/melodicinterval.py:286 #: src/singinterval.py:208 msgid "_Start test" msgstr "_Aloita testi" #: src/harmonicprogressiondictation.py:76 msgid "Harmonic progression dictation" msgstr "Sointukulku-diktaatti" #: src/helpbrowser.py:107 msgid "Close the window" msgstr "Sulje ikkuna" #: src/idbyname.py:112 msgid "Repeat _slowly" msgstr "Toista _hitaasti" #: src/idbyname.py:134 msgid "Questions to ask" msgstr "Kysyttävät" #: src/idbyname.py:147 msgid "Identify by name" msgstr "Tunnista nimellä" #: src/idbyname.py:341 msgid "You have to select some questions to practise." msgstr "Sinun tulee valita joitakin harjoittelukysymyksiä." #: src/identifybpm.py:125 msgid "_New tempo" msgstr "_Uusi tempo" #: src/identifybpm.py:132 msgid "Bpm" msgstr "Bpm" #: src/identifybpm.py:164 msgid "You have to select some tempos to practise." msgstr "Sinun tulee valita joitakin tempoja harjoiteltavaksi." #: src/identifybpm.py:183 src/identifybpm.py:194 msgid "Click 'New tempo' to begin." msgstr "Aloittaaksesi, klikkaa 'Uusi tempo'." #: src/identifybpm.py:186 #, python-format msgid "Correct, it is %i" msgstr "Oikein, se on %i" #: src/idproperty.py:309 src/idproperty.py:315 #, python-format msgid "Click '%s' to begin." msgstr "Aloittaaksesi, klikkaa '%s'." #: src/idtone.py:112 msgid "This exercise is disabled because some required features are missing from your computer. You should install PyGTK 2.8.0 or newer." msgstr "Tämä harjoitus ei ole käytettävissä koska jokin vaadituista piirteistä ei ole asennettuna koneellesi. Sinun tulisi asentaa PyGTK 2.8.0 tai uudempi." #: src/idtone.py:135 msgid "_New tone" msgstr "_Uusi ääni" #: src/idtone.py:152 msgid "Weight" msgstr "Paino" #: src/idtone.py:175 msgid "Octave:" msgstr "Oktaavi:" #: src/idtone.py:183 msgid "When you guess wrong" msgstr "Kun arvaat väärin" #: src/idtone.py:188 msgid "Play warning sound" msgstr "Soita varoitusääni" #: src/idtone.py:195 src/idtone.py:301 learningtrees/learningtree.txt:365 msgid "Identify tone" msgstr "Tunnista ääni" #: src/idtone.py:201 msgid "You have to select some tones practise. Do this on the config page by setting the weight of tones to a value greater than zero." msgstr "Sinun tulee valita joitakin ääniä harjoiteltavaksi. Voit tehdä tämän asetukset-sivulla asettamalla äänien painotuksen arvon nollaa korkeammaksi." #: src/idtone.py:220 #, python-format msgid "First tone is %s" msgstr "Ensimmäinen ääni on %s" #: src/idtone.py:224 src/idtone.py:272 src/idtone.py:304 msgid "Click 'New tone' to begin." msgstr "Aloittaaksesi, klikkaa 'Uusi ääni'." #: src/inputwidgets.py:223 msgid "" "Minor\n" "second" msgstr "" "pieni \n" "sekunti" #: src/inputwidgets.py:224 msgid "" "Major\n" "second" msgstr "" "suuri \n" "sekunti" #: src/inputwidgets.py:225 msgid "" "Minor\n" "third" msgstr "" "pieni \n" "terssi" #: src/inputwidgets.py:226 msgid "" "Major\n" "third" msgstr "" "suuri \n" "terssi" #: src/inputwidgets.py:227 msgid "" "Perfect\n" "fourth" msgstr "" "puhdas \n" "kvartti" #: src/inputwidgets.py:228 msgid "" "Diminished\n" "fifth" msgstr "" "vähennetty \n" "kvintti" #: src/inputwidgets.py:229 msgid "" "Perfect\n" "fifth" msgstr "" "puhdas \n" "kvintti" #: src/inputwidgets.py:230 msgid "" "Minor\n" "sixth" msgstr "" "pieni \n" "seksti" #: src/inputwidgets.py:231 msgid "" "Major\n" "sixth" msgstr "" "suuri \n" "seksti" #: src/inputwidgets.py:232 msgid "" "Minor\n" "seventh" msgstr "" "pieni \n" "septimi" #: src/inputwidgets.py:233 msgid "" "Major\n" "seventh" msgstr "" "suuri \n" "septimi" #: src/inputwidgets.py:234 msgid "" "Perfect\n" "octave" msgstr "" "puhdas \n" "oktaavi" #: src/inputwidgets.py:235 msgid "" "Minor\n" "ninth" msgstr "" "pieni \n" "nooni" #: src/inputwidgets.py:236 msgid "" "Major\n" "ninth" msgstr "" "suuri \n" "nooni" #: src/inputwidgets.py:237 msgid "" "Minor\n" "decim" msgstr "" "pieni \n" "desiimi" #: src/inputwidgets.py:238 msgid "" "Major\n" "decim" msgstr "" "suuri \n" "desiimi" #: src/inputwidgets.py:639 src/inputwidgets.py:645 msgid "Piano" msgstr "Piano" #: src/inputwidgets.py:639 src/inputwidgets.py:653 msgid "Guitar" msgstr "Kitara" #: src/inputwidgets.py:639 src/inputwidgets.py:656 msgid "Bass" msgstr "Basso" #: src/inputwidgets.py:640 src/inputwidgets.py:659 msgid "5 string bass" msgstr "5-kielinen basso" #: src/inputwidgets.py:640 src/inputwidgets.py:663 msgid "6 string bass" msgstr "6-kielinen basso" #: src/inputwidgets.py:641 src/inputwidgets.py:647 msgid "Accordion B griff" msgstr "Harmonikka (B-järjestelmä)" #: src/inputwidgets.py:641 src/inputwidgets.py:649 msgid "Accordion C griff" msgstr "Harmonikka (C-järjestelmä)" #: src/inputwidgets.py:642 src/inputwidgets.py:651 msgid "Accordion (system used in Finland)" msgstr "Harmonikka (suomalainen järjestelmä)" #: src/instrumentselector.py:115 msgid "Highest:" msgstr "Korkein:" #: src/instrumentselector.py:118 msgid "Middle:" msgstr "Keski:" #: src/instrumentselector.py:123 msgid "Lowest:" msgstr "Alin:" #: src/learning_tree_editor.py:499 msgid "Select lesson file" msgstr "Valitse harjoitustiedosto" #: src/learning_tree_editor.py:517 msgid "Used" msgstr "Käytössä" #: src/learning_tree_editor.py:521 src/learning_tree_editor.py:783 #: src/trainingsetdlg.py:78 msgid "Title" msgstr "Otsikko" #: src/learning_tree_editor.py:525 msgid "Filename" msgstr "Tiedostonimi" #: src/learning_tree_editor.py:539 msgid "Module:" msgstr "Moduuli:" #: src/learning_tree_editor.py:547 src/learning_tree_editor.py:549 msgid "Used by topic(s):" msgstr "Käytössä aiheissa:" #: src/learning_tree_editor.py:588 msgid "_Show files used in other topics" msgstr "_Näytä tiedostot, joita käytetään muissa aiheissa" #: src/learning_tree_editor.py:591 msgid "_Search for new lesson files" msgstr "_Etsi uusia harjoitustiedostoja" #: src/learning_tree_editor.py:648 msgid "Delete learning tree" msgstr "Poista oppimispuu" #: src/learning_tree_editor.py:656 msgid "Learning tree:" msgstr "Oppimispuu:" #: src/learning_tree_editor.py:675 src/practisesheetdlg.py:299 msgid "Title:" msgstr "Otsikko:" #: src/learning_tree_editor.py:684 msgid "Default visibility:" msgstr "Oletusnäkyvyys:" #: src/learning_tree_editor.py:698 msgid "New toplevel menu" msgstr "Uusi ylätason valikko" #: src/learning_tree_editor.py:699 msgid "New submenu" msgstr "Uusi alavalikko" #: src/learning_tree_editor.py:701 msgid "Add lesson" msgstr "Lisää harjoitus" #: src/learning_tree_editor.py:704 msgid "Delete" msgstr "Poista" #: src/learning_tree_editor.py:707 msgid "Move topic up" msgstr "Siirrä aihe ylös" #: src/learning_tree_editor.py:710 msgid "Move topic down" msgstr "Siirrä aihe alas" #: src/learning_tree_editor.py:713 msgid "Move lesson up" msgstr "Siirrä harjoitus ylös" #: src/learning_tree_editor.py:717 msgid "Move lesson down" msgstr "Siirrä harjoitus alas" #: src/learning_tree_editor.py:738 msgid "Lesson filename:" msgstr "Harjoituksen tiedostonimi:" #: src/learning_tree_editor.py:744 msgid "Exercise module:" msgstr "Harjoitus moduli:" #: src/learning_tree_editor.py:755 msgid "New dependency" msgstr "Uusi riippuvuus" #: src/learning_tree_editor.py:759 msgid "Delete dependency" msgstr "Poista riippuvuus" #: src/learning_tree_editor.py:812 src/learning_tree_editor.py:893 msgid "The file is not saved. Save before changing?" msgstr "Tiedostoa ei ole tallennettu. Tallenna ennen muuttamista?" #: src/learning_tree_editor.py:843 msgid "Name" msgstr "Nimi" #: src/learning_tree_editor.py:845 msgid "Type" msgstr "Tyyppi" #: src/learning_tree_editor.py:857 src/learning_tree_editor.py:1084 msgid "Menu" msgstr "Valikko" #: src/learning_tree_editor.py:859 src/learning_tree_editor.py:1127 msgid "Submenu" msgstr "Alavalikko" #: src/learning_tree_editor.py:866 src/learning_tree_editor.py:1228 msgid "Lesson" msgstr "Harjoitus" #: src/learning_tree_editor.py:872 #, python-format msgid "The file '%s' is part of GNU Solfege. Delete the file?" msgstr "Tiedosto '%s' on osa GNU Solfegea. Poista tiedosto?" #: src/learning_tree_editor.py:874 #, python-format msgid "Delete the learning tree '%s'" msgstr "Poista oppimispuu '%s'" #: src/learning_tree_editor.py:879 msgid "Failed to delete file" msgstr "Tiedoston poistaminen epäonnistui" #: src/learning_tree_editor.py:895 src/learning_tree_editor.py:902 msgid "Create new learning tree" msgstr "Luo uusi oppimispuu" #: src/learning_tree_editor.py:909 msgid "Do not enter any directory names, only the filename." msgstr "Älä anna hakemistonimiä vaan ainoastaan tiedostonimi." #: src/learning_tree_editor.py:911 msgid "File name:" msgstr "Tiedoston nimi:" #: src/learning_tree_editor.py:926 msgid "The file already exists." msgstr "Tiedosto on jo olemassa." #: src/learning_tree_editor.py:947 src/learning_tree_editor.py:1018 #, python-format msgid "" "An error occurred while saving the file:\n" "%s" msgstr "" "Virhe tallennettaessa teidostoa:\n" "%s" #: src/learning_tree_editor.py:956 msgid "Save changes?" msgstr "Tallenna muutokset?" #: src/learning_tree_editor.py:989 #, python-format msgid "Dependencies of the lesson '%s'" msgstr "Harjoituksen '%s' riippuvuudet" #: src/learning_tree_editor.py:992 #, python-format msgid "No dependencies for the lesson '%s'." msgstr "Harjoituksessa '%s' ei ole riippuvuuksia." #: src/learning_tree_editor.py:1036 src/lessonfile_editor_main.py:303 msgid "Save as..." msgstr "Tallenna nimellä..." #: src/learning_tree_editor.py:1049 src/learning_tree_editor.py:1056 msgid "Create new menu" msgstr "Luo uusi valikko" #: src/learning_tree_editor.py:1063 msgid "Menu name:" msgstr "Valikon nimi:" #: src/learning_tree_editor.py:1076 src/learning_tree_editor.py:1121 msgid "The menu name is already used." msgstr "Valikon nimi on jo käytössä." #: src/learning_tree_editor.py:1080 src/learning_tree_editor.py:1118 msgid "An empty string is not allowed." msgstr "Tyhjää arvoa ei sallita." #: src/learning_tree_editor.py:1091 msgid "New topic" msgstr "Uusi aihe" #: src/learning_tree_editor.py:1098 msgid "Create new topic" msgstr "Luo uusi aihe" #: src/learning_tree_editor.py:1105 msgid "Topic name:" msgstr "Aiheen nimi:" #: src/learning_tree_editor.py:1266 msgid "Some lessons depend on this lesson. Delete anyway, and update the dependency list for lessons that depend on this lesson?" msgstr "Jotkin harjoitukset ovat tästä harjoituksesta riippuvaisia. Poista silti, ja päivitä riippuvuuslista kyseisten harjoitusten osalta?" #: src/learning_tree_editor.py:1307 msgid "The default learning tree is write protected in your install. This is normal. If you want to edit a learning tree, you have to select one of the trees stored in .solfege/learningtrees in your home directory." msgstr "Oletus oppimispuu on kirjoitussuojattu. Tämä on normaalia. Jos haluat muokata oppimispuuta, sinun tulee valita joku hakemistoon '.solfege/learningtrees' tallennetuista opintopuista." #: src/lessonfile_editor_main.py:33 src/lessonfile_editor_main.py:96 msgid "Add noteheads" msgstr "Lisää nuotinpäitä" #: src/lessonfile_editor_main.py:34 src/lessonfile_editor_main.py:98 msgid "Add sharps" msgstr "Lisää ylennysmerkkejä" #: src/lessonfile_editor_main.py:35 src/lessonfile_editor_main.py:100 msgid "Add double-sharps" msgstr "Lisää kaksoisylennysmerkkejä" #: src/lessonfile_editor_main.py:36 src/lessonfile_editor_main.py:102 msgid "Remove accidentals" msgstr "Poista tilapäiset etumerkit" #: src/lessonfile_editor_main.py:37 src/lessonfile_editor_main.py:104 msgid "Add flats" msgstr "Lisää alennusmerkkejä" #: src/lessonfile_editor_main.py:38 src/lessonfile_editor_main.py:106 msgid "Add double-flats" msgstr "Lisää kaksoisalennusmerkkejä" #: src/lessonfile_editor_main.py:39 src/lessonfile_editor_main.py:108 msgid "Delete tones" msgstr "Poista äänet" #: src/lessonfile_editor_main.py:46 msgid "GNU Solfege lesson file editor" msgstr "GNU Solfege harjoitustiedosto editori" #: src/lessonfile_editor_main.py:74 src/mainwin.py:312 msgid "_File" msgstr "_Tiedosto" #: src/lessonfile_editor_main.py:80 src/mainwin.py:329 msgid "_Help" msgstr "_Ohje" #: src/lessonfile_editor_main.py:82 msgid "_About" msgstr "_Tietoja" #: src/lessonfile_editor_main.py:86 msgid "Go to the first question" msgstr "Ensimmäiseen kysymykseen" #: src/lessonfile_editor_main.py:88 msgid "Go to the previous question" msgstr "Edelliseen kysymykseen" #: src/lessonfile_editor_main.py:90 msgid "Go to the next question" msgstr "Seuraavaan kysymykseen" #: src/lessonfile_editor_main.py:92 msgid "Go to the last question" msgstr "Viimeiseen kysymykseen" #: src/lessonfile_editor_main.py:94 msgid "Add a new question" msgstr "Lisää uusi kysymys" #: src/lessonfile_editor_main.py:187 msgid "Questions" msgstr "Kysymykset" #: src/lessonfile_editor_main.py:188 msgid "Enter new chords using the mouse" msgstr "Anna uusia sointuja hiirtä käyttäen" #: src/lessonfile_editor_main.py:198 msgid "Question title:" msgstr "Kysymyksen otsikko:" #: src/lessonfile_editor_main.py:205 msgid "Lessonfile header" msgstr "Harjoitustiedoston ylätunniste" #: src/lessonfile_editor_main.py:209 msgid "File title:" msgstr "Tiedoston nimi:" #: src/lessonfile_editor_main.py:218 msgid "Content:" msgstr "Sisältö:" #: src/lessonfile_editor_main.py:230 msgid "You have unsaved data. Proceed anyway?" msgstr "Et ole tallentanut tietoja. Jatketaanko silti?" #: src/lessonfile_editor_main.py:249 msgid "No file" msgstr "Ei tiedostoa" #: src/lessonfile_editor_main.py:250 #, python-format msgid "question %(idx)i of %(count)i" msgstr "kysymys %(idx)i - yhteensä %(count)i" #: src/lessonfile_editor_main.py:270 #, python-format msgid "The exercise module '%s' is not supported yet. Cannot edit this file." msgstr "Harjoitusmoduulia '%s' tueta vielä. Tiedostoa ei voida editoida." #: src/lessonfile_editor_main.py:276 msgid "Open..." msgstr "Avaa..." #: src/lessonfile_editor_main.py:289 #, python-format msgid "Loading file '%(filename)s' failed: %(msg)s" msgstr "Tiedoston '%(filename)s' lataaminen epäonnistui: %(msg)s" #: src/lessonfile_editor_main.py:316 msgid "Save..." msgstr "Tallenna..." #: src/lessonfilegui.py:29 msgid "Resolve lesson_id crash" msgstr "Selvitä lesson_id kaatuminen" #: src/lessonfilegui.py:35 msgid "Lesson_id crash" msgstr "Lesson_id kaatuminen" #: src/lessonfilegui.py:39 msgid "The lesson_id has to be unique for each lesson file. Please select which lesson file shall keep the current lesson_id. The preselected file is Solfege's educated guess. Press 'Cancel' to postpone the decision." msgstr "Jokaiselle harjoitustiedostolle täytyy olla oma ainutlaatuinen lesson_id. Ole hyvä ja valitse mikä harjoitustiedosto käyttää kyseessä olevaa lesson_id:tä. Valmiiksi annettu vaihtoehto on Solfege:n hyvä arvaus. Paina 'Peruuta' tehdäksesi päätöksen myöhemmin." #: src/lessonfile.py:59 msgid "The lesson file contains no questions" msgstr "Harjoitustiedosto ei sisällä yhtään kysymystä" #: src/lessonfile.py:63 #, python-format msgid "The external file '%s' was not found" msgstr "Ulkoista tiedostoa '%s' ei löydy" #: src/lessonfile.py:72 msgid "No questions selected" msgstr "Ei kysymyksiä valittuna" #: src/lessonfile.py:73 msgid "You can select questions on the config page of the exercise." msgstr "Voit valita kysymykset harjoituksen asetukset-sivulla." #: src/lessonfile.py:1174 #, python-format msgid "Discarding question %(questionidx)i from the lessonfile \"%(filename)s\" because it is missing the \"name\" variable. All questions in lesson files of this type must have a name variable." msgstr "Sivuutetaan kysymys %(questionidx)i harjoitustiedostosta \"%(filename)s\" koska siitä puuttuu muuttuja \"name\" . Kaikkien kysymysten tämän tyyppisissä harjoitustiedostoissa tulee sisältää nimimuuttuja." #: src/lessonfile.py:1328 #, python-format msgid "Question number %(index)i in the lesson file \"%(filename)s\" is missing the \"question_text\" variable." msgstr "Kysymyksestä numero %(index)i harjoitustiedostossa \"%(filename)s\" puuttuu \"question_text\" muuttuja." #: src/lessonfile.py:1370 msgid "Inversion" msgstr "Käännös" #: src/lessonfile.py:1371 msgid "Toptone" msgstr "Korkein ääni" #: src/lessonfile.py:1373 #, python-format msgid "Missing qprops variable in the lesson file %s." msgstr "Qprops muuttuja puuttuu harjoitustiedostosta %s." #: src/lessonfile.py:1381 #, python-format msgid "Error in the lesson file header of \"%(filename)s\". The variables qprops and qprop_labels must have the same length." msgstr "Virhe ylätunnisteessa harjoitustiedostossa \"%(filename)s\". Muuttujien qprops and qprop_labels täytyy olla saman pituisia." #: src/lessonfile.py:1394 msgid "root position" msgstr "Perusmuoto" #: src/lessonfile.py:1399 #, python-format msgid "%i. inversion" msgstr "%i käännös" #: src/lessonfile.py:1422 #, python-format msgid "Discarding question %(questionidx)i from the lesson file \"%(filename)s\" because of a missing variable: %(var)s" msgid_plural "Discarding question %(questionidx)i from the lesson file \"%(filename)s\" because of some missing variables: %(var)s" msgstr[0] "Hylätään kysymys %(questionidx)i harjoitustiedostosta \"%(filename)s\" puuttuvan muuttujan vuoksi: %(var)s" msgstr[1] "Hylätään kysymykset %(questionidx)i harjoitustiedostosta \"%(filename)s\" puuttuvien muuttujien vuoksi: %(var)s" #: src/lessonfile.py:1557 msgid "This page lists all the lesson files that Solfege can find. You can click on the links to start practising." msgstr "Tällä sivulla on lista kaikista harjoitustiedostoista, jotka Solfege löysi. Aloittaaksesi harjoittelun, klikkaa linkkejä." #: src/mainwin.py:76 msgid "Show warranty and copyright." msgstr "Näytä takuu ja kopiointioikeudet." #: src/mainwin.py:78 msgid "Do not show the startup window." msgstr "Älä näytä aloitusikkunaa." #: src/mainwin.py:83 msgid "Display more info about the sound setup." msgstr "Anna lisätietoja ääniasetuksista." #: src/mainwin.py:86 msgid "Do not play any sounds. Instead some data is printed to standard output. Use this for debugging and porting." msgstr "Älä soita ääniä. Sen sijaan dataa printataan standardi ulostuloon. Käytä tätä virheiden etsintään ja portitukseen." #: src/mainwin.py:88 msgid "Include features used by the Solfege developers to debug the program." msgstr "Käytä Solfegen kehittäjien käyttämiä ominaisuuksia ohjelman virheiden etsintään." #: src/mainwin.py:91 msgid "Disable the exception handling in Gui.standard_exception_handler." msgstr "Poista käytöstä poikkeusten käsittely kohteessa Gui.standard_exception_handler." #: src/mainwin.py:93 msgid "For debugging only: Select questions from lesson files in sequential order." msgstr "Vain ohjelman virheiden etsintää varten: Valitse kysymykset harjoitustiedostoista peräkkäisessä järjestyksessä." #: src/mainwin.py:96 msgid "Run using gtkhtml2 instead of the built in HTML viewer." msgstr "Käytä gtkhtml2:ta sisäänrakennetun HTML-selaimen sijaan." #: src/mainwin.py:99 msgid "Do not use the cairo version of input widgets, even if we run gtk+ 2.8.0 or newer." msgstr "Älä käytä input widgettien cairo-versiota edes silloin kun gtk+ 2.8.0 tai uudempi on käytössä." #: src/mainwin.py:102 msgid "Show GtkWarnings and PangoWarnings in the traceback window." msgstr "Näytä GtkWarnings ja PangoWarnings traceback-ikkunassa." #: src/mainwin.py:148 #, python-format msgid "Starting GNU Solfege %s" msgstr "Käynnistetään GNU Solfege %s" #: src/mainwin.py:226 msgid "Close" msgstr "Sulje" #: src/mainwin.py:306 #, python-format msgid "Learning tree '%s' not found. Using default tree." msgstr "Oppimispuuta '%s' ei löytynyt. Käytetään oletus oppimispuuta." #: src/mainwin.py:316 learningtrees/learningtree.txt:424 msgid "The_ory" msgstr "Te_oria" #: src/mainwin.py:317 learningtrees/learningtree.txt:9 msgid "_Intervals" msgstr "_Intervallit" #: src/mainwin.py:319 msgid "_Edit" msgstr "_Muokkaa" #: src/mainwin.py:320 msgid "Edit learning tree" msgstr "Muokkaa oppimispuuta" #: src/mainwin.py:322 msgid "_Tests" msgstr "T_estit" #: src/mainwin.py:323 msgid "New training set editor window" msgstr "Uuden harjoituskokoelman editointi-ikkuna" #: src/mainwin.py:325 msgid "Ear training test printout editor" msgstr "Säveltapailun tulostuksen muokkaus" #: src/mainwin.py:330 msgid "_Help on the current exercise" msgstr "_Ohje tähän harjoitukseen" #: src/mainwin.py:332 msgid "_Music theory on the current exercise" msgstr "_Musiikin teoriaa liittyen tähän harjoitukseen" #: src/mainwin.py:333 msgid "_User manual" msgstr "_Käyttöohje" #: src/mainwin.py:335 msgid "All installed _lesson files" msgstr "Kaikki asennetut _harjoitustiedostot" #: src/mainwin.py:337 src/mainwin.py:588 src/mainwin.py:592 msgid "File locations" msgstr "Tiedostojen sijainnit" #: src/mainwin.py:339 msgid "_Mailinglists, web page etc." msgstr "_Postituslista, www-sivu jne." #: src/mainwin.py:341 msgid "Reporting _bugs" msgstr "Virheilmoitusten _raportointi" #: src/mainwin.py:344 msgid "See your bug reports" msgstr "Katso virheilmoitukset" #: src/mainwin.py:370 msgid "Learning tree" msgstr "Oppimispuu" #: src/mainwin.py:389 msgid "Failed to load learning tree" msgstr "Oppimispuun lataaminen epäonnistui" #: src/mainwin.py:390 #, python-format msgid "Ignoring the file \"%(filename)s\" because of this error: %(error)s" msgstr "Jätetään huomioimatta tiedosto \"%(filename)s\" tämän virheen vuoksi: %(error)s" #: src/mainwin.py:440 src/mainwin.py:442 src/practisesheetdlg.py:397 #: src/practisesheetdlg.py:400 src/practisesheetdlg.py:402 #: src/practisesheetdlg.py:407 src/trainingsetdlg.py:206 #: src/trainingsetdlg.py:209 src/trainingsetdlg.py:211 #: src/trainingsetdlg.py:216 msgid "name" msgstr "nimi" #: src/mainwin.py:453 #, python-format msgid "%s (passed)" msgstr "%s (suoritettu)" #: src/mainwin.py:500 msgid "Question" msgstr "Kysymys" #: src/mainwin.py:507 msgid "Please enter the email used when you submitted the bugs:" msgstr "Ole hyvä ja anna sähköpostiosoite, jota käytetään virheilmoitusten lähettämisen yhteydessä:" #: src/mainwin.py:534 #, python-format msgid "Please check the lesson file %s." msgstr "Ole hyvä ja tarkasta harjoitustiedosto %s." #: src/mainwin.py:595 msgid "Solfege config file:" msgstr "Solfegen asetus-tiedosto (config file):" #: src/mainwin.py:596 msgid "Solfege standard lesson files:" msgstr "Solfegen sisäänrakennetut harjoitustiedostot:" #: src/mainwin.py:597 msgid "The users private lesson files:" msgstr "Käyttäjän omat harjoitustiedostot:" #: src/mainwin.py:598 msgid "The users private learning trees:" msgstr "Käyttäjän omat oppimispuut:" #: src/mainwin.py:599 msgid "User manual in HTML format:" msgstr "Käyttöohje HTML-muodossa:" #: src/mainwin.py:609 src/mainwin.py:634 msgid "SOLFEGETRANSLATORS" msgstr "Tuomas Korkalainen" #: src/mainwin.py:620 src/mainwin.py:621 msgid "(some lessonfiles)" msgstr "(joitakin harjoitustiedostoja)" #: src/mainwin.py:622 msgid "(sound code for the MS Windows port)" msgstr "(äänikoodi MS Windows portille)" #: src/mainwin.py:623 msgid "(ported winmidi.c to gcc)" msgstr "(winmidi.c portitettu kohteeseen gcc)" #: src/mainwin.py:624 msgid "(spec file for SuSE 8.2)" msgstr "(spesifikaatio tiedosto SuSE 8.2:lle)" #: src/mainwin.py:625 msgid "(spec file cleanup)" msgstr "(spec-tiedoston puhdistus)" #: src/mainwin.py:626 msgid "(testing and portability fixes for FreeBSD)" msgstr "(testaus- ja siirrettävyyskorjaukset FreeBSD:lle)" #: src/mainwin.py:627 src/mainwin.py:628 msgid "(the music font from Lilypond)" msgstr "(musiikkifontti Lilypondista)" #: src/mainwin.py:629 msgid "(scale exercises)" msgstr "(asteikkoharjoitukset)" #: src/mainwin.py:669 #, python-format msgid "" "In Solfege 3.9.0, the location where Solfege look for lesson files you have created was changed. The files has to be moved from \"%(old)s\" and into the folder \"%(gnu)s\" in your \"%(doc)s\" folder.\n" "May I move the files automatically for you now?" msgstr "" "Solfegen versiossa 3.9.0 kohdehakemisto, josta Solfege etsii luomiasi harjoitustiedostoja on muuttunut. Tiedostot tulee siirtää kohteesta \"%(old)s\" hakemistoon \"%(gnu)s\" omassa \"%(doc)s\" -hakemistossasi.\n" "Siirretäänkö tiedostot automaattisesti nyt?" #: src/mainwin.py:680 #, python-format msgid "" "Error while copying directory:\n" "%s" msgstr "" "Virhe kopioidessa hakemistoa:\n" "%s" #: src/mainwin.py:682 msgid "Files copied. The old files has been left behind. Please delete them when you have verified that all files was copied correctly." msgstr "Tiedostot kopioitu. Vanhat tiedostot on jätetty paikoilleen - ole hyvä ja tuhoa ne kunhan ensin olet varmistanut että kaikkien tiedostojen kopiointi onnistui." #: src/mainwin.py:689 msgid "Migrated old language setup. You might have to restart the program all translated messages to show up." msgstr "Vanha kieliasennus siirretty. Sinun täytyy ehkä käynnistää ohjelma uudestaan, jotta kaikki käännetyt viestit näkyvät." #: src/mainwin.py:722 msgid "Discarded lesson files" msgstr "Pois heitetyt harjoitustiedostot" #: src/mainwin.py:728 msgid "The lesson files listed below was discarded by the program, and will not be available in the program until the errors are corrected." msgstr "Alla listatut harjoitustiedostot sivuutetaan, ja ne eivät ole ohjelman saatavilla ennen kuin virheet on korjattu." #: src/mainwin.py:742 src/mainwin.py:745 msgid "Filename:" msgstr "Tiedostonimi:" #: src/mainwin.py:750 msgid "Reason:" msgstr "Syy:" #: src/mainwin.py:759 msgid "Missing module declaration" msgstr "Puuttuva moduulin deklaraatio" #: src/mainwin.py:761 msgid "Unknown" msgstr "Tuntematon" #: src/mainwin.py:860 #, python-format msgid "The '%s' exercise module does not support test yet." msgstr "'%s' harjoitusmoduuli ei vielä tue testiä." #: src/melodicinterval.py:111 src/melodicinterval.py:265 msgid "Melodic interval" msgstr "Melodinen intervalli" #: src/melodicinterval.py:180 msgid "You have already identified this interval" msgstr "Olet jo tunnistanut tämän intervallin" #: src/melodicinterval.py:231 msgid "The exercise has to be better configured." msgstr "Harjoituksen säädöt tulee asettaa paremmin." #: src/multipleintervalconfigwidget.py:92 msgid "Number of intervals:" msgstr "Intervallien määrä:" #: src/multipleintervalconfigwidget.py:99 msgid "Configure all intervals in this exercise like this" msgstr "Aseta kaikki intervallit tässä harjoituksessa tällä tavalla" #: src/multipleintervalconfigwidget.py:107 msgid "Togglebuttons are for interval number:" msgstr "Painikkeet ovat intervallinumerolle:" #: src/multipleintervalconfigwidget.py:117 msgid "Up:" msgstr "Ylös:" #: src/multipleintervalconfigwidget.py:133 msgid "Down:" msgstr "Alas:" #: src/multipleintervalconfigwidget.py:149 msgid "Reset to default values" msgstr "Palauta oletus-asetukset" #: src/nameinterval.py:139 msgid "Could not satisfy the constraints in the lesson header." msgstr "Harjoituksen ylätunnisteen rajoitukset ylitetty." #: src/nameinterval.py:148 src/nameinterval.py:160 #, python-format msgid "Already solved. The interval is a '%s'" msgstr "Tämä on jo selvitetty. Intervalli on '%s'" #: src/nameinterval.py:177 #, python-format msgid "Correct, the interval is a %s" msgstr "Oikein - intervalli on %s" #: src/nameinterval.py:186 msgid "Name the interval" msgstr "Nimeä intervalli" #: src/nameinterval.py:189 #, python-format msgid "interval|%s" msgstr "intervalli|%s" #: src/osutils.py:40 #, python-format msgid "Running the command %s failed." msgstr "Käskyn %s suorittaminen epäonnistui." #: src/osutils.py:49 #, python-format msgid "The executable '%s' does not exist." msgstr "Ohjelmaa '%s' ei löydy." #: src/osutils.py:54 #, python-format msgid "The executable string should contain zero or one '%s'." msgstr "Ohjelma-määrityksen tulisi sisältää nolla tai yksi '%s'." #: src/osutils.py:59 #, python-format msgid "" "Tried `%(bin)s`:\n" "\n" "\t%(exception)s\n" "\n" "Please check that the program is installed. If you did not supply the full path to the program in the preferences window (Ctrl-12), you must make sure the program is on your PATH." msgstr "" "Kokeiltiin `%(bin)s`:\n" "\n" "\t%(exception)s\n" "\n" "Varmista, että ohjelma on asennettu. Jos et ole antanut täydellistä polkua ohjelmatiedostoon asetusikkunassa (Ctrl+F12), sinun täytyy varmistaa että ohjelma on PATH-asetusten mukaisessa paikassa." #: src/osutils.py:64 #, python-format msgid "Failed to execute a binary for %s" msgstr "Ohjelman %s suorittaminen epäonnistui" #: src/osutils.py:69 #, python-format msgid "Failed to execute media player for %s files" msgstr "Mediasoittimen käynnistäminen epäonnistui %s tiedostolle" #: src/osutils.py:76 #, python-format msgid "Failed to execute binary to convert from %(from)s to %(to)s" msgstr "Konvertointi tiedostotyypistä %(from)s tiedostotyyppiin %(to)s epäonnistui, koska konvertointiohjelmaa ei saatu käynnistettyä" #: src/practisesheetdlg.py:290 msgid "Output format:" msgstr "Tulostusformaatti:" #: src/practisesheetdlg.py:326 msgid "Section title:" msgstr "Kappaleen otsikko:" #: src/practisesheetdlg.py:334 msgid "Name the music" msgstr "Tunnista musiikki" #: src/practisesheetdlg.py:335 msgid "Write the music, first tone given" msgstr "Kirjoita musiikki, ensimmäinen ääni annettu" #: src/practisesheetdlg.py:338 msgid "Type of question:" msgstr "Kirjoita kysymys:" #: src/practisesheetdlg.py:342 msgid "Intervals:" msgstr "Intervallit:" #: src/practisesheetdlg.py:351 msgid "Questions per line:" msgstr "Kysymyksiä per rivi:" #: src/practisesheetdlg.py:357 msgid "Number of questions:" msgstr "Kysymysmäärä:" #: src/practisesheetdlg.py:462 src/trainingsetdlg.py:322 msgid "Select where to export the files" msgstr "Valitse minne viet tiedostot" #: src/practisesheetdlg.py:524 #, python-format msgid "Not all music types are supported. This file contain %(ok)i supported questions and %(not_ok)i that are not supported. The unsupported questions will be ignored. Add any way?" msgstr "Kaikkia musiikkityyppejä ei tueta. Tämä tiedosto sisältää %(ok)i tuettua kysymystä ja %(not_ok)i joita ei tueta. Ei-tuetut kysymykset sivuutetaan. Lisää silti?" #: src/practisesheetdlg.py:526 msgid "Could not add the lesson file. It has no questions with a music object with supported music type." msgstr "Harjoitustiedostoa ei voitu lisätä. Siinä ei ole kysymyksiä, joissa olisi musiikki-objekti tuetussa musiikkityypissä." #: src/practisesheetdlg.py:664 msgid "Create sheet" msgstr "Luo nuottipaperi" #: src/reportbug.py:35 msgid "Bug report" msgstr "Virheraportti" #: src/reportbug.py:37 src/reportbug.py:56 msgid "_Send" msgstr "_Lähetä" #: src/reportbug.py:52 msgid "Make bug report" msgstr "Luo virheraportti" #: src/reportbug.py:55 msgid "See complete _report" msgstr "Katso koko _raportti" #: src/reportbug.py:61 msgid "_Email:" msgstr "_Sähköposti:" #: src/reportbug.py:65 msgid "Mangled email address:" msgstr "E-mail -osoite:" #: src/reportbug.py:71 msgid "S_hort description:" msgstr "_Lyhyt kuvaus:" #: src/reportbug.py:73 msgid "_Describe how to produce the error message:" msgstr "_Kerro kuinka kyseessä oleva virheilmoitus tuotetaan:" #. translators, please notice that the word NO_DESCRIPTION must not be #. translated in this string. #: src/reportbug.py:82 msgid "" "Describe as exactly as you can what you did when this error occurred. If you give no description at all, you make it very difficult to track down this bug. You should replace this text with your description, and also remove the \"bug-tag\" in the bottom of this text so that this bug is not automatically sorted among the bug reports with no description.\n" "\n" "(bug-tag: NO_DESCRIPTION)" msgstr "" "Kerro niin tarkasti kuin mahdollista mitä olit tekemässä kun virhe ilmaantui. Jos et anna lainkaan kuvausta tilanteesta, virheen paikallistaminen on erittäin vaikeaa. Sinun tulisi korvata tämä teksti kuvauksella tilanteesta ja myös poistaa \"bug-tag\" tämän tekstin alapuolelta, jottei tätä virheilmoitusta automaattisesti lajiteltaisi ilman kuvausta olevaksi. \n" "\n" "(bug-tag: NO_DESCRIPTION)" #: src/rhythm.py:181 msgid "Play" msgstr "Soita" #: src/rhythm.py:221 msgid "Don't start the question with a rest" msgstr "Älä aloita kysymystä tauolla" #: src/rhythm.py:224 msgid "Beats per minute:" msgstr "Iskuja minuutissa:" #: src/rhythm.py:302 src/rhythmtapping.py:182 msgid "You have to configure this exercise properly" msgstr "Sinun tulee säätää tämän harjoituksen asetukset kunnolla" #: src/rhythm.py:336 msgid "Identify the rhythm" msgstr "Kirjoita rytmi" #: src/rhythmtapping.py:129 msgid "Please tap the rhythm." msgstr "Ole hyvä ja naputa rytmi." #: src/rhythmtapping.py:136 msgid "Tap here" msgstr "Naputa tähän." #: src/rhythmtapping.py:195 msgid "Tapping in progress..." msgstr "Naputus käynnissä..." #: src/singanswer.py:52 src/singchord.py:43 src/singinterval.py:100 msgid "_Play answer" msgstr "_Soita vastaus" #: src/singchord.py:42 msgid "440h_z" msgstr "440h_z" #: src/singinterval.py:89 msgid "" "_New interval,\n" "last was correct" msgstr "" "Uusi intervalli,\n" "edellinen oli _oikein" #: src/singinterval.py:91 msgid "" "New interval,\n" "last was _wrong" msgstr "" "Uusi intervalli,\n" "edellinen oli _väärin" #: src/singinterval.py:96 msgid "_Repeat first tone" msgstr "_Toista ensimmäinen ääni" #: src/singinterval.py:104 msgid "Play _last tone" msgstr "Soita _viimeinen ääni" #: src/singinterval.py:119 src/singinterval.py:166 msgid "Sing interval" msgstr "Laula intervalli" #: src/singinterval.py:137 msgid "" "The exercise has to be better configured.\n" "Click 'Reset to default values' on the config\n" "page if you don't know how to do this." msgstr "" "Harjoitusasetukset tulee säätää paremmin.\n" "Klikkaa 'Palauta oletus-asetukset' asetukset-\n" "sivulla jos et osaa itse tehdä säätöjä." #: src/singinterval.py:160 msgid "Sing the interval" msgstr "Laula intervalli" #: src/specialwidgets.py:163 msgid "Set transposition" msgstr "Aseta transponointi" #: src/specialwidgets.py:169 msgid "Select how to do random transposition" msgstr "Valitse kuinka satunnainen transponointi tapahtuu" #: src/specialwidgets.py:171 msgid "You can read about the different types of transposition in the lesson file documentation available on the Help menu." msgstr "Voit lukea eri tyyppisistä transponoinneista Ohje-valikosta löytyvästä harjoitustiedoston ohjeesta." #: src/statisticsviewer.py:61 src/statisticsviewer.py:171 msgid "Session" msgstr "Tämä harjoituskerta" #: src/statisticsviewer.py:61 src/statisticsviewer.py:176 msgid "Today" msgstr "Tänään" #: src/statisticsviewer.py:62 src/statisticsviewer.py:181 msgid "Last 7 days" msgstr "Viimeiset 7 päivää" #: src/statisticsviewer.py:62 src/statisticsviewer.py:186 msgid "Total" msgstr "Yhteensä" #: src/statisticsviewer.py:71 msgid "Percent" msgstr "Prosenttia" #: src/statisticsviewer.py:72 src/trainingsetdlg.py:83 msgid "Count" msgstr "Lukumäärä" #: src/tracebackwindow.py:28 msgid "GNU Solfege message window" msgstr "GNU Solfege viesti-ikkuna" #: src/tracebackwindow.py:31 msgid "Please report this to the bug database or send an email to bug-solfege@gnu.org if the content of the message make you believe you have found a bug." msgstr "Ole hyvä ihminen ja raportoi tämä virhe tai lähetä sähköpostia osoitteeseen bug-solfege@gnu.org jos viestin sisällön perusteella uskot löytäneesi virheen." #: src/tracebackwindow.py:46 msgid "_Make automatic bug report" msgstr "_Lähetä automaattinen virheraportti" #: src/tracebackwindow.py:54 msgid "" "Automatic bug reports are often mostly useless because people omit their email address and add very little info about what happened. Fixing bugs is difficult if we cannot contact you and ask for more information.\n" "\n" "I would prefer if you open a web browser and report your bug to the bug tracker at http://bugs.solfege.org.\n" "\n" "This will give your bug report higher priority and it will be fixed faster.\n" "\n" "Are you willing to do that?" msgstr "" "Automaattiset virheraportit ovat useimmiten hyödyttömiä koska käyttäjät jättävät sähköpostiosoitteensa pois ja kertovat hyvin vähän siitä tilanteesta, jossa virhe syntyi. Virheiden korjaaminen on vaikeaa jos emme voi ottaa sinuun yhteyttä ja pyytää lisätietoja.\n" "\n" "Toivoisinkin, että avaisit selaimesi ja raportoisit virheen virheilmoitus-sivuillamme: http://bugs.solfege.org.\n" "\n" "Tällä tavoin virheraporttisi tutkitaan ja virhe korjataan nopeammin.\n" "\n" "Olisitko niin ystävällinen, että pistäytyisit sivuillamme?" #: src/trainingsetdlg.py:55 msgid "MIDI" msgstr "MIDI" #: src/trainingsetdlg.py:56 msgid "WAV" msgstr "WAV" #: src/trainingsetdlg.py:57 msgid "MP3" msgstr "MP3" #: src/trainingsetdlg.py:58 msgid "OGG" msgstr "OGG" #: src/trainingsetdlg.py:62 msgid "Preferred output format:" msgstr "Ulostulo-formaatti:" #: src/trainingsetdlg.py:89 msgid "Repeat" msgstr "Toistokerrat" #: src/trainingsetdlg.py:95 msgid "Delay" msgstr "Viive" #: src/trainingsetdlg.py:151 msgid "This lesson file cannot be exported because some of the music in the file are not parsable by the mpd module." msgstr "Tätä harjoitustiedostoa ei voida viedä koska mpd-moduuli ei pysty jäsentämään osaa tiedoston musiikista." #: src/trainingsetdlg.py:238 msgid "Export" msgstr "Vie" #: src/trainingsetdlg.py:325 msgid "Exporting training set" msgstr "Viedään harjoitusohjelmaa" #: src/trainingsetdlg.py:329 msgid "Export training set" msgstr "Vie harjoitusohjelma" #: src/twelvetone.py:64 msgid "_Play first note" msgstr "_Soita ensimmäinen nuotti" #: src/twelvetone.py:66 msgid "Play _last note" msgstr "Soita _viimeinen nuotti" #: src/twelvetone.py:68 msgid "Play _all" msgstr "Soita _kaikki" #: src/utils.py:38 msgid "up" msgstr "ylös" #: src/utils.py:40 msgid "down" msgstr "alas" #: mpd/interval.py:33 msgid "perfect unison" msgstr "puhdas priimi" #: mpd/interval.py:34 msgid "diminished unison" msgstr "vähennetty priimi" #: mpd/interval.py:35 msgid "augmented unison" msgstr "ylinouseva priimi" #: mpd/interval.py:37 msgid "diminished second" msgstr "vähennetty sekunti" #: mpd/interval.py:38 lesson-files/csound-intonation-harmonic-min2-10cent:10 #: lesson-files/csound-intonation-harmonic-min2-15cent:10 #: lesson-files/csound-intonation-harmonic-min2-20cent:10 #: lesson-files/csound-intonation-harmonic-min2-30cent:10 #: lesson-files/csound-intonation-harmonic-min2-40cent:10 #: lesson-files/csound-intonation-harmonic-min2-5cent:10 #: lesson-files/csound-intonation-harmonic-min2-6cent:10 #: lesson-files/csound-intonation-harmonic-min2-8cent:10 #: lesson-files/csound-intonation-min2-10cent:10 #: lesson-files/csound-intonation-min2-15cent:10 #: lesson-files/csound-intonation-min2-20cent:10 #: lesson-files/csound-intonation-min2-30cent:10 #: lesson-files/csound-intonation-min2-40cent:10 #: lesson-files/csound-intonation-min2-5cent:10 #: lesson-files/csound-intonation-min2-6cent:10 #: lesson-files/csound-intonation-min2-8cent:10 #: learningtrees/csound-tree.txt:12 learningtrees/csound-tree.txt:136 msgid "minor second" msgstr "pieni sekunti" #: mpd/interval.py:39 lesson-files/csound-intonation-harmonic-maj2-10cent:10 #: lesson-files/csound-intonation-harmonic-maj2-15cent:10 #: lesson-files/csound-intonation-harmonic-maj2-20cent:10 #: lesson-files/csound-intonation-harmonic-maj2-30cent:10 #: lesson-files/csound-intonation-harmonic-maj2-40cent:10 #: lesson-files/csound-intonation-harmonic-maj2-5cent:10 #: lesson-files/csound-intonation-harmonic-maj2-6cent:10 #: lesson-files/csound-intonation-harmonic-maj2-8cent:10 #: lesson-files/csound-intonation-maj2-10cent:10 #: lesson-files/csound-intonation-maj2-15cent:10 #: lesson-files/csound-intonation-maj2-20cent:10 #: lesson-files/csound-intonation-maj2-30cent:10 #: lesson-files/csound-intonation-maj2-40cent:10 #: lesson-files/csound-intonation-maj2-5cent:10 #: lesson-files/csound-intonation-maj2-6cent:10 #: lesson-files/csound-intonation-maj2-8cent:10 #: learningtrees/csound-tree.txt:24 learningtrees/csound-tree.txt:148 msgid "major second" msgstr "suuri sekunti" #: mpd/interval.py:40 msgid "augmented second" msgstr "ylinouseva sekunti" #: mpd/interval.py:42 msgid "diminished third" msgstr "vähennetty terssi" #: mpd/interval.py:43 lesson-files/csound-intonation-harmonic-min3-10cent:10 #: lesson-files/csound-intonation-harmonic-min3-15cent:10 #: lesson-files/csound-intonation-harmonic-min3-20cent:10 #: lesson-files/csound-intonation-harmonic-min3-30cent:10 #: lesson-files/csound-intonation-harmonic-min3-40cent:10 #: lesson-files/csound-intonation-harmonic-min3-5cent:10 #: lesson-files/csound-intonation-harmonic-min3-6cent:10 #: lesson-files/csound-intonation-harmonic-min3-8cent:10 #: lesson-files/csound-intonation-min3-10cent:10 #: lesson-files/csound-intonation-min3-15cent:10 #: lesson-files/csound-intonation-min3-20cent:10 #: lesson-files/csound-intonation-min3-30cent:10 #: lesson-files/csound-intonation-min3-40cent:10 #: lesson-files/csound-intonation-min3-5cent:10 #: lesson-files/csound-intonation-min3-6cent:10 #: lesson-files/csound-intonation-min3-8cent:10 #: learningtrees/csound-tree.txt:36 learningtrees/csound-tree.txt:160 msgid "minor third" msgstr "pieni terssi" #: mpd/interval.py:44 lesson-files/csound-intonation-harmonic-maj3-10cent:10 #: lesson-files/csound-intonation-harmonic-maj3-15cent:10 #: lesson-files/csound-intonation-harmonic-maj3-20cent:10 #: lesson-files/csound-intonation-harmonic-maj3-30cent:10 #: lesson-files/csound-intonation-harmonic-maj3-40cent:10 #: lesson-files/csound-intonation-harmonic-maj3-5cent:10 #: lesson-files/csound-intonation-harmonic-maj3-6cent:10 #: lesson-files/csound-intonation-harmonic-maj3-8cent:10 #: lesson-files/csound-intonation-maj3-10cent:10 #: lesson-files/csound-intonation-maj3-15cent:10 #: lesson-files/csound-intonation-maj3-20cent:10 #: lesson-files/csound-intonation-maj3-30cent:10 #: lesson-files/csound-intonation-maj3-40cent:10 #: lesson-files/csound-intonation-maj3-5cent:10 #: lesson-files/csound-intonation-maj3-6cent:10 #: lesson-files/csound-intonation-maj3-8cent:10 #: learningtrees/csound-tree.txt:48 learningtrees/csound-tree.txt:172 msgid "major third" msgstr "suuri terssi" #: mpd/interval.py:45 msgid "augmented third" msgstr "ylinouseva terssi" #: mpd/interval.py:47 msgid "diminished fourth" msgstr "vähennetty kvartti" #: mpd/interval.py:48 lesson-files/csound-intonation-harmonic-p4-10cent:10 #: lesson-files/csound-intonation-harmonic-p4-15cent:10 #: lesson-files/csound-intonation-harmonic-p4-20cent:10 #: lesson-files/csound-intonation-harmonic-p4-30cent:10 #: lesson-files/csound-intonation-harmonic-p4-40cent:10 #: lesson-files/csound-intonation-harmonic-p4-5cent:10 #: lesson-files/csound-intonation-harmonic-p4-6cent:10 #: lesson-files/csound-intonation-harmonic-p4-8cent:10 #: lesson-files/csound-intonation-p4-10cent:10 #: lesson-files/csound-intonation-p4-15cent:10 #: lesson-files/csound-intonation-p4-20cent:10 #: lesson-files/csound-intonation-p4-30cent:10 #: lesson-files/csound-intonation-p4-40cent:10 #: lesson-files/csound-intonation-p4-5cent:10 #: lesson-files/csound-intonation-p4-6cent:10 #: lesson-files/csound-intonation-p4-8cent:10 learningtrees/csound-tree.txt:60 #: learningtrees/csound-tree.txt:184 msgid "perfect fourth" msgstr "puhdas kvartti" #: mpd/interval.py:49 msgid "augmented fourth" msgstr "ylinouseva kvartti" #: mpd/interval.py:51 msgid "diminished fifth" msgstr "vähennetty kvintti" #: mpd/interval.py:52 lesson-files/csound-intonation-harmonic-p5-10cent:10 #: lesson-files/csound-intonation-harmonic-p5-15cent:10 #: lesson-files/csound-intonation-harmonic-p5-20cent:10 #: lesson-files/csound-intonation-harmonic-p5-30cent:10 #: lesson-files/csound-intonation-harmonic-p5-40cent:10 #: lesson-files/csound-intonation-harmonic-p5-5cent:10 #: lesson-files/csound-intonation-harmonic-p5-6cent:10 #: lesson-files/csound-intonation-harmonic-p5-8cent:10 #: lesson-files/csound-intonation-p5-10cent:10 #: lesson-files/csound-intonation-p5-15cent:10 #: lesson-files/csound-intonation-p5-20cent:10 #: lesson-files/csound-intonation-p5-30cent:10 #: lesson-files/csound-intonation-p5-40cent:10 #: lesson-files/csound-intonation-p5-5cent:10 #: lesson-files/csound-intonation-p5-6cent:10 #: lesson-files/csound-intonation-p5-8cent:10 learningtrees/csound-tree.txt:72 #: learningtrees/csound-tree.txt:196 msgid "perfect fifth" msgstr "puhdas kvintti" #: mpd/interval.py:53 msgid "augmented fifth" msgstr "ylinouseva kvintti" #: mpd/interval.py:55 msgid "diminished sixth" msgstr "vähennetty seksti" #: mpd/interval.py:56 lesson-files/csound-intonation-harmonic-min6-10cent:10 #: lesson-files/csound-intonation-harmonic-min6-15cent:10 #: lesson-files/csound-intonation-harmonic-min6-20cent:10 #: lesson-files/csound-intonation-harmonic-min6-30cent:10 #: lesson-files/csound-intonation-harmonic-min6-40cent:10 #: lesson-files/csound-intonation-harmonic-min6-5cent:10 #: lesson-files/csound-intonation-harmonic-min6-6cent:10 #: lesson-files/csound-intonation-harmonic-min6-8cent:10 #: lesson-files/csound-intonation-min6-10cent:10 #: lesson-files/csound-intonation-min6-15cent:10 #: lesson-files/csound-intonation-min6-20cent:10 #: lesson-files/csound-intonation-min6-30cent:10 #: lesson-files/csound-intonation-min6-40cent:10 #: lesson-files/csound-intonation-min6-5cent:10 #: lesson-files/csound-intonation-min6-6cent:10 #: lesson-files/csound-intonation-min6-8cent:10 #: learningtrees/csound-tree.txt:84 learningtrees/csound-tree.txt:208 msgid "minor sixth" msgstr "pieni seksti" #: mpd/interval.py:57 lesson-files/csound-intonation-harmonic-maj6-10cent:10 #: lesson-files/csound-intonation-harmonic-maj6-15cent:10 #: lesson-files/csound-intonation-harmonic-maj6-20cent:10 #: lesson-files/csound-intonation-harmonic-maj6-30cent:10 #: lesson-files/csound-intonation-harmonic-maj6-40cent:10 #: lesson-files/csound-intonation-harmonic-maj6-5cent:10 #: lesson-files/csound-intonation-harmonic-maj6-6cent:10 #: lesson-files/csound-intonation-harmonic-maj6-8cent:10 #: lesson-files/csound-intonation-maj6-10cent:10 #: lesson-files/csound-intonation-maj6-15cent:10 #: lesson-files/csound-intonation-maj6-20cent:10 #: lesson-files/csound-intonation-maj6-30cent:10 #: lesson-files/csound-intonation-maj6-40cent:10 #: lesson-files/csound-intonation-maj6-5cent:10 #: lesson-files/csound-intonation-maj6-6cent:10 #: lesson-files/csound-intonation-maj6-8cent:10 #: learningtrees/csound-tree.txt:96 learningtrees/csound-tree.txt:220 msgid "major sixth" msgstr "suuri seksti" #: mpd/interval.py:58 msgid "augmented sixth" msgstr "ylinouseva seksti" #: mpd/interval.py:60 msgid "diminished seventh" msgstr "vähennetty septimi" #: mpd/interval.py:61 lesson-files/csound-intonation-harmonic-min7-10cent:10 #: lesson-files/csound-intonation-harmonic-min7-15cent:10 #: lesson-files/csound-intonation-harmonic-min7-20cent:10 #: lesson-files/csound-intonation-harmonic-min7-30cent:10 #: lesson-files/csound-intonation-harmonic-min7-40cent:10 #: lesson-files/csound-intonation-harmonic-min7-5cent:10 #: lesson-files/csound-intonation-harmonic-min7-6cent:10 #: lesson-files/csound-intonation-harmonic-min7-8cent:10 #: lesson-files/csound-intonation-min7-10cent:10 #: lesson-files/csound-intonation-min7-15cent:10 #: lesson-files/csound-intonation-min7-20cent:10 #: lesson-files/csound-intonation-min7-30cent:10 #: lesson-files/csound-intonation-min7-40cent:10 #: lesson-files/csound-intonation-min7-5cent:10 #: lesson-files/csound-intonation-min7-6cent:10 #: lesson-files/csound-intonation-min7-8cent:10 #: learningtrees/csound-tree.txt:108 learningtrees/csound-tree.txt:232 msgid "minor seventh" msgstr "pieni septimi" #: mpd/interval.py:62 lesson-files/csound-intonation-harmonic-maj7-10cent:10 #: lesson-files/csound-intonation-harmonic-maj7-15cent:10 #: lesson-files/csound-intonation-harmonic-maj7-20cent:10 #: lesson-files/csound-intonation-harmonic-maj7-30cent:10 #: lesson-files/csound-intonation-harmonic-maj7-40cent:10 #: lesson-files/csound-intonation-harmonic-maj7-5cent:10 #: lesson-files/csound-intonation-harmonic-maj7-6cent:10 #: lesson-files/csound-intonation-harmonic-maj7-8cent:10 #: lesson-files/csound-intonation-maj7-10cent:10 #: lesson-files/csound-intonation-maj7-15cent:10 #: lesson-files/csound-intonation-maj7-20cent:10 #: lesson-files/csound-intonation-maj7-30cent:10 #: lesson-files/csound-intonation-maj7-40cent:10 #: lesson-files/csound-intonation-maj7-5cent:10 #: lesson-files/csound-intonation-maj7-6cent:10 #: lesson-files/csound-intonation-maj7-8cent:10 #: learningtrees/csound-tree.txt:120 learningtrees/csound-tree.txt:244 msgid "major seventh" msgstr "suuri septimi" #: mpd/interval.py:63 msgid "augmented seventh" msgstr "ylinouseva septimi" #: mpd/interval.py:65 msgid "diminished octave" msgstr "vähennetty oktaavi" #: mpd/interval.py:66 msgid "perfect octave" msgstr "puhdas oktaavi" #: mpd/interval.py:67 msgid "augmented octave" msgstr "ylinouseva oktaavi" #: mpd/interval.py:69 msgid "minor ninth" msgstr "pieni nooni" #: mpd/interval.py:70 msgid "major ninth" msgstr "suuri nooni" #: mpd/interval.py:71 msgid "minor decim" msgstr "pieni desiimi" #: mpd/interval.py:72 msgid "major decim" msgstr "suuri desiimi" #: mpd/interval.py:73 msgid "interval|unison" msgstr "priimi" #: mpd/interval.py:74 msgid "interval|second" msgstr "sekunti" #: mpd/interval.py:75 msgid "interval|third" msgstr "terssi" #: mpd/interval.py:76 msgid "interval|fourth" msgstr "kvartti" #: mpd/interval.py:77 msgid "interval|fifth" msgstr "kvintti" #: mpd/interval.py:78 msgid "interval|sixth" msgstr "seksti" #: mpd/interval.py:79 msgid "interval|seventh" msgstr "septimi" #: mpd/interval.py:80 msgid "interval|octave" msgstr "oktaavi" #: mpd/interval.py:81 msgid "interval|ninth" msgstr "nooni" #: mpd/interval.py:82 msgid "interval|decim" msgstr "desiimi" #. translators: Only translate the word after interval| , and don't include #. interval| in the translated string. So for Norwegians, translate #. "interval|diminished" to "forminsket". Do similar for all strings #. that are preceded with "interval|" #: mpd/interval.py:87 msgid "interval|diminished" msgstr "vähennetty" #: mpd/interval.py:88 msgid "interval|perfect" msgstr "puhdas" #: mpd/interval.py:89 msgid "interval|augmented" msgstr "ylinouseva" #: mpd/interval.py:90 msgid "interval|minor" msgstr "pieni" #: mpd/interval.py:91 msgid "interval|major" msgstr "suuri" #: mpd/interval.py:92 msgid "interval|doubly-diminished" msgstr "kaksoisalennettu" #: mpd/interval.py:93 msgid "interval|doubly-augmented" msgstr "kaksoisylennetty" #: mpd/interval.py:95 msgid "interval|u" msgstr "1" #: mpd/interval.py:96 msgid "interval|m2" msgstr "p2" #: mpd/interval.py:96 msgid "interval|M2" msgstr "s2" #: mpd/interval.py:97 msgid "interval|m3" msgstr "p3" #: mpd/interval.py:97 msgid "interval|M3" msgstr "s3" #: mpd/interval.py:98 msgid "interval|4" msgstr "4" #: mpd/interval.py:98 msgid "interval|d5" msgstr "vä5" #: mpd/interval.py:99 msgid "interval|5" msgstr "5" #: mpd/interval.py:100 msgid "interval|m6" msgstr "p6" #: mpd/interval.py:100 msgid "interval|M6" msgstr "s6" #: mpd/interval.py:101 msgid "interval|m7" msgstr "p7" #: mpd/interval.py:101 msgid "interval|M7" msgstr "s7" #: mpd/interval.py:102 msgid "interval|8" msgstr "8" #: mpd/interval.py:103 msgid "interval|m9" msgstr "p9" #: mpd/interval.py:103 msgid "interval|M9" msgstr "s9" #: mpd/interval.py:104 msgid "interval|m10" msgstr "p10" #: mpd/interval.py:104 msgid "interval|M10" msgstr "s10" #: mpd/interval.py:111 #, python-format msgid "Invalid interval name: %s" msgstr "Virheellinen intervallin nimi: %s" #: mpd/musicalpitch.py:83 msgid "notename|c" msgstr "c" #: mpd/musicalpitch.py:84 msgid "notename|cb" msgstr "cb" #: mpd/musicalpitch.py:85 msgid "notename|cbb" msgstr "cbb" #: mpd/musicalpitch.py:86 msgid "notename|c#" msgstr "c#" #: mpd/musicalpitch.py:87 msgid "notename|cx" msgstr "cx" #: mpd/musicalpitch.py:88 msgid "notename|d" msgstr "d" #: mpd/musicalpitch.py:89 msgid "notename|db" msgstr "db" #: mpd/musicalpitch.py:90 msgid "notename|dbb" msgstr "dbb" #: mpd/musicalpitch.py:91 msgid "notename|d#" msgstr "d#" #: mpd/musicalpitch.py:92 msgid "notename|dx" msgstr "dx" #: mpd/musicalpitch.py:93 msgid "notename|e" msgstr "e" #: mpd/musicalpitch.py:94 msgid "notename|eb" msgstr "eb" #: mpd/musicalpitch.py:95 msgid "notename|ebb" msgstr "ebb" #: mpd/musicalpitch.py:96 msgid "notename|e#" msgstr "e#" #: mpd/musicalpitch.py:97 msgid "notename|ex" msgstr "ex" #: mpd/musicalpitch.py:98 msgid "notename|f" msgstr "f" #: mpd/musicalpitch.py:99 msgid "notename|fb" msgstr "fb" #: mpd/musicalpitch.py:100 msgid "notename|fbb" msgstr "fbb" #: mpd/musicalpitch.py:101 msgid "notename|f#" msgstr "f#" #: mpd/musicalpitch.py:102 msgid "notename|fx" msgstr "fx" #: mpd/musicalpitch.py:103 msgid "notename|g" msgstr "g" #: mpd/musicalpitch.py:104 msgid "notename|gb" msgstr "gb" #: mpd/musicalpitch.py:105 msgid "notename|gbb" msgstr "gbb" #: mpd/musicalpitch.py:106 msgid "notename|g#" msgstr "g#" #: mpd/musicalpitch.py:107 msgid "notename|gx" msgstr "gx" #: mpd/musicalpitch.py:108 msgid "notename|a" msgstr "a" #: mpd/musicalpitch.py:109 msgid "notename|ab" msgstr "ab" #: mpd/musicalpitch.py:110 msgid "notename|abb" msgstr "abb" #: mpd/musicalpitch.py:111 msgid "notename|a#" msgstr "a#" #: mpd/musicalpitch.py:112 msgid "notename|ax" msgstr "ax" #: mpd/musicalpitch.py:113 msgid "notename|b" msgstr "h" #: mpd/musicalpitch.py:114 msgid "notename|bb" msgstr "b" #: mpd/musicalpitch.py:115 msgid "notename|bbb" msgstr "bb" #: mpd/musicalpitch.py:116 msgid "notename|b#" msgstr "h#" #: mpd/musicalpitch.py:117 msgid "notename|bx" msgstr "hx" #: mpd/musicalpitch.py:124 #, python-format msgid "Invalid notename: %s" msgstr "Virheellinen nuotin nimi: %s" #: mpd/musicalpitch.py:350 #, no-python-format msgid "notenameformat|%(notename)s" msgstr "notenameformat|%(notename)s" #: mpd/musicalpitch.py:353 #, no-python-format msgid "notenameformat|%(notename)s%(oct)s" msgstr "notenameformat|%(notename)s%(oct)s" #: lesson-files/altered-1:13 msgid "Altered chords" msgstr "Muunnesoinnut" #: lesson-files/altered-1:19 lesson-files/altered-2:14 #: lesson-files/altered-2:20 lesson-files/altered-2:26 #: lesson-files/altered-2:32 lesson-files/chord-voicing-test:13 msgid "chord|maj7b5" msgstr "maj7b5" #: lesson-files/altered-1:25 lesson-files/altered-2:38 #: lesson-files/altered-2:44 lesson-files/altered-2:50 #: lesson-files/altered-2:56 lesson-files/chord-voicing-test:19 msgid "chord|m maj7" msgstr "m maj7" #: lesson-files/altered-1:31 lesson-files/altered-2:62 #: lesson-files/altered-2:68 lesson-files/altered-2:74 #: lesson-files/altered-2:80 lesson-files/chord-m7-7:18 #: lesson-files/chord-m7-7-inv:16 lesson-files/chord-m7-7-inv:17 #: lesson-files/chord-m7-7-inv:18 lesson-files/chord-m7-7-inv:19 #: lesson-files/chord-voicing-test:25 lesson-files/diatonic-1:26 #: lesson-files/diatonic-2:62 lesson-files/diatonic-2:68 #: lesson-files/diatonic-2:74 lesson-files/diatonic-2:80 msgid "chord|7" msgstr "7" #: lesson-files/altered-1:37 lesson-files/altered-2:86 #: lesson-files/altered-2:92 lesson-files/altered-2:98 #: lesson-files/altered-2:104 lesson-files/chord-voicing-test:31 msgid "chord|7b5" msgstr "7b5" #: lesson-files/altered-1:43 lesson-files/altered-2:110 #: lesson-files/altered-2:116 lesson-files/altered-2:122 #: lesson-files/altered-2:128 lesson-files/chord-voicing-test:37 msgid "chord|7#5" msgstr "7#5" #: lesson-files/altered-1:49 lesson-files/altered-2:134 #: lesson-files/altered-2:140 lesson-files/altered-2:146 #: lesson-files/altered-2:152 lesson-files/chord-m9-9:17 #: lesson-files/chord-voicing-test:43 msgid "chord|9" msgstr "9" #: lesson-files/altered-1:55 lesson-files/altered-2:158 #: lesson-files/altered-2:164 lesson-files/altered-2:170 #: lesson-files/altered-2:176 lesson-files/chord-voicing-test:49 msgid "chord|7#9" msgstr "7#9" #: lesson-files/altered-1:61 lesson-files/altered-2:182 #: lesson-files/altered-2:188 lesson-files/altered-2:194 #: lesson-files/altered-2:200 lesson-files/chord-7b9-maj79:17 #: lesson-files/chord-voicing-test:55 msgid "chord|7b9" msgstr "7b9" #: lesson-files/altered-1:67 lesson-files/chord-voicing-test:61 msgid "chord|7#5b9" msgstr "7#5b9" #: lesson-files/altered-2:9 msgid "Altered chords & inversions" msgstr "Muunnesoinnut" #: lesson-files/barnesanger:10 msgid "Norwegian children songs" msgstr "Norjalaisia lastenlauluja" #: lesson-files/besifring:10 msgid "simple tonal chords" msgstr "yksinkertaiset tonaaliset soinnut" #: lesson-files/cadense-1:14 msgid "Cadences" msgstr "Kadenssit" #: lesson-files/cadense-1:28 msgid "Perfect authentic cadence" msgstr "Täydellinen autenttinen lopuke" #: lesson-files/cadense-1:40 msgid "Imperfect authentic cadence" msgstr "Epätäydellinen autenttinen lopuke" #: lesson-files/cadense-1:49 msgid "Plagal cadence" msgstr "Plagaalinen lopuke" #: lesson-files/cadense-1:58 msgid "Deceptive cadence" msgstr "Harhalopuke" #: lesson-files/cadense-1:68 msgid "Half cadense" msgstr "Dominanttilopuke (=puolilopuke)" #: lesson-files/chord-7b9-maj79:12 msgid "7b9 and maj79 chords" msgstr "7b9 and maj79 -soinnut" #: lesson-files/chord-7b9-maj79:18 msgid "chord|maj79" msgstr "maj79" #: lesson-files/chord-dim-aug:12 msgid "Diminished and augmented chords" msgstr "Vähennetyt ja ylinousevat soinnut" #: lesson-files/chord-dim-aug:17 msgid "diminished" msgstr "vähennetty" #: lesson-files/chord-dim-aug:18 msgid "augmented" msgstr "ylinouseva" #: lesson-files/chord-dim-aug-min-major:9 msgid "Minor, major, diminished and augmented chords" msgstr "Mollit, duurit, vähennetyt ja ylinousevat" #: lesson-files/chord-m7-7:12 msgid "Minor 7 and dominant 7 chords" msgstr "Molli 7 ja dominanttiseptimi" #: lesson-files/chord-m7-7:17 lesson-files/chord-m7-7-inv:12 #: lesson-files/chord-m7-7-inv:13 lesson-files/chord-m7-7-inv:14 #: lesson-files/chord-m7-7-inv:15 lesson-files/diatonic-1:20 #: lesson-files/diatonic-2:38 lesson-files/diatonic-2:44 #: lesson-files/diatonic-2:50 lesson-files/diatonic-2:56 msgid "chord|m7" msgstr "m7" #: lesson-files/chord-m7-7-inv:10 msgid "Minor 7 and dominant 7 chords with inversions" msgstr "Molli 7 ja dominanttiseptimi" #: lesson-files/chord-m7-7-maj7-m7b5-dim7:12 msgid "Chords with 7 in their name" msgstr "7-soinnut" #: lesson-files/chord-m9-9:12 msgid "Minor 9 and 9 chords" msgstr "Molli 9 ja 9" #: lesson-files/chord-m9-9:18 msgid "chord|m9" msgstr "m9" #: lesson-files/chord-m9-9-7b9-maj79:12 msgid "Chords with 9 in their name" msgstr "9-soinnut" #: lesson-files/chord-maj7-m7b5-dim7:12 msgid "Major seventh, diminished seventh and half diminished seventh chords" msgstr "Duuri 7, vähennetty 7 ja puolivähennetty 7" #: lesson-files/chord-maj7-m7b5-dim7:17 lesson-files/diatonic-1:14 #: lesson-files/diatonic-2:14 lesson-files/diatonic-2:20 #: lesson-files/diatonic-2:26 lesson-files/diatonic-2:32 msgid "chord|maj7" msgstr "maj7" #: lesson-files/chord-maj7-m7b5-dim7:18 lesson-files/diatonic-1:32 #: lesson-files/diatonic-2:86 lesson-files/diatonic-2:92 #: lesson-files/diatonic-2:98 lesson-files/diatonic-2:104 msgid "chord|m7b5" msgstr "m7b5" #: lesson-files/chord-maj7-m7b5-dim7:19 msgid "chord|dim7" msgstr "dim7" #: lesson-files/chord-min-major:12 lesson-files/chord-min-major-inv:10 msgid "Minor and major chords" msgstr "Molli- ja duurisoinnut" #: lesson-files/chord-min-major:20 lesson-files/chord-min-major-7:18 #: lesson-files/chord-min-major-7:19 lesson-files/chord-min-major-7:20 #: lesson-files/chord-min-major-close-open:46 #: lesson-files/chord-min-major-close-open:52 #: lesson-files/chord-min-major-close-open:58 #: lesson-files/chord-min-major-close-open:64 #: lesson-files/chord-min-major-close-open:70 #: lesson-files/chord-min-major-inv:12 lesson-files/chord-min-major-inv:13 #: lesson-files/chord-min-major-inv:14 msgid "major" msgstr "duuri" #: lesson-files/chord-min-major:21 lesson-files/chord-min-major-7:21 #: lesson-files/chord-min-major-7:22 lesson-files/chord-min-major-7:23 #: lesson-files/chord-min-major-close-open:13 #: lesson-files/chord-min-major-close-open:19 #: lesson-files/chord-min-major-close-open:25 #: lesson-files/chord-min-major-close-open:31 #: lesson-files/chord-min-major-close-open:37 #: lesson-files/chord-min-major-inv:15 lesson-files/chord-min-major-inv:16 #: lesson-files/chord-min-major-inv:17 msgid "minor" msgstr "molli" #: lesson-files/chord-min-major-7:12 msgid "Major, minor, dominant seventh with inversions" msgstr "Duuri, molli ja dominanttiseptimi" #: lesson-files/chord-min-major-7:24 lesson-files/chord-min-major-7:25 #: lesson-files/chord-min-major-7:26 lesson-files/chord-min-major-7:27 msgid "dominant seventh" msgstr "dominanttiseptimi" #: lesson-files/chord-min-major-close-open:10 msgid "Minor/major in close and open position" msgstr "Molli- ja duurisoinnut suljettuina ja avosointuina" #: lesson-files/chord-voicing-test:8 msgid "Altered chords (chord voicing)" msgstr "Muunnesoinnut (soinnun sointi)" #: lesson-files/compare-intervals:6 msgid "Compare intervals" msgstr "Vertaa intervalleja" #: lesson-files/compare-intervals-harmonic:6 lesson-files/harmonic-intervals:7 #: lesson-files/melodic-intervals:7 lesson-files/melodic-intervals-down:7 #: lesson-files/melodic-intervals-up:7 lesson-files/sing-intervals:9 msgid "Second to decim" msgstr "Sekunti -> desiimi" #: lesson-files/compare-intervals-harmonic-10:6 #: lesson-files/harmonic-intervals-10:8 lesson-files/melodic-intervals-10:7 #: lesson-files/melodic-intervals-down-10:7 #: lesson-files/melodic-intervals-up-10:7 lesson-files/sing-intervals-10:8 msgid "Decims" msgstr "Desiimit" #: lesson-files/compare-intervals-harmonic-2:6 #: lesson-files/harmonic-intervals-2:8 lesson-files/hear-tones-2:7 #: lesson-files/melodic-intervals-2:9 lesson-files/melodic-intervals-down-2:9 #: lesson-files/melodic-intervals-up-2:9 lesson-files/nameinterval-seconds:8 #: lesson-files/sing-intervals-2:9 msgid "Seconds" msgstr "Sekunnit" #: lesson-files/compare-intervals-harmonic-2-3:6 #: lesson-files/harmonic-intervals-2-3:8 lesson-files/melodic-intervals-2-3:9 #: lesson-files/melodic-intervals-down-2-3:9 #: lesson-files/melodic-intervals-up-2-3:9 lesson-files/sing-intervals-2-3:9 msgid "Seconds and thirds" msgstr "Sekunnit ja terssit" #: lesson-files/compare-intervals-harmonic-3:6 #: lesson-files/harmonic-intervals-3:8 lesson-files/hear-tones-1:7 #: lesson-files/melodic-intervals-3:8 lesson-files/melodic-intervals-down-3:7 #: lesson-files/melodic-intervals-up-3:7 lesson-files/nameinterval-thirds:8 #: lesson-files/sing-intervals-3:8 msgid "Thirds" msgstr "Terssit" #: lesson-files/compare-intervals-harmonic-4-5:6 #: lesson-files/harmonic-intervals-4-5:8 lesson-files/hear-tones-3:7 #: lesson-files/melodic-intervals-4-5:8 #: lesson-files/melodic-intervals-down-4-5:8 #: lesson-files/melodic-intervals-up-4-5:8 lesson-files/sing-intervals-4-5:8 msgid "Fourths and fifths" msgstr "Kvartit ja kvintit" #: lesson-files/compare-intervals-harmonic-4-5-8:6 #: lesson-files/harmonic-intervals-4-5-8:9 #: lesson-files/melodic-intervals-4-5-8:8 #: lesson-files/melodic-intervals-down-4-5-8:8 #: lesson-files/melodic-intervals-up-4-5-8:8 #: lesson-files/sing-intervals-4-5-8:8 msgid "Fourths, fifths and octave" msgstr "Kvartit, kvintit ja oktaavi" #: lesson-files/compare-intervals-harmonic-6:6 #: lesson-files/harmonic-intervals-6:8 lesson-files/melodic-intervals-6:7 #: lesson-files/melodic-intervals-down-6:7 #: lesson-files/melodic-intervals-up-6:7 lesson-files/nameinterval-sixths:8 #: lesson-files/sing-intervals-6:8 msgid "Sixths" msgstr "Sekstit" #: lesson-files/compare-intervals-harmonic-6-7:6 #: lesson-files/harmonic-intervals-6-7:8 lesson-files/hear-tones-4:7 #: lesson-files/melodic-intervals-6-7:9 #: lesson-files/melodic-intervals-down-6-7:9 #: lesson-files/melodic-intervals-up-6-7:9 lesson-files/sing-intervals-6-7:9 msgid "Sixths and sevenths" msgstr "Sekstit ja septimit" #: lesson-files/compare-intervals-harmonic-7:6 #: lesson-files/harmonic-intervals-7:8 lesson-files/melodic-intervals-7:7 #: lesson-files/melodic-intervals-down-7:7 #: lesson-files/melodic-intervals-up-7:7 lesson-files/nameinterval-sevenths:8 #: lesson-files/sing-intervals-7:8 msgid "Sevenths" msgstr "Septimit" #: lesson-files/compare-intervals-harmonic-7-9:6 #: lesson-files/harmonic-intervals-7-9:9 lesson-files/melodic-intervals-7-9:9 #: lesson-files/melodic-intervals-down-7-9:9 #: lesson-files/melodic-intervals-up-7-9:9 lesson-files/sing-intervals-7-9:8 msgid "Sevenths and ninths" msgstr "Septimit ja noonit" #: lesson-files/compare-intervals-harmonic-9:6 #: lesson-files/harmonic-intervals-9:8 lesson-files/melodic-intervals-9:7 #: lesson-files/melodic-intervals-down-9:7 #: lesson-files/melodic-intervals-up-9:7 lesson-files/sing-intervals-9:8 msgid "Ninths" msgstr "Noonit" #: lesson-files/compare-intervals-harmonic-tritonus-7:6 #: lesson-files/harmonic-intervals-tritonus-7:8 #: lesson-files/melodic-intervals-down-tritonus-7:7 #: lesson-files/melodic-intervals-tritonus-7:7 #: lesson-files/melodic-intervals-up-tritonus-7:7 #: lesson-files/sing-intervals-tritonus-7:8 msgid "Tritonus and sevenths" msgstr "Tritonus ja septimit" #: lesson-files/csound-fifth-0.97:9 lesson-files/csound-fifth-0.98:9 #: lesson-files/csound-fifth-0.99:9 lesson-files/csound-fifth-0.995:9 #: lesson-files/csound-fifth-0.996:9 lesson-files/csound-fifth-0.997:9 #: lesson-files/csound-fifth-0.998:9 #, python-format msgid "Is the fifth flat, in tune or sharp? %s" msgstr "Onko kvintti alavireinen, tasavireinen vai ylävireinen? %s" #: lesson-files/csound-fifth-0.97:15 lesson-files/csound-fifth-0.97:45 #: lesson-files/csound-fifth-0.97:75 lesson-files/csound-fifth-0.97:105 #: lesson-files/csound-fifth-0.97:135 lesson-files/csound-fifth-0.97:165 #: lesson-files/csound-fifth-0.97:195 lesson-files/csound-fifth-0.98:15 #: lesson-files/csound-fifth-0.98:45 lesson-files/csound-fifth-0.98:75 #: lesson-files/csound-fifth-0.98:105 lesson-files/csound-fifth-0.98:135 #: lesson-files/csound-fifth-0.98:165 lesson-files/csound-fifth-0.98:195 #: lesson-files/csound-fifth-0.99:15 lesson-files/csound-fifth-0.99:45 #: lesson-files/csound-fifth-0.99:75 lesson-files/csound-fifth-0.99:105 #: lesson-files/csound-fifth-0.99:135 lesson-files/csound-fifth-0.99:165 #: lesson-files/csound-fifth-0.99:195 lesson-files/csound-fifth-0.995:15 #: lesson-files/csound-fifth-0.995:45 lesson-files/csound-fifth-0.995:75 #: lesson-files/csound-fifth-0.995:105 lesson-files/csound-fifth-0.995:135 #: lesson-files/csound-fifth-0.995:165 lesson-files/csound-fifth-0.995:195 #: lesson-files/csound-fifth-0.996:15 lesson-files/csound-fifth-0.996:45 #: lesson-files/csound-fifth-0.996:75 lesson-files/csound-fifth-0.996:105 #: lesson-files/csound-fifth-0.996:135 lesson-files/csound-fifth-0.996:165 #: lesson-files/csound-fifth-0.996:195 lesson-files/csound-fifth-0.997:15 #: lesson-files/csound-fifth-0.997:45 lesson-files/csound-fifth-0.997:75 #: lesson-files/csound-fifth-0.997:105 lesson-files/csound-fifth-0.997:135 #: lesson-files/csound-fifth-0.997:165 lesson-files/csound-fifth-0.997:195 #: lesson-files/csound-fifth-0.998:15 lesson-files/csound-fifth-0.998:45 #: lesson-files/csound-fifth-0.998:75 lesson-files/csound-fifth-0.998:105 #: lesson-files/csound-fifth-0.998:135 lesson-files/csound-fifth-0.998:165 #: lesson-files/csound-fifth-0.998:195 #: lesson-files/csound-intonation-harmonic-maj2-10cent:15 #: lesson-files/csound-intonation-harmonic-maj2-10cent:45 #: lesson-files/csound-intonation-harmonic-maj2-10cent:75 #: lesson-files/csound-intonation-harmonic-maj2-10cent:105 #: lesson-files/csound-intonation-harmonic-maj2-10cent:135 #: lesson-files/csound-intonation-harmonic-maj2-10cent:165 #: lesson-files/csound-intonation-harmonic-maj2-10cent:195 #: lesson-files/csound-intonation-harmonic-maj2-10cent:225 #: lesson-files/csound-intonation-harmonic-maj2-10cent:255 #: lesson-files/csound-intonation-harmonic-maj2-10cent:285 #: lesson-files/csound-intonation-harmonic-maj2-10cent:315 #: lesson-files/csound-intonation-harmonic-maj2-10cent:345 #: lesson-files/csound-intonation-harmonic-maj2-15cent:15 #: lesson-files/csound-intonation-harmonic-maj2-15cent:45 #: lesson-files/csound-intonation-harmonic-maj2-15cent:75 #: lesson-files/csound-intonation-harmonic-maj2-15cent:105 #: lesson-files/csound-intonation-harmonic-maj2-15cent:135 #: lesson-files/csound-intonation-harmonic-maj2-15cent:165 #: lesson-files/csound-intonation-harmonic-maj2-15cent:195 #: lesson-files/csound-intonation-harmonic-maj2-15cent:225 #: lesson-files/csound-intonation-harmonic-maj2-15cent:255 #: lesson-files/csound-intonation-harmonic-maj2-15cent:285 #: lesson-files/csound-intonation-harmonic-maj2-15cent:315 #: lesson-files/csound-intonation-harmonic-maj2-15cent:345 #: lesson-files/csound-intonation-harmonic-maj2-20cent:15 #: lesson-files/csound-intonation-harmonic-maj2-20cent:45 #: lesson-files/csound-intonation-harmonic-maj2-20cent:75 #: lesson-files/csound-intonation-harmonic-maj2-20cent:105 #: lesson-files/csound-intonation-harmonic-maj2-20cent:135 #: lesson-files/csound-intonation-harmonic-maj2-20cent:165 #: lesson-files/csound-intonation-harmonic-maj2-20cent:195 #: lesson-files/csound-intonation-harmonic-maj2-20cent:225 #: lesson-files/csound-intonation-harmonic-maj2-20cent:255 #: lesson-files/csound-intonation-harmonic-maj2-20cent:285 #: lesson-files/csound-intonation-harmonic-maj2-20cent:315 #: lesson-files/csound-intonation-harmonic-maj2-20cent:345 #: lesson-files/csound-intonation-harmonic-maj2-30cent:15 #: lesson-files/csound-intonation-harmonic-maj2-30cent:45 #: lesson-files/csound-intonation-harmonic-maj2-30cent:75 #: lesson-files/csound-intonation-harmonic-maj2-30cent:105 #: lesson-files/csound-intonation-harmonic-maj2-30cent:135 #: lesson-files/csound-intonation-harmonic-maj2-30cent:165 #: lesson-files/csound-intonation-harmonic-maj2-30cent:195 #: lesson-files/csound-intonation-harmonic-maj2-30cent:225 #: lesson-files/csound-intonation-harmonic-maj2-30cent:255 #: lesson-files/csound-intonation-harmonic-maj2-30cent:285 #: lesson-files/csound-intonation-harmonic-maj2-30cent:315 #: lesson-files/csound-intonation-harmonic-maj2-30cent:345 #: lesson-files/csound-intonation-harmonic-maj2-40cent:15 #: lesson-files/csound-intonation-harmonic-maj2-40cent:45 #: lesson-files/csound-intonation-harmonic-maj2-40cent:75 #: lesson-files/csound-intonation-harmonic-maj2-40cent:105 #: lesson-files/csound-intonation-harmonic-maj2-40cent:135 #: lesson-files/csound-intonation-harmonic-maj2-40cent:165 #: lesson-files/csound-intonation-harmonic-maj2-40cent:195 #: lesson-files/csound-intonation-harmonic-maj2-40cent:225 #: lesson-files/csound-intonation-harmonic-maj2-40cent:255 #: lesson-files/csound-intonation-harmonic-maj2-40cent:285 #: lesson-files/csound-intonation-harmonic-maj2-40cent:315 #: lesson-files/csound-intonation-harmonic-maj2-40cent:345 #: lesson-files/csound-intonation-harmonic-maj2-5cent:15 #: lesson-files/csound-intonation-harmonic-maj2-5cent:45 #: lesson-files/csound-intonation-harmonic-maj2-5cent:75 #: lesson-files/csound-intonation-harmonic-maj2-5cent:105 #: lesson-files/csound-intonation-harmonic-maj2-5cent:135 #: lesson-files/csound-intonation-harmonic-maj2-5cent:165 #: lesson-files/csound-intonation-harmonic-maj2-5cent:195 #: lesson-files/csound-intonation-harmonic-maj2-5cent:225 #: lesson-files/csound-intonation-harmonic-maj2-5cent:255 #: lesson-files/csound-intonation-harmonic-maj2-5cent:285 #: lesson-files/csound-intonation-harmonic-maj2-5cent:315 #: lesson-files/csound-intonation-harmonic-maj2-5cent:345 #: lesson-files/csound-intonation-harmonic-maj2-6cent:15 #: lesson-files/csound-intonation-harmonic-maj2-6cent:45 #: lesson-files/csound-intonation-harmonic-maj2-6cent:75 #: lesson-files/csound-intonation-harmonic-maj2-6cent:105 #: lesson-files/csound-intonation-harmonic-maj2-6cent:135 #: lesson-files/csound-intonation-harmonic-maj2-6cent:165 #: lesson-files/csound-intonation-harmonic-maj2-6cent:195 #: lesson-files/csound-intonation-harmonic-maj2-6cent:225 #: lesson-files/csound-intonation-harmonic-maj2-6cent:255 #: lesson-files/csound-intonation-harmonic-maj2-6cent:285 #: lesson-files/csound-intonation-harmonic-maj2-6cent:315 #: lesson-files/csound-intonation-harmonic-maj2-6cent:345 #: lesson-files/csound-intonation-harmonic-maj2-8cent:15 #: lesson-files/csound-intonation-harmonic-maj2-8cent:45 #: lesson-files/csound-intonation-harmonic-maj2-8cent:75 #: lesson-files/csound-intonation-harmonic-maj2-8cent:105 #: lesson-files/csound-intonation-harmonic-maj2-8cent:135 #: lesson-files/csound-intonation-harmonic-maj2-8cent:165 #: lesson-files/csound-intonation-harmonic-maj2-8cent:195 #: lesson-files/csound-intonation-harmonic-maj2-8cent:225 #: lesson-files/csound-intonation-harmonic-maj2-8cent:255 #: lesson-files/csound-intonation-harmonic-maj2-8cent:285 #: lesson-files/csound-intonation-harmonic-maj2-8cent:315 #: lesson-files/csound-intonation-harmonic-maj2-8cent:345 #: lesson-files/csound-intonation-harmonic-maj3-10cent:15 #: lesson-files/csound-intonation-harmonic-maj3-10cent:45 #: lesson-files/csound-intonation-harmonic-maj3-10cent:75 #: lesson-files/csound-intonation-harmonic-maj3-10cent:105 #: lesson-files/csound-intonation-harmonic-maj3-10cent:135 #: lesson-files/csound-intonation-harmonic-maj3-10cent:165 #: lesson-files/csound-intonation-harmonic-maj3-10cent:195 #: lesson-files/csound-intonation-harmonic-maj3-10cent:225 #: lesson-files/csound-intonation-harmonic-maj3-10cent:255 #: lesson-files/csound-intonation-harmonic-maj3-10cent:285 #: lesson-files/csound-intonation-harmonic-maj3-10cent:315 #: lesson-files/csound-intonation-harmonic-maj3-10cent:345 #: lesson-files/csound-intonation-harmonic-maj3-15cent:15 #: lesson-files/csound-intonation-harmonic-maj3-15cent:45 #: lesson-files/csound-intonation-harmonic-maj3-15cent:75 #: lesson-files/csound-intonation-harmonic-maj3-15cent:105 #: lesson-files/csound-intonation-harmonic-maj3-15cent:135 #: lesson-files/csound-intonation-harmonic-maj3-15cent:165 #: lesson-files/csound-intonation-harmonic-maj3-15cent:195 #: lesson-files/csound-intonation-harmonic-maj3-15cent:225 #: lesson-files/csound-intonation-harmonic-maj3-15cent:255 #: lesson-files/csound-intonation-harmonic-maj3-15cent:285 #: lesson-files/csound-intonation-harmonic-maj3-15cent:315 #: lesson-files/csound-intonation-harmonic-maj3-15cent:345 #: lesson-files/csound-intonation-harmonic-maj3-20cent:15 #: lesson-files/csound-intonation-harmonic-maj3-20cent:45 #: lesson-files/csound-intonation-harmonic-maj3-20cent:75 #: lesson-files/csound-intonation-harmonic-maj3-20cent:105 #: lesson-files/csound-intonation-harmonic-maj3-20cent:135 #: lesson-files/csound-intonation-harmonic-maj3-20cent:165 #: lesson-files/csound-intonation-harmonic-maj3-20cent:195 #: lesson-files/csound-intonation-harmonic-maj3-20cent:225 #: lesson-files/csound-intonation-harmonic-maj3-20cent:255 #: lesson-files/csound-intonation-harmonic-maj3-20cent:285 #: lesson-files/csound-intonation-harmonic-maj3-20cent:315 #: lesson-files/csound-intonation-harmonic-maj3-20cent:345 #: lesson-files/csound-intonation-harmonic-maj3-30cent:15 #: lesson-files/csound-intonation-harmonic-maj3-30cent:45 #: lesson-files/csound-intonation-harmonic-maj3-30cent:75 #: lesson-files/csound-intonation-harmonic-maj3-30cent:105 #: lesson-files/csound-intonation-harmonic-maj3-30cent:135 #: lesson-files/csound-intonation-harmonic-maj3-30cent:165 #: lesson-files/csound-intonation-harmonic-maj3-30cent:195 #: lesson-files/csound-intonation-harmonic-maj3-30cent:225 #: lesson-files/csound-intonation-harmonic-maj3-30cent:255 #: lesson-files/csound-intonation-harmonic-maj3-30cent:285 #: lesson-files/csound-intonation-harmonic-maj3-30cent:315 #: lesson-files/csound-intonation-harmonic-maj3-30cent:345 #: lesson-files/csound-intonation-harmonic-maj3-40cent:15 #: lesson-files/csound-intonation-harmonic-maj3-40cent:45 #: lesson-files/csound-intonation-harmonic-maj3-40cent:75 #: lesson-files/csound-intonation-harmonic-maj3-40cent:105 #: lesson-files/csound-intonation-harmonic-maj3-40cent:135 #: lesson-files/csound-intonation-harmonic-maj3-40cent:165 #: lesson-files/csound-intonation-harmonic-maj3-40cent:195 #: lesson-files/csound-intonation-harmonic-maj3-40cent:225 #: lesson-files/csound-intonation-harmonic-maj3-40cent:255 #: lesson-files/csound-intonation-harmonic-maj3-40cent:285 #: lesson-files/csound-intonation-harmonic-maj3-40cent:315 #: lesson-files/csound-intonation-harmonic-maj3-40cent:345 #: lesson-files/csound-intonation-harmonic-maj3-5cent:15 #: lesson-files/csound-intonation-harmonic-maj3-5cent:45 #: lesson-files/csound-intonation-harmonic-maj3-5cent:75 #: lesson-files/csound-intonation-harmonic-maj3-5cent:105 #: lesson-files/csound-intonation-harmonic-maj3-5cent:135 #: lesson-files/csound-intonation-harmonic-maj3-5cent:165 #: lesson-files/csound-intonation-harmonic-maj3-5cent:195 #: lesson-files/csound-intonation-harmonic-maj3-5cent:225 #: lesson-files/csound-intonation-harmonic-maj3-5cent:255 #: lesson-files/csound-intonation-harmonic-maj3-5cent:285 #: lesson-files/csound-intonation-harmonic-maj3-5cent:315 #: lesson-files/csound-intonation-harmonic-maj3-5cent:345 #: lesson-files/csound-intonation-harmonic-maj3-6cent:15 #: lesson-files/csound-intonation-harmonic-maj3-6cent:45 #: lesson-files/csound-intonation-harmonic-maj3-6cent:75 #: lesson-files/csound-intonation-harmonic-maj3-6cent:105 #: lesson-files/csound-intonation-harmonic-maj3-6cent:135 #: lesson-files/csound-intonation-harmonic-maj3-6cent:165 #: lesson-files/csound-intonation-harmonic-maj3-6cent:195 #: lesson-files/csound-intonation-harmonic-maj3-6cent:225 #: lesson-files/csound-intonation-harmonic-maj3-6cent:255 #: lesson-files/csound-intonation-harmonic-maj3-6cent:285 #: lesson-files/csound-intonation-harmonic-maj3-6cent:315 #: lesson-files/csound-intonation-harmonic-maj3-6cent:345 #: lesson-files/csound-intonation-harmonic-maj3-8cent:15 #: lesson-files/csound-intonation-harmonic-maj3-8cent:45 #: lesson-files/csound-intonation-harmonic-maj3-8cent:75 #: lesson-files/csound-intonation-harmonic-maj3-8cent:105 #: lesson-files/csound-intonation-harmonic-maj3-8cent:135 #: lesson-files/csound-intonation-harmonic-maj3-8cent:165 #: lesson-files/csound-intonation-harmonic-maj3-8cent:195 #: lesson-files/csound-intonation-harmonic-maj3-8cent:225 #: lesson-files/csound-intonation-harmonic-maj3-8cent:255 #: lesson-files/csound-intonation-harmonic-maj3-8cent:285 #: lesson-files/csound-intonation-harmonic-maj3-8cent:315 #: lesson-files/csound-intonation-harmonic-maj3-8cent:345 #: lesson-files/csound-intonation-harmonic-maj6-10cent:15 #: lesson-files/csound-intonation-harmonic-maj6-10cent:45 #: lesson-files/csound-intonation-harmonic-maj6-10cent:75 #: lesson-files/csound-intonation-harmonic-maj6-10cent:105 #: lesson-files/csound-intonation-harmonic-maj6-10cent:135 #: lesson-files/csound-intonation-harmonic-maj6-10cent:165 #: lesson-files/csound-intonation-harmonic-maj6-10cent:195 #: lesson-files/csound-intonation-harmonic-maj6-10cent:225 #: lesson-files/csound-intonation-harmonic-maj6-10cent:255 #: lesson-files/csound-intonation-harmonic-maj6-10cent:285 #: lesson-files/csound-intonation-harmonic-maj6-10cent:315 #: lesson-files/csound-intonation-harmonic-maj6-10cent:345 #: lesson-files/csound-intonation-harmonic-maj6-15cent:15 #: lesson-files/csound-intonation-harmonic-maj6-15cent:45 #: lesson-files/csound-intonation-harmonic-maj6-15cent:75 #: lesson-files/csound-intonation-harmonic-maj6-15cent:105 #: lesson-files/csound-intonation-harmonic-maj6-15cent:135 #: lesson-files/csound-intonation-harmonic-maj6-15cent:165 #: lesson-files/csound-intonation-harmonic-maj6-15cent:195 #: lesson-files/csound-intonation-harmonic-maj6-15cent:225 #: lesson-files/csound-intonation-harmonic-maj6-15cent:255 #: lesson-files/csound-intonation-harmonic-maj6-15cent:285 #: lesson-files/csound-intonation-harmonic-maj6-15cent:315 #: lesson-files/csound-intonation-harmonic-maj6-15cent:345 #: lesson-files/csound-intonation-harmonic-maj6-20cent:15 #: lesson-files/csound-intonation-harmonic-maj6-20cent:45 #: lesson-files/csound-intonation-harmonic-maj6-20cent:75 #: lesson-files/csound-intonation-harmonic-maj6-20cent:105 #: lesson-files/csound-intonation-harmonic-maj6-20cent:135 #: lesson-files/csound-intonation-harmonic-maj6-20cent:165 #: lesson-files/csound-intonation-harmonic-maj6-20cent:195 #: lesson-files/csound-intonation-harmonic-maj6-20cent:225 #: lesson-files/csound-intonation-harmonic-maj6-20cent:255 #: lesson-files/csound-intonation-harmonic-maj6-20cent:285 #: lesson-files/csound-intonation-harmonic-maj6-20cent:315 #: lesson-files/csound-intonation-harmonic-maj6-20cent:345 #: lesson-files/csound-intonation-harmonic-maj6-30cent:15 #: lesson-files/csound-intonation-harmonic-maj6-30cent:45 #: lesson-files/csound-intonation-harmonic-maj6-30cent:75 #: lesson-files/csound-intonation-harmonic-maj6-30cent:105 #: lesson-files/csound-intonation-harmonic-maj6-30cent:135 #: lesson-files/csound-intonation-harmonic-maj6-30cent:165 #: lesson-files/csound-intonation-harmonic-maj6-30cent:195 #: lesson-files/csound-intonation-harmonic-maj6-30cent:225 #: lesson-files/csound-intonation-harmonic-maj6-30cent:255 #: lesson-files/csound-intonation-harmonic-maj6-30cent:285 #: lesson-files/csound-intonation-harmonic-maj6-30cent:315 #: lesson-files/csound-intonation-harmonic-maj6-30cent:345 #: lesson-files/csound-intonation-harmonic-maj6-40cent:15 #: lesson-files/csound-intonation-harmonic-maj6-40cent:45 #: lesson-files/csound-intonation-harmonic-maj6-40cent:75 #: lesson-files/csound-intonation-harmonic-maj6-40cent:105 #: lesson-files/csound-intonation-harmonic-maj6-40cent:135 #: lesson-files/csound-intonation-harmonic-maj6-40cent:165 #: lesson-files/csound-intonation-harmonic-maj6-40cent:195 #: lesson-files/csound-intonation-harmonic-maj6-40cent:225 #: lesson-files/csound-intonation-harmonic-maj6-40cent:255 #: lesson-files/csound-intonation-harmonic-maj6-40cent:285 #: lesson-files/csound-intonation-harmonic-maj6-40cent:315 #: lesson-files/csound-intonation-harmonic-maj6-40cent:345 #: lesson-files/csound-intonation-harmonic-maj6-5cent:15 #: lesson-files/csound-intonation-harmonic-maj6-5cent:45 #: lesson-files/csound-intonation-harmonic-maj6-5cent:75 #: lesson-files/csound-intonation-harmonic-maj6-5cent:105 #: lesson-files/csound-intonation-harmonic-maj6-5cent:135 #: lesson-files/csound-intonation-harmonic-maj6-5cent:165 #: lesson-files/csound-intonation-harmonic-maj6-5cent:195 #: lesson-files/csound-intonation-harmonic-maj6-5cent:225 #: lesson-files/csound-intonation-harmonic-maj6-5cent:255 #: lesson-files/csound-intonation-harmonic-maj6-5cent:285 #: lesson-files/csound-intonation-harmonic-maj6-5cent:315 #: lesson-files/csound-intonation-harmonic-maj6-5cent:345 #: lesson-files/csound-intonation-harmonic-maj6-6cent:15 #: lesson-files/csound-intonation-harmonic-maj6-6cent:45 #: lesson-files/csound-intonation-harmonic-maj6-6cent:75 #: lesson-files/csound-intonation-harmonic-maj6-6cent:105 #: lesson-files/csound-intonation-harmonic-maj6-6cent:135 #: lesson-files/csound-intonation-harmonic-maj6-6cent:165 #: lesson-files/csound-intonation-harmonic-maj6-6cent:195 #: lesson-files/csound-intonation-harmonic-maj6-6cent:225 #: lesson-files/csound-intonation-harmonic-maj6-6cent:255 #: lesson-files/csound-intonation-harmonic-maj6-6cent:285 #: lesson-files/csound-intonation-harmonic-maj6-6cent:315 #: lesson-files/csound-intonation-harmonic-maj6-6cent:345 #: lesson-files/csound-intonation-harmonic-maj6-8cent:15 #: lesson-files/csound-intonation-harmonic-maj6-8cent:45 #: lesson-files/csound-intonation-harmonic-maj6-8cent:75 #: lesson-files/csound-intonation-harmonic-maj6-8cent:105 #: lesson-files/csound-intonation-harmonic-maj6-8cent:135 #: lesson-files/csound-intonation-harmonic-maj6-8cent:165 #: lesson-files/csound-intonation-harmonic-maj6-8cent:195 #: lesson-files/csound-intonation-harmonic-maj6-8cent:225 #: lesson-files/csound-intonation-harmonic-maj6-8cent:255 #: lesson-files/csound-intonation-harmonic-maj6-8cent:285 #: lesson-files/csound-intonation-harmonic-maj6-8cent:315 #: lesson-files/csound-intonation-harmonic-maj6-8cent:345 #: lesson-files/csound-intonation-harmonic-maj7-10cent:15 #: lesson-files/csound-intonation-harmonic-maj7-10cent:45 #: lesson-files/csound-intonation-harmonic-maj7-10cent:75 #: lesson-files/csound-intonation-harmonic-maj7-10cent:105 #: lesson-files/csound-intonation-harmonic-maj7-10cent:135 #: lesson-files/csound-intonation-harmonic-maj7-10cent:165 #: lesson-files/csound-intonation-harmonic-maj7-10cent:195 #: lesson-files/csound-intonation-harmonic-maj7-10cent:225 #: lesson-files/csound-intonation-harmonic-maj7-10cent:255 #: lesson-files/csound-intonation-harmonic-maj7-10cent:285 #: lesson-files/csound-intonation-harmonic-maj7-10cent:315 #: lesson-files/csound-intonation-harmonic-maj7-10cent:345 #: lesson-files/csound-intonation-harmonic-maj7-15cent:15 #: lesson-files/csound-intonation-harmonic-maj7-15cent:45 #: lesson-files/csound-intonation-harmonic-maj7-15cent:75 #: lesson-files/csound-intonation-harmonic-maj7-15cent:105 #: lesson-files/csound-intonation-harmonic-maj7-15cent:135 #: lesson-files/csound-intonation-harmonic-maj7-15cent:165 #: lesson-files/csound-intonation-harmonic-maj7-15cent:195 #: lesson-files/csound-intonation-harmonic-maj7-15cent:225 #: lesson-files/csound-intonation-harmonic-maj7-15cent:255 #: lesson-files/csound-intonation-harmonic-maj7-15cent:285 #: lesson-files/csound-intonation-harmonic-maj7-15cent:315 #: lesson-files/csound-intonation-harmonic-maj7-15cent:345 #: lesson-files/csound-intonation-harmonic-maj7-20cent:15 #: lesson-files/csound-intonation-harmonic-maj7-20cent:45 #: lesson-files/csound-intonation-harmonic-maj7-20cent:75 #: lesson-files/csound-intonation-harmonic-maj7-20cent:105 #: lesson-files/csound-intonation-harmonic-maj7-20cent:135 #: lesson-files/csound-intonation-harmonic-maj7-20cent:165 #: lesson-files/csound-intonation-harmonic-maj7-20cent:195 #: lesson-files/csound-intonation-harmonic-maj7-20cent:225 #: lesson-files/csound-intonation-harmonic-maj7-20cent:255 #: lesson-files/csound-intonation-harmonic-maj7-20cent:285 #: lesson-files/csound-intonation-harmonic-maj7-20cent:315 #: lesson-files/csound-intonation-harmonic-maj7-20cent:345 #: lesson-files/csound-intonation-harmonic-maj7-30cent:15 #: lesson-files/csound-intonation-harmonic-maj7-30cent:45 #: lesson-files/csound-intonation-harmonic-maj7-30cent:75 #: lesson-files/csound-intonation-harmonic-maj7-30cent:105 #: lesson-files/csound-intonation-harmonic-maj7-30cent:135 #: lesson-files/csound-intonation-harmonic-maj7-30cent:165 #: lesson-files/csound-intonation-harmonic-maj7-30cent:195 #: lesson-files/csound-intonation-harmonic-maj7-30cent:225 #: lesson-files/csound-intonation-harmonic-maj7-30cent:255 #: lesson-files/csound-intonation-harmonic-maj7-30cent:285 #: lesson-files/csound-intonation-harmonic-maj7-30cent:315 #: lesson-files/csound-intonation-harmonic-maj7-30cent:345 #: lesson-files/csound-intonation-harmonic-maj7-40cent:15 #: lesson-files/csound-intonation-harmonic-maj7-40cent:45 #: lesson-files/csound-intonation-harmonic-maj7-40cent:75 #: lesson-files/csound-intonation-harmonic-maj7-40cent:105 #: lesson-files/csound-intonation-harmonic-maj7-40cent:135 #: lesson-files/csound-intonation-harmonic-maj7-40cent:165 #: lesson-files/csound-intonation-harmonic-maj7-40cent:195 #: lesson-files/csound-intonation-harmonic-maj7-40cent:225 #: lesson-files/csound-intonation-harmonic-maj7-40cent:255 #: lesson-files/csound-intonation-harmonic-maj7-40cent:285 #: lesson-files/csound-intonation-harmonic-maj7-40cent:315 #: lesson-files/csound-intonation-harmonic-maj7-40cent:345 #: lesson-files/csound-intonation-harmonic-maj7-5cent:15 #: lesson-files/csound-intonation-harmonic-maj7-5cent:45 #: lesson-files/csound-intonation-harmonic-maj7-5cent:75 #: lesson-files/csound-intonation-harmonic-maj7-5cent:105 #: lesson-files/csound-intonation-harmonic-maj7-5cent:135 #: lesson-files/csound-intonation-harmonic-maj7-5cent:165 #: lesson-files/csound-intonation-harmonic-maj7-5cent:195 #: lesson-files/csound-intonation-harmonic-maj7-5cent:225 #: lesson-files/csound-intonation-harmonic-maj7-5cent:255 #: lesson-files/csound-intonation-harmonic-maj7-5cent:285 #: lesson-files/csound-intonation-harmonic-maj7-5cent:315 #: lesson-files/csound-intonation-harmonic-maj7-5cent:345 #: lesson-files/csound-intonation-harmonic-maj7-6cent:15 #: lesson-files/csound-intonation-harmonic-maj7-6cent:45 #: lesson-files/csound-intonation-harmonic-maj7-6cent:75 #: lesson-files/csound-intonation-harmonic-maj7-6cent:105 #: lesson-files/csound-intonation-harmonic-maj7-6cent:135 #: lesson-files/csound-intonation-harmonic-maj7-6cent:165 #: lesson-files/csound-intonation-harmonic-maj7-6cent:195 #: lesson-files/csound-intonation-harmonic-maj7-6cent:225 #: lesson-files/csound-intonation-harmonic-maj7-6cent:255 #: lesson-files/csound-intonation-harmonic-maj7-6cent:285 #: lesson-files/csound-intonation-harmonic-maj7-6cent:315 #: lesson-files/csound-intonation-harmonic-maj7-6cent:345 #: lesson-files/csound-intonation-harmonic-maj7-8cent:15 #: lesson-files/csound-intonation-harmonic-maj7-8cent:45 #: lesson-files/csound-intonation-harmonic-maj7-8cent:75 #: lesson-files/csound-intonation-harmonic-maj7-8cent:105 #: lesson-files/csound-intonation-harmonic-maj7-8cent:135 #: lesson-files/csound-intonation-harmonic-maj7-8cent:165 #: lesson-files/csound-intonation-harmonic-maj7-8cent:195 #: lesson-files/csound-intonation-harmonic-maj7-8cent:225 #: lesson-files/csound-intonation-harmonic-maj7-8cent:255 #: lesson-files/csound-intonation-harmonic-maj7-8cent:285 #: lesson-files/csound-intonation-harmonic-maj7-8cent:315 #: lesson-files/csound-intonation-harmonic-maj7-8cent:345 #: lesson-files/csound-intonation-harmonic-min2-10cent:15 #: lesson-files/csound-intonation-harmonic-min2-10cent:45 #: lesson-files/csound-intonation-harmonic-min2-10cent:75 #: lesson-files/csound-intonation-harmonic-min2-10cent:105 #: lesson-files/csound-intonation-harmonic-min2-10cent:135 #: lesson-files/csound-intonation-harmonic-min2-10cent:165 #: lesson-files/csound-intonation-harmonic-min2-10cent:195 #: lesson-files/csound-intonation-harmonic-min2-10cent:225 #: lesson-files/csound-intonation-harmonic-min2-10cent:255 #: lesson-files/csound-intonation-harmonic-min2-10cent:285 #: lesson-files/csound-intonation-harmonic-min2-10cent:315 #: lesson-files/csound-intonation-harmonic-min2-10cent:345 #: lesson-files/csound-intonation-harmonic-min2-15cent:15 #: lesson-files/csound-intonation-harmonic-min2-15cent:45 #: lesson-files/csound-intonation-harmonic-min2-15cent:75 #: lesson-files/csound-intonation-harmonic-min2-15cent:105 #: lesson-files/csound-intonation-harmonic-min2-15cent:135 #: lesson-files/csound-intonation-harmonic-min2-15cent:165 #: lesson-files/csound-intonation-harmonic-min2-15cent:195 #: lesson-files/csound-intonation-harmonic-min2-15cent:225 #: lesson-files/csound-intonation-harmonic-min2-15cent:255 #: lesson-files/csound-intonation-harmonic-min2-15cent:285 #: lesson-files/csound-intonation-harmonic-min2-15cent:315 #: lesson-files/csound-intonation-harmonic-min2-15cent:345 #: lesson-files/csound-intonation-harmonic-min2-20cent:15 #: lesson-files/csound-intonation-harmonic-min2-20cent:45 #: lesson-files/csound-intonation-harmonic-min2-20cent:75 #: lesson-files/csound-intonation-harmonic-min2-20cent:105 #: lesson-files/csound-intonation-harmonic-min2-20cent:135 #: lesson-files/csound-intonation-harmonic-min2-20cent:165 #: lesson-files/csound-intonation-harmonic-min2-20cent:195 #: lesson-files/csound-intonation-harmonic-min2-20cent:225 #: lesson-files/csound-intonation-harmonic-min2-20cent:255 #: lesson-files/csound-intonation-harmonic-min2-20cent:285 #: lesson-files/csound-intonation-harmonic-min2-20cent:315 #: lesson-files/csound-intonation-harmonic-min2-20cent:345 #: lesson-files/csound-intonation-harmonic-min2-30cent:15 #: lesson-files/csound-intonation-harmonic-min2-30cent:45 #: lesson-files/csound-intonation-harmonic-min2-30cent:75 #: lesson-files/csound-intonation-harmonic-min2-30cent:105 #: lesson-files/csound-intonation-harmonic-min2-30cent:135 #: lesson-files/csound-intonation-harmonic-min2-30cent:165 #: lesson-files/csound-intonation-harmonic-min2-30cent:195 #: lesson-files/csound-intonation-harmonic-min2-30cent:225 #: lesson-files/csound-intonation-harmonic-min2-30cent:255 #: lesson-files/csound-intonation-harmonic-min2-30cent:285 #: lesson-files/csound-intonation-harmonic-min2-30cent:315 #: lesson-files/csound-intonation-harmonic-min2-30cent:345 #: lesson-files/csound-intonation-harmonic-min2-40cent:15 #: lesson-files/csound-intonation-harmonic-min2-40cent:45 #: lesson-files/csound-intonation-harmonic-min2-40cent:75 #: lesson-files/csound-intonation-harmonic-min2-40cent:105 #: lesson-files/csound-intonation-harmonic-min2-40cent:135 #: lesson-files/csound-intonation-harmonic-min2-40cent:165 #: lesson-files/csound-intonation-harmonic-min2-40cent:195 #: lesson-files/csound-intonation-harmonic-min2-40cent:225 #: lesson-files/csound-intonation-harmonic-min2-40cent:255 #: lesson-files/csound-intonation-harmonic-min2-40cent:285 #: lesson-files/csound-intonation-harmonic-min2-40cent:315 #: lesson-files/csound-intonation-harmonic-min2-40cent:345 #: lesson-files/csound-intonation-harmonic-min2-5cent:15 #: lesson-files/csound-intonation-harmonic-min2-5cent:45 #: lesson-files/csound-intonation-harmonic-min2-5cent:75 #: lesson-files/csound-intonation-harmonic-min2-5cent:105 #: lesson-files/csound-intonation-harmonic-min2-5cent:135 #: lesson-files/csound-intonation-harmonic-min2-5cent:165 #: lesson-files/csound-intonation-harmonic-min2-5cent:195 #: lesson-files/csound-intonation-harmonic-min2-5cent:225 #: lesson-files/csound-intonation-harmonic-min2-5cent:255 #: lesson-files/csound-intonation-harmonic-min2-5cent:285 #: lesson-files/csound-intonation-harmonic-min2-5cent:315 #: lesson-files/csound-intonation-harmonic-min2-5cent:345 #: lesson-files/csound-intonation-harmonic-min2-6cent:15 #: lesson-files/csound-intonation-harmonic-min2-6cent:45 #: lesson-files/csound-intonation-harmonic-min2-6cent:75 #: lesson-files/csound-intonation-harmonic-min2-6cent:105 #: lesson-files/csound-intonation-harmonic-min2-6cent:135 #: lesson-files/csound-intonation-harmonic-min2-6cent:165 #: lesson-files/csound-intonation-harmonic-min2-6cent:195 #: lesson-files/csound-intonation-harmonic-min2-6cent:225 #: lesson-files/csound-intonation-harmonic-min2-6cent:255 #: lesson-files/csound-intonation-harmonic-min2-6cent:285 #: lesson-files/csound-intonation-harmonic-min2-6cent:315 #: lesson-files/csound-intonation-harmonic-min2-6cent:345 #: lesson-files/csound-intonation-harmonic-min2-8cent:15 #: lesson-files/csound-intonation-harmonic-min2-8cent:45 #: lesson-files/csound-intonation-harmonic-min2-8cent:75 #: lesson-files/csound-intonation-harmonic-min2-8cent:105 #: lesson-files/csound-intonation-harmonic-min2-8cent:135 #: lesson-files/csound-intonation-harmonic-min2-8cent:165 #: lesson-files/csound-intonation-harmonic-min2-8cent:195 #: lesson-files/csound-intonation-harmonic-min2-8cent:225 #: lesson-files/csound-intonation-harmonic-min2-8cent:255 #: lesson-files/csound-intonation-harmonic-min2-8cent:285 #: lesson-files/csound-intonation-harmonic-min2-8cent:315 #: lesson-files/csound-intonation-harmonic-min2-8cent:345 #: lesson-files/csound-intonation-harmonic-min3-10cent:15 #: lesson-files/csound-intonation-harmonic-min3-10cent:45 #: lesson-files/csound-intonation-harmonic-min3-10cent:75 #: lesson-files/csound-intonation-harmonic-min3-10cent:105 #: lesson-files/csound-intonation-harmonic-min3-10cent:135 #: lesson-files/csound-intonation-harmonic-min3-10cent:165 #: lesson-files/csound-intonation-harmonic-min3-10cent:195 #: lesson-files/csound-intonation-harmonic-min3-10cent:225 #: lesson-files/csound-intonation-harmonic-min3-10cent:255 #: lesson-files/csound-intonation-harmonic-min3-10cent:285 #: lesson-files/csound-intonation-harmonic-min3-10cent:315 #: lesson-files/csound-intonation-harmonic-min3-10cent:345 #: lesson-files/csound-intonation-harmonic-min3-15cent:15 #: lesson-files/csound-intonation-harmonic-min3-15cent:45 #: lesson-files/csound-intonation-harmonic-min3-15cent:75 #: lesson-files/csound-intonation-harmonic-min3-15cent:105 #: lesson-files/csound-intonation-harmonic-min3-15cent:135 #: lesson-files/csound-intonation-harmonic-min3-15cent:165 #: lesson-files/csound-intonation-harmonic-min3-15cent:195 #: lesson-files/csound-intonation-harmonic-min3-15cent:225 #: lesson-files/csound-intonation-harmonic-min3-15cent:255 #: lesson-files/csound-intonation-harmonic-min3-15cent:285 #: lesson-files/csound-intonation-harmonic-min3-15cent:315 #: lesson-files/csound-intonation-harmonic-min3-15cent:345 #: lesson-files/csound-intonation-harmonic-min3-20cent:15 #: lesson-files/csound-intonation-harmonic-min3-20cent:45 #: lesson-files/csound-intonation-harmonic-min3-20cent:75 #: lesson-files/csound-intonation-harmonic-min3-20cent:105 #: lesson-files/csound-intonation-harmonic-min3-20cent:135 #: lesson-files/csound-intonation-harmonic-min3-20cent:165 #: lesson-files/csound-intonation-harmonic-min3-20cent:195 #: lesson-files/csound-intonation-harmonic-min3-20cent:225 #: lesson-files/csound-intonation-harmonic-min3-20cent:255 #: lesson-files/csound-intonation-harmonic-min3-20cent:285 #: lesson-files/csound-intonation-harmonic-min3-20cent:315 #: lesson-files/csound-intonation-harmonic-min3-20cent:345 #: lesson-files/csound-intonation-harmonic-min3-30cent:15 #: lesson-files/csound-intonation-harmonic-min3-30cent:45 #: lesson-files/csound-intonation-harmonic-min3-30cent:75 #: lesson-files/csound-intonation-harmonic-min3-30cent:105 #: lesson-files/csound-intonation-harmonic-min3-30cent:135 #: lesson-files/csound-intonation-harmonic-min3-30cent:165 #: lesson-files/csound-intonation-harmonic-min3-30cent:195 #: lesson-files/csound-intonation-harmonic-min3-30cent:225 #: lesson-files/csound-intonation-harmonic-min3-30cent:255 #: lesson-files/csound-intonation-harmonic-min3-30cent:285 #: lesson-files/csound-intonation-harmonic-min3-30cent:315 #: lesson-files/csound-intonation-harmonic-min3-30cent:345 #: lesson-files/csound-intonation-harmonic-min3-40cent:15 #: lesson-files/csound-intonation-harmonic-min3-40cent:45 #: lesson-files/csound-intonation-harmonic-min3-40cent:75 #: lesson-files/csound-intonation-harmonic-min3-40cent:105 #: lesson-files/csound-intonation-harmonic-min3-40cent:135 #: lesson-files/csound-intonation-harmonic-min3-40cent:165 #: lesson-files/csound-intonation-harmonic-min3-40cent:195 #: lesson-files/csound-intonation-harmonic-min3-40cent:225 #: lesson-files/csound-intonation-harmonic-min3-40cent:255 #: lesson-files/csound-intonation-harmonic-min3-40cent:285 #: lesson-files/csound-intonation-harmonic-min3-40cent:315 #: lesson-files/csound-intonation-harmonic-min3-40cent:345 #: lesson-files/csound-intonation-harmonic-min3-5cent:15 #: lesson-files/csound-intonation-harmonic-min3-5cent:45 #: lesson-files/csound-intonation-harmonic-min3-5cent:75 #: lesson-files/csound-intonation-harmonic-min3-5cent:105 #: lesson-files/csound-intonation-harmonic-min3-5cent:135 #: lesson-files/csound-intonation-harmonic-min3-5cent:165 #: lesson-files/csound-intonation-harmonic-min3-5cent:195 #: lesson-files/csound-intonation-harmonic-min3-5cent:225 #: lesson-files/csound-intonation-harmonic-min3-5cent:255 #: lesson-files/csound-intonation-harmonic-min3-5cent:285 #: lesson-files/csound-intonation-harmonic-min3-5cent:315 #: lesson-files/csound-intonation-harmonic-min3-5cent:345 #: lesson-files/csound-intonation-harmonic-min3-6cent:15 #: lesson-files/csound-intonation-harmonic-min3-6cent:45 #: lesson-files/csound-intonation-harmonic-min3-6cent:75 #: lesson-files/csound-intonation-harmonic-min3-6cent:105 #: lesson-files/csound-intonation-harmonic-min3-6cent:135 #: lesson-files/csound-intonation-harmonic-min3-6cent:165 #: lesson-files/csound-intonation-harmonic-min3-6cent:195 #: lesson-files/csound-intonation-harmonic-min3-6cent:225 #: lesson-files/csound-intonation-harmonic-min3-6cent:255 #: lesson-files/csound-intonation-harmonic-min3-6cent:285 #: lesson-files/csound-intonation-harmonic-min3-6cent:315 #: lesson-files/csound-intonation-harmonic-min3-6cent:345 #: lesson-files/csound-intonation-harmonic-min3-8cent:15 #: lesson-files/csound-intonation-harmonic-min3-8cent:45 #: lesson-files/csound-intonation-harmonic-min3-8cent:75 #: lesson-files/csound-intonation-harmonic-min3-8cent:105 #: lesson-files/csound-intonation-harmonic-min3-8cent:135 #: lesson-files/csound-intonation-harmonic-min3-8cent:165 #: lesson-files/csound-intonation-harmonic-min3-8cent:195 #: lesson-files/csound-intonation-harmonic-min3-8cent:225 #: lesson-files/csound-intonation-harmonic-min3-8cent:255 #: lesson-files/csound-intonation-harmonic-min3-8cent:285 #: lesson-files/csound-intonation-harmonic-min3-8cent:315 #: lesson-files/csound-intonation-harmonic-min3-8cent:345 #: lesson-files/csound-intonation-harmonic-min6-10cent:15 #: lesson-files/csound-intonation-harmonic-min6-10cent:45 #: lesson-files/csound-intonation-harmonic-min6-10cent:75 #: lesson-files/csound-intonation-harmonic-min6-10cent:105 #: lesson-files/csound-intonation-harmonic-min6-10cent:135 #: lesson-files/csound-intonation-harmonic-min6-10cent:165 #: lesson-files/csound-intonation-harmonic-min6-10cent:195 #: lesson-files/csound-intonation-harmonic-min6-10cent:225 #: lesson-files/csound-intonation-harmonic-min6-10cent:255 #: lesson-files/csound-intonation-harmonic-min6-10cent:285 #: lesson-files/csound-intonation-harmonic-min6-10cent:315 #: lesson-files/csound-intonation-harmonic-min6-10cent:345 #: lesson-files/csound-intonation-harmonic-min6-15cent:15 #: lesson-files/csound-intonation-harmonic-min6-15cent:45 #: lesson-files/csound-intonation-harmonic-min6-15cent:75 #: lesson-files/csound-intonation-harmonic-min6-15cent:105 #: lesson-files/csound-intonation-harmonic-min6-15cent:135 #: lesson-files/csound-intonation-harmonic-min6-15cent:165 #: lesson-files/csound-intonation-harmonic-min6-15cent:195 #: lesson-files/csound-intonation-harmonic-min6-15cent:225 #: lesson-files/csound-intonation-harmonic-min6-15cent:255 #: lesson-files/csound-intonation-harmonic-min6-15cent:285 #: lesson-files/csound-intonation-harmonic-min6-15cent:315 #: lesson-files/csound-intonation-harmonic-min6-15cent:345 #: lesson-files/csound-intonation-harmonic-min6-20cent:15 #: lesson-files/csound-intonation-harmonic-min6-20cent:45 #: lesson-files/csound-intonation-harmonic-min6-20cent:75 #: lesson-files/csound-intonation-harmonic-min6-20cent:105 #: lesson-files/csound-intonation-harmonic-min6-20cent:135 #: lesson-files/csound-intonation-harmonic-min6-20cent:165 #: lesson-files/csound-intonation-harmonic-min6-20cent:195 #: lesson-files/csound-intonation-harmonic-min6-20cent:225 #: lesson-files/csound-intonation-harmonic-min6-20cent:255 #: lesson-files/csound-intonation-harmonic-min6-20cent:285 #: lesson-files/csound-intonation-harmonic-min6-20cent:315 #: lesson-files/csound-intonation-harmonic-min6-20cent:345 #: lesson-files/csound-intonation-harmonic-min6-30cent:15 #: lesson-files/csound-intonation-harmonic-min6-30cent:45 #: lesson-files/csound-intonation-harmonic-min6-30cent:75 #: lesson-files/csound-intonation-harmonic-min6-30cent:105 #: lesson-files/csound-intonation-harmonic-min6-30cent:135 #: lesson-files/csound-intonation-harmonic-min6-30cent:165 #: lesson-files/csound-intonation-harmonic-min6-30cent:195 #: lesson-files/csound-intonation-harmonic-min6-30cent:225 #: lesson-files/csound-intonation-harmonic-min6-30cent:255 #: lesson-files/csound-intonation-harmonic-min6-30cent:285 #: lesson-files/csound-intonation-harmonic-min6-30cent:315 #: lesson-files/csound-intonation-harmonic-min6-30cent:345 #: lesson-files/csound-intonation-harmonic-min6-40cent:15 #: lesson-files/csound-intonation-harmonic-min6-40cent:45 #: lesson-files/csound-intonation-harmonic-min6-40cent:75 #: lesson-files/csound-intonation-harmonic-min6-40cent:105 #: lesson-files/csound-intonation-harmonic-min6-40cent:135 #: lesson-files/csound-intonation-harmonic-min6-40cent:165 #: lesson-files/csound-intonation-harmonic-min6-40cent:195 #: lesson-files/csound-intonation-harmonic-min6-40cent:225 #: lesson-files/csound-intonation-harmonic-min6-40cent:255 #: lesson-files/csound-intonation-harmonic-min6-40cent:285 #: lesson-files/csound-intonation-harmonic-min6-40cent:315 #: lesson-files/csound-intonation-harmonic-min6-40cent:345 #: lesson-files/csound-intonation-harmonic-min6-5cent:15 #: lesson-files/csound-intonation-harmonic-min6-5cent:45 #: lesson-files/csound-intonation-harmonic-min6-5cent:75 #: lesson-files/csound-intonation-harmonic-min6-5cent:105 #: lesson-files/csound-intonation-harmonic-min6-5cent:135 #: lesson-files/csound-intonation-harmonic-min6-5cent:165 #: lesson-files/csound-intonation-harmonic-min6-5cent:195 #: lesson-files/csound-intonation-harmonic-min6-5cent:225 #: lesson-files/csound-intonation-harmonic-min6-5cent:255 #: lesson-files/csound-intonation-harmonic-min6-5cent:285 #: lesson-files/csound-intonation-harmonic-min6-5cent:315 #: lesson-files/csound-intonation-harmonic-min6-5cent:345 #: lesson-files/csound-intonation-harmonic-min6-6cent:15 #: lesson-files/csound-intonation-harmonic-min6-6cent:45 #: lesson-files/csound-intonation-harmonic-min6-6cent:75 #: lesson-files/csound-intonation-harmonic-min6-6cent:105 #: lesson-files/csound-intonation-harmonic-min6-6cent:135 #: lesson-files/csound-intonation-harmonic-min6-6cent:165 #: lesson-files/csound-intonation-harmonic-min6-6cent:195 #: lesson-files/csound-intonation-harmonic-min6-6cent:225 #: lesson-files/csound-intonation-harmonic-min6-6cent:255 #: lesson-files/csound-intonation-harmonic-min6-6cent:285 #: lesson-files/csound-intonation-harmonic-min6-6cent:315 #: lesson-files/csound-intonation-harmonic-min6-6cent:345 #: lesson-files/csound-intonation-harmonic-min6-8cent:15 #: lesson-files/csound-intonation-harmonic-min6-8cent:45 #: lesson-files/csound-intonation-harmonic-min6-8cent:75 #: lesson-files/csound-intonation-harmonic-min6-8cent:105 #: lesson-files/csound-intonation-harmonic-min6-8cent:135 #: lesson-files/csound-intonation-harmonic-min6-8cent:165 #: lesson-files/csound-intonation-harmonic-min6-8cent:195 #: lesson-files/csound-intonation-harmonic-min6-8cent:225 #: lesson-files/csound-intonation-harmonic-min6-8cent:255 #: lesson-files/csound-intonation-harmonic-min6-8cent:285 #: lesson-files/csound-intonation-harmonic-min6-8cent:315 #: lesson-files/csound-intonation-harmonic-min6-8cent:345 #: lesson-files/csound-intonation-harmonic-min7-10cent:15 #: lesson-files/csound-intonation-harmonic-min7-10cent:45 #: lesson-files/csound-intonation-harmonic-min7-10cent:75 #: lesson-files/csound-intonation-harmonic-min7-10cent:105 #: lesson-files/csound-intonation-harmonic-min7-10cent:135 #: lesson-files/csound-intonation-harmonic-min7-10cent:165 #: lesson-files/csound-intonation-harmonic-min7-10cent:195 #: lesson-files/csound-intonation-harmonic-min7-10cent:225 #: lesson-files/csound-intonation-harmonic-min7-10cent:255 #: lesson-files/csound-intonation-harmonic-min7-10cent:285 #: lesson-files/csound-intonation-harmonic-min7-10cent:315 #: lesson-files/csound-intonation-harmonic-min7-10cent:345 #: lesson-files/csound-intonation-harmonic-min7-15cent:15 #: lesson-files/csound-intonation-harmonic-min7-15cent:45 #: lesson-files/csound-intonation-harmonic-min7-15cent:75 #: lesson-files/csound-intonation-harmonic-min7-15cent:105 #: lesson-files/csound-intonation-harmonic-min7-15cent:135 #: lesson-files/csound-intonation-harmonic-min7-15cent:165 #: lesson-files/csound-intonation-harmonic-min7-15cent:195 #: lesson-files/csound-intonation-harmonic-min7-15cent:225 #: lesson-files/csound-intonation-harmonic-min7-15cent:255 #: lesson-files/csound-intonation-harmonic-min7-15cent:285 #: lesson-files/csound-intonation-harmonic-min7-15cent:315 #: lesson-files/csound-intonation-harmonic-min7-15cent:345 #: lesson-files/csound-intonation-harmonic-min7-20cent:15 #: lesson-files/csound-intonation-harmonic-min7-20cent:45 #: lesson-files/csound-intonation-harmonic-min7-20cent:75 #: lesson-files/csound-intonation-harmonic-min7-20cent:105 #: lesson-files/csound-intonation-harmonic-min7-20cent:135 #: lesson-files/csound-intonation-harmonic-min7-20cent:165 #: lesson-files/csound-intonation-harmonic-min7-20cent:195 #: lesson-files/csound-intonation-harmonic-min7-20cent:225 #: lesson-files/csound-intonation-harmonic-min7-20cent:255 #: lesson-files/csound-intonation-harmonic-min7-20cent:285 #: lesson-files/csound-intonation-harmonic-min7-20cent:315 #: lesson-files/csound-intonation-harmonic-min7-20cent:345 #: lesson-files/csound-intonation-harmonic-min7-30cent:15 #: lesson-files/csound-intonation-harmonic-min7-30cent:45 #: lesson-files/csound-intonation-harmonic-min7-30cent:75 #: lesson-files/csound-intonation-harmonic-min7-30cent:105 #: lesson-files/csound-intonation-harmonic-min7-30cent:135 #: lesson-files/csound-intonation-harmonic-min7-30cent:165 #: lesson-files/csound-intonation-harmonic-min7-30cent:195 #: lesson-files/csound-intonation-harmonic-min7-30cent:225 #: lesson-files/csound-intonation-harmonic-min7-30cent:255 #: lesson-files/csound-intonation-harmonic-min7-30cent:285 #: lesson-files/csound-intonation-harmonic-min7-30cent:315 #: lesson-files/csound-intonation-harmonic-min7-30cent:345 #: lesson-files/csound-intonation-harmonic-min7-40cent:15 #: lesson-files/csound-intonation-harmonic-min7-40cent:45 #: lesson-files/csound-intonation-harmonic-min7-40cent:75 #: lesson-files/csound-intonation-harmonic-min7-40cent:105 #: lesson-files/csound-intonation-harmonic-min7-40cent:135 #: lesson-files/csound-intonation-harmonic-min7-40cent:165 #: lesson-files/csound-intonation-harmonic-min7-40cent:195 #: lesson-files/csound-intonation-harmonic-min7-40cent:225 #: lesson-files/csound-intonation-harmonic-min7-40cent:255 #: lesson-files/csound-intonation-harmonic-min7-40cent:285 #: lesson-files/csound-intonation-harmonic-min7-40cent:315 #: lesson-files/csound-intonation-harmonic-min7-40cent:345 #: lesson-files/csound-intonation-harmonic-min7-5cent:15 #: lesson-files/csound-intonation-harmonic-min7-5cent:45 #: lesson-files/csound-intonation-harmonic-min7-5cent:75 #: lesson-files/csound-intonation-harmonic-min7-5cent:105 #: lesson-files/csound-intonation-harmonic-min7-5cent:135 #: lesson-files/csound-intonation-harmonic-min7-5cent:165 #: lesson-files/csound-intonation-harmonic-min7-5cent:195 #: lesson-files/csound-intonation-harmonic-min7-5cent:225 #: lesson-files/csound-intonation-harmonic-min7-5cent:255 #: lesson-files/csound-intonation-harmonic-min7-5cent:285 #: lesson-files/csound-intonation-harmonic-min7-5cent:315 #: lesson-files/csound-intonation-harmonic-min7-5cent:345 #: lesson-files/csound-intonation-harmonic-min7-6cent:15 #: lesson-files/csound-intonation-harmonic-min7-6cent:45 #: lesson-files/csound-intonation-harmonic-min7-6cent:75 #: lesson-files/csound-intonation-harmonic-min7-6cent:105 #: lesson-files/csound-intonation-harmonic-min7-6cent:135 #: lesson-files/csound-intonation-harmonic-min7-6cent:165 #: lesson-files/csound-intonation-harmonic-min7-6cent:195 #: lesson-files/csound-intonation-harmonic-min7-6cent:225 #: lesson-files/csound-intonation-harmonic-min7-6cent:255 #: lesson-files/csound-intonation-harmonic-min7-6cent:285 #: lesson-files/csound-intonation-harmonic-min7-6cent:315 #: lesson-files/csound-intonation-harmonic-min7-6cent:345 #: lesson-files/csound-intonation-harmonic-min7-8cent:15 #: lesson-files/csound-intonation-harmonic-min7-8cent:45 #: lesson-files/csound-intonation-harmonic-min7-8cent:75 #: lesson-files/csound-intonation-harmonic-min7-8cent:105 #: lesson-files/csound-intonation-harmonic-min7-8cent:135 #: lesson-files/csound-intonation-harmonic-min7-8cent:165 #: lesson-files/csound-intonation-harmonic-min7-8cent:195 #: lesson-files/csound-intonation-harmonic-min7-8cent:225 #: lesson-files/csound-intonation-harmonic-min7-8cent:255 #: lesson-files/csound-intonation-harmonic-min7-8cent:285 #: lesson-files/csound-intonation-harmonic-min7-8cent:315 #: lesson-files/csound-intonation-harmonic-min7-8cent:345 #: lesson-files/csound-intonation-harmonic-p4-10cent:15 #: lesson-files/csound-intonation-harmonic-p4-10cent:45 #: lesson-files/csound-intonation-harmonic-p4-10cent:75 #: lesson-files/csound-intonation-harmonic-p4-10cent:105 #: lesson-files/csound-intonation-harmonic-p4-10cent:135 #: lesson-files/csound-intonation-harmonic-p4-10cent:165 #: lesson-files/csound-intonation-harmonic-p4-10cent:195 #: lesson-files/csound-intonation-harmonic-p4-10cent:225 #: lesson-files/csound-intonation-harmonic-p4-10cent:255 #: lesson-files/csound-intonation-harmonic-p4-10cent:285 #: lesson-files/csound-intonation-harmonic-p4-10cent:315 #: lesson-files/csound-intonation-harmonic-p4-10cent:345 #: lesson-files/csound-intonation-harmonic-p4-15cent:15 #: lesson-files/csound-intonation-harmonic-p4-15cent:45 #: lesson-files/csound-intonation-harmonic-p4-15cent:75 #: lesson-files/csound-intonation-harmonic-p4-15cent:105 #: lesson-files/csound-intonation-harmonic-p4-15cent:135 #: lesson-files/csound-intonation-harmonic-p4-15cent:165 #: lesson-files/csound-intonation-harmonic-p4-15cent:195 #: lesson-files/csound-intonation-harmonic-p4-15cent:225 #: lesson-files/csound-intonation-harmonic-p4-15cent:255 #: lesson-files/csound-intonation-harmonic-p4-15cent:285 #: lesson-files/csound-intonation-harmonic-p4-15cent:315 #: lesson-files/csound-intonation-harmonic-p4-15cent:345 #: lesson-files/csound-intonation-harmonic-p4-20cent:15 #: lesson-files/csound-intonation-harmonic-p4-20cent:45 #: lesson-files/csound-intonation-harmonic-p4-20cent:75 #: lesson-files/csound-intonation-harmonic-p4-20cent:105 #: lesson-files/csound-intonation-harmonic-p4-20cent:135 #: lesson-files/csound-intonation-harmonic-p4-20cent:165 #: lesson-files/csound-intonation-harmonic-p4-20cent:195 #: lesson-files/csound-intonation-harmonic-p4-20cent:225 #: lesson-files/csound-intonation-harmonic-p4-20cent:255 #: lesson-files/csound-intonation-harmonic-p4-20cent:285 #: lesson-files/csound-intonation-harmonic-p4-20cent:315 #: lesson-files/csound-intonation-harmonic-p4-20cent:345 #: lesson-files/csound-intonation-harmonic-p4-30cent:15 #: lesson-files/csound-intonation-harmonic-p4-30cent:45 #: lesson-files/csound-intonation-harmonic-p4-30cent:75 #: lesson-files/csound-intonation-harmonic-p4-30cent:105 #: lesson-files/csound-intonation-harmonic-p4-30cent:135 #: lesson-files/csound-intonation-harmonic-p4-30cent:165 #: lesson-files/csound-intonation-harmonic-p4-30cent:195 #: lesson-files/csound-intonation-harmonic-p4-30cent:225 #: lesson-files/csound-intonation-harmonic-p4-30cent:255 #: lesson-files/csound-intonation-harmonic-p4-30cent:285 #: lesson-files/csound-intonation-harmonic-p4-30cent:315 #: lesson-files/csound-intonation-harmonic-p4-30cent:345 #: lesson-files/csound-intonation-harmonic-p4-40cent:15 #: lesson-files/csound-intonation-harmonic-p4-40cent:45 #: lesson-files/csound-intonation-harmonic-p4-40cent:75 #: lesson-files/csound-intonation-harmonic-p4-40cent:105 #: lesson-files/csound-intonation-harmonic-p4-40cent:135 #: lesson-files/csound-intonation-harmonic-p4-40cent:165 #: lesson-files/csound-intonation-harmonic-p4-40cent:195 #: lesson-files/csound-intonation-harmonic-p4-40cent:225 #: lesson-files/csound-intonation-harmonic-p4-40cent:255 #: lesson-files/csound-intonation-harmonic-p4-40cent:285 #: lesson-files/csound-intonation-harmonic-p4-40cent:315 #: lesson-files/csound-intonation-harmonic-p4-40cent:345 #: lesson-files/csound-intonation-harmonic-p4-5cent:15 #: lesson-files/csound-intonation-harmonic-p4-5cent:45 #: lesson-files/csound-intonation-harmonic-p4-5cent:75 #: lesson-files/csound-intonation-harmonic-p4-5cent:105 #: lesson-files/csound-intonation-harmonic-p4-5cent:135 #: lesson-files/csound-intonation-harmonic-p4-5cent:165 #: lesson-files/csound-intonation-harmonic-p4-5cent:195 #: lesson-files/csound-intonation-harmonic-p4-5cent:225 #: lesson-files/csound-intonation-harmonic-p4-5cent:255 #: lesson-files/csound-intonation-harmonic-p4-5cent:285 #: lesson-files/csound-intonation-harmonic-p4-5cent:315 #: lesson-files/csound-intonation-harmonic-p4-5cent:345 #: lesson-files/csound-intonation-harmonic-p4-6cent:15 #: lesson-files/csound-intonation-harmonic-p4-6cent:45 #: lesson-files/csound-intonation-harmonic-p4-6cent:75 #: lesson-files/csound-intonation-harmonic-p4-6cent:105 #: lesson-files/csound-intonation-harmonic-p4-6cent:135 #: lesson-files/csound-intonation-harmonic-p4-6cent:165 #: lesson-files/csound-intonation-harmonic-p4-6cent:195 #: lesson-files/csound-intonation-harmonic-p4-6cent:225 #: lesson-files/csound-intonation-harmonic-p4-6cent:255 #: lesson-files/csound-intonation-harmonic-p4-6cent:285 #: lesson-files/csound-intonation-harmonic-p4-6cent:315 #: lesson-files/csound-intonation-harmonic-p4-6cent:345 #: lesson-files/csound-intonation-harmonic-p4-8cent:15 #: lesson-files/csound-intonation-harmonic-p4-8cent:45 #: lesson-files/csound-intonation-harmonic-p4-8cent:75 #: lesson-files/csound-intonation-harmonic-p4-8cent:105 #: lesson-files/csound-intonation-harmonic-p4-8cent:135 #: lesson-files/csound-intonation-harmonic-p4-8cent:165 #: lesson-files/csound-intonation-harmonic-p4-8cent:195 #: lesson-files/csound-intonation-harmonic-p4-8cent:225 #: lesson-files/csound-intonation-harmonic-p4-8cent:255 #: lesson-files/csound-intonation-harmonic-p4-8cent:285 #: lesson-files/csound-intonation-harmonic-p4-8cent:315 #: lesson-files/csound-intonation-harmonic-p4-8cent:345 #: lesson-files/csound-intonation-harmonic-p5-10cent:15 #: lesson-files/csound-intonation-harmonic-p5-10cent:45 #: lesson-files/csound-intonation-harmonic-p5-10cent:75 #: lesson-files/csound-intonation-harmonic-p5-10cent:105 #: lesson-files/csound-intonation-harmonic-p5-10cent:135 #: lesson-files/csound-intonation-harmonic-p5-10cent:165 #: lesson-files/csound-intonation-harmonic-p5-10cent:195 #: lesson-files/csound-intonation-harmonic-p5-10cent:225 #: lesson-files/csound-intonation-harmonic-p5-10cent:255 #: lesson-files/csound-intonation-harmonic-p5-10cent:285 #: lesson-files/csound-intonation-harmonic-p5-10cent:315 #: lesson-files/csound-intonation-harmonic-p5-10cent:345 #: lesson-files/csound-intonation-harmonic-p5-15cent:15 #: lesson-files/csound-intonation-harmonic-p5-15cent:45 #: lesson-files/csound-intonation-harmonic-p5-15cent:75 #: lesson-files/csound-intonation-harmonic-p5-15cent:105 #: lesson-files/csound-intonation-harmonic-p5-15cent:135 #: lesson-files/csound-intonation-harmonic-p5-15cent:165 #: lesson-files/csound-intonation-harmonic-p5-15cent:195 #: lesson-files/csound-intonation-harmonic-p5-15cent:225 #: lesson-files/csound-intonation-harmonic-p5-15cent:255 #: lesson-files/csound-intonation-harmonic-p5-15cent:285 #: lesson-files/csound-intonation-harmonic-p5-15cent:315 #: lesson-files/csound-intonation-harmonic-p5-15cent:345 #: lesson-files/csound-intonation-harmonic-p5-20cent:15 #: lesson-files/csound-intonation-harmonic-p5-20cent:45 #: lesson-files/csound-intonation-harmonic-p5-20cent:75 #: lesson-files/csound-intonation-harmonic-p5-20cent:105 #: lesson-files/csound-intonation-harmonic-p5-20cent:135 #: lesson-files/csound-intonation-harmonic-p5-20cent:165 #: lesson-files/csound-intonation-harmonic-p5-20cent:195 #: lesson-files/csound-intonation-harmonic-p5-20cent:225 #: lesson-files/csound-intonation-harmonic-p5-20cent:255 #: lesson-files/csound-intonation-harmonic-p5-20cent:285 #: lesson-files/csound-intonation-harmonic-p5-20cent:315 #: lesson-files/csound-intonation-harmonic-p5-20cent:345 #: lesson-files/csound-intonation-harmonic-p5-30cent:15 #: lesson-files/csound-intonation-harmonic-p5-30cent:45 #: lesson-files/csound-intonation-harmonic-p5-30cent:75 #: lesson-files/csound-intonation-harmonic-p5-30cent:105 #: lesson-files/csound-intonation-harmonic-p5-30cent:135 #: lesson-files/csound-intonation-harmonic-p5-30cent:165 #: lesson-files/csound-intonation-harmonic-p5-30cent:195 #: lesson-files/csound-intonation-harmonic-p5-30cent:225 #: lesson-files/csound-intonation-harmonic-p5-30cent:255 #: lesson-files/csound-intonation-harmonic-p5-30cent:285 #: lesson-files/csound-intonation-harmonic-p5-30cent:315 #: lesson-files/csound-intonation-harmonic-p5-30cent:345 #: lesson-files/csound-intonation-harmonic-p5-40cent:15 #: lesson-files/csound-intonation-harmonic-p5-40cent:45 #: lesson-files/csound-intonation-harmonic-p5-40cent:75 #: lesson-files/csound-intonation-harmonic-p5-40cent:105 #: lesson-files/csound-intonation-harmonic-p5-40cent:135 #: lesson-files/csound-intonation-harmonic-p5-40cent:165 #: lesson-files/csound-intonation-harmonic-p5-40cent:195 #: lesson-files/csound-intonation-harmonic-p5-40cent:225 #: lesson-files/csound-intonation-harmonic-p5-40cent:255 #: lesson-files/csound-intonation-harmonic-p5-40cent:285 #: lesson-files/csound-intonation-harmonic-p5-40cent:315 #: lesson-files/csound-intonation-harmonic-p5-40cent:345 #: lesson-files/csound-intonation-harmonic-p5-5cent:15 #: lesson-files/csound-intonation-harmonic-p5-5cent:45 #: lesson-files/csound-intonation-harmonic-p5-5cent:75 #: lesson-files/csound-intonation-harmonic-p5-5cent:105 #: lesson-files/csound-intonation-harmonic-p5-5cent:135 #: lesson-files/csound-intonation-harmonic-p5-5cent:165 #: lesson-files/csound-intonation-harmonic-p5-5cent:195 #: lesson-files/csound-intonation-harmonic-p5-5cent:225 #: lesson-files/csound-intonation-harmonic-p5-5cent:255 #: lesson-files/csound-intonation-harmonic-p5-5cent:285 #: lesson-files/csound-intonation-harmonic-p5-5cent:315 #: lesson-files/csound-intonation-harmonic-p5-5cent:345 #: lesson-files/csound-intonation-harmonic-p5-6cent:15 #: lesson-files/csound-intonation-harmonic-p5-6cent:45 #: lesson-files/csound-intonation-harmonic-p5-6cent:75 #: lesson-files/csound-intonation-harmonic-p5-6cent:105 #: lesson-files/csound-intonation-harmonic-p5-6cent:135 #: lesson-files/csound-intonation-harmonic-p5-6cent:165 #: lesson-files/csound-intonation-harmonic-p5-6cent:195 #: lesson-files/csound-intonation-harmonic-p5-6cent:225 #: lesson-files/csound-intonation-harmonic-p5-6cent:255 #: lesson-files/csound-intonation-harmonic-p5-6cent:285 #: lesson-files/csound-intonation-harmonic-p5-6cent:315 #: lesson-files/csound-intonation-harmonic-p5-6cent:345 #: lesson-files/csound-intonation-harmonic-p5-8cent:15 #: lesson-files/csound-intonation-harmonic-p5-8cent:45 #: lesson-files/csound-intonation-harmonic-p5-8cent:75 #: lesson-files/csound-intonation-harmonic-p5-8cent:105 #: lesson-files/csound-intonation-harmonic-p5-8cent:135 #: lesson-files/csound-intonation-harmonic-p5-8cent:165 #: lesson-files/csound-intonation-harmonic-p5-8cent:195 #: lesson-files/csound-intonation-harmonic-p5-8cent:225 #: lesson-files/csound-intonation-harmonic-p5-8cent:255 #: lesson-files/csound-intonation-harmonic-p5-8cent:285 #: lesson-files/csound-intonation-harmonic-p5-8cent:315 #: lesson-files/csound-intonation-harmonic-p5-8cent:345 #: lesson-files/csound-intonation-maj2-10cent:15 #: lesson-files/csound-intonation-maj2-10cent:45 #: lesson-files/csound-intonation-maj2-10cent:75 #: lesson-files/csound-intonation-maj2-10cent:105 #: lesson-files/csound-intonation-maj2-10cent:135 #: lesson-files/csound-intonation-maj2-10cent:165 #: lesson-files/csound-intonation-maj2-10cent:195 #: lesson-files/csound-intonation-maj2-10cent:225 #: lesson-files/csound-intonation-maj2-10cent:255 #: lesson-files/csound-intonation-maj2-10cent:285 #: lesson-files/csound-intonation-maj2-10cent:315 #: lesson-files/csound-intonation-maj2-10cent:345 #: lesson-files/csound-intonation-maj2-15cent:15 #: lesson-files/csound-intonation-maj2-15cent:45 #: lesson-files/csound-intonation-maj2-15cent:75 #: lesson-files/csound-intonation-maj2-15cent:105 #: lesson-files/csound-intonation-maj2-15cent:135 #: lesson-files/csound-intonation-maj2-15cent:165 #: lesson-files/csound-intonation-maj2-15cent:195 #: lesson-files/csound-intonation-maj2-15cent:225 #: lesson-files/csound-intonation-maj2-15cent:255 #: lesson-files/csound-intonation-maj2-15cent:285 #: lesson-files/csound-intonation-maj2-15cent:315 #: lesson-files/csound-intonation-maj2-15cent:345 #: lesson-files/csound-intonation-maj2-20cent:15 #: lesson-files/csound-intonation-maj2-20cent:45 #: lesson-files/csound-intonation-maj2-20cent:75 #: lesson-files/csound-intonation-maj2-20cent:105 #: lesson-files/csound-intonation-maj2-20cent:135 #: lesson-files/csound-intonation-maj2-20cent:165 #: lesson-files/csound-intonation-maj2-20cent:195 #: lesson-files/csound-intonation-maj2-20cent:225 #: lesson-files/csound-intonation-maj2-20cent:255 #: lesson-files/csound-intonation-maj2-20cent:285 #: lesson-files/csound-intonation-maj2-20cent:315 #: lesson-files/csound-intonation-maj2-20cent:345 #: lesson-files/csound-intonation-maj2-30cent:15 #: lesson-files/csound-intonation-maj2-30cent:45 #: lesson-files/csound-intonation-maj2-30cent:75 #: lesson-files/csound-intonation-maj2-30cent:105 #: lesson-files/csound-intonation-maj2-30cent:135 #: lesson-files/csound-intonation-maj2-30cent:165 #: lesson-files/csound-intonation-maj2-30cent:195 #: lesson-files/csound-intonation-maj2-30cent:225 #: lesson-files/csound-intonation-maj2-30cent:255 #: lesson-files/csound-intonation-maj2-30cent:285 #: lesson-files/csound-intonation-maj2-30cent:315 #: lesson-files/csound-intonation-maj2-30cent:345 #: lesson-files/csound-intonation-maj2-40cent:15 #: lesson-files/csound-intonation-maj2-40cent:45 #: lesson-files/csound-intonation-maj2-40cent:75 #: lesson-files/csound-intonation-maj2-40cent:105 #: lesson-files/csound-intonation-maj2-40cent:135 #: lesson-files/csound-intonation-maj2-40cent:165 #: lesson-files/csound-intonation-maj2-40cent:195 #: lesson-files/csound-intonation-maj2-40cent:225 #: lesson-files/csound-intonation-maj2-40cent:255 #: lesson-files/csound-intonation-maj2-40cent:285 #: lesson-files/csound-intonation-maj2-40cent:315 #: lesson-files/csound-intonation-maj2-40cent:345 #: lesson-files/csound-intonation-maj2-5cent:15 #: lesson-files/csound-intonation-maj2-5cent:45 #: lesson-files/csound-intonation-maj2-5cent:75 #: lesson-files/csound-intonation-maj2-5cent:105 #: lesson-files/csound-intonation-maj2-5cent:135 #: lesson-files/csound-intonation-maj2-5cent:165 #: lesson-files/csound-intonation-maj2-5cent:195 #: lesson-files/csound-intonation-maj2-5cent:225 #: lesson-files/csound-intonation-maj2-5cent:255 #: lesson-files/csound-intonation-maj2-5cent:285 #: lesson-files/csound-intonation-maj2-5cent:315 #: lesson-files/csound-intonation-maj2-5cent:345 #: lesson-files/csound-intonation-maj2-6cent:15 #: lesson-files/csound-intonation-maj2-6cent:45 #: lesson-files/csound-intonation-maj2-6cent:75 #: lesson-files/csound-intonation-maj2-6cent:105 #: lesson-files/csound-intonation-maj2-6cent:135 #: lesson-files/csound-intonation-maj2-6cent:165 #: lesson-files/csound-intonation-maj2-6cent:195 #: lesson-files/csound-intonation-maj2-6cent:225 #: lesson-files/csound-intonation-maj2-6cent:255 #: lesson-files/csound-intonation-maj2-6cent:285 #: lesson-files/csound-intonation-maj2-6cent:315 #: lesson-files/csound-intonation-maj2-6cent:345 #: lesson-files/csound-intonation-maj2-8cent:15 #: lesson-files/csound-intonation-maj2-8cent:45 #: lesson-files/csound-intonation-maj2-8cent:75 #: lesson-files/csound-intonation-maj2-8cent:105 #: lesson-files/csound-intonation-maj2-8cent:135 #: lesson-files/csound-intonation-maj2-8cent:165 #: lesson-files/csound-intonation-maj2-8cent:195 #: lesson-files/csound-intonation-maj2-8cent:225 #: lesson-files/csound-intonation-maj2-8cent:255 #: lesson-files/csound-intonation-maj2-8cent:285 #: lesson-files/csound-intonation-maj2-8cent:315 #: lesson-files/csound-intonation-maj2-8cent:345 #: lesson-files/csound-intonation-maj3-10cent:15 #: lesson-files/csound-intonation-maj3-10cent:45 #: lesson-files/csound-intonation-maj3-10cent:75 #: lesson-files/csound-intonation-maj3-10cent:105 #: lesson-files/csound-intonation-maj3-10cent:135 #: lesson-files/csound-intonation-maj3-10cent:165 #: lesson-files/csound-intonation-maj3-10cent:195 #: lesson-files/csound-intonation-maj3-10cent:225 #: lesson-files/csound-intonation-maj3-10cent:255 #: lesson-files/csound-intonation-maj3-10cent:285 #: lesson-files/csound-intonation-maj3-10cent:315 #: lesson-files/csound-intonation-maj3-10cent:345 #: lesson-files/csound-intonation-maj3-15cent:15 #: lesson-files/csound-intonation-maj3-15cent:45 #: lesson-files/csound-intonation-maj3-15cent:75 #: lesson-files/csound-intonation-maj3-15cent:105 #: lesson-files/csound-intonation-maj3-15cent:135 #: lesson-files/csound-intonation-maj3-15cent:165 #: lesson-files/csound-intonation-maj3-15cent:195 #: lesson-files/csound-intonation-maj3-15cent:225 #: lesson-files/csound-intonation-maj3-15cent:255 #: lesson-files/csound-intonation-maj3-15cent:285 #: lesson-files/csound-intonation-maj3-15cent:315 #: lesson-files/csound-intonation-maj3-15cent:345 #: lesson-files/csound-intonation-maj3-20cent:15 #: lesson-files/csound-intonation-maj3-20cent:45 #: lesson-files/csound-intonation-maj3-20cent:75 #: lesson-files/csound-intonation-maj3-20cent:105 #: lesson-files/csound-intonation-maj3-20cent:135 #: lesson-files/csound-intonation-maj3-20cent:165 #: lesson-files/csound-intonation-maj3-20cent:195 #: lesson-files/csound-intonation-maj3-20cent:225 #: lesson-files/csound-intonation-maj3-20cent:255 #: lesson-files/csound-intonation-maj3-20cent:285 #: lesson-files/csound-intonation-maj3-20cent:315 #: lesson-files/csound-intonation-maj3-20cent:345 #: lesson-files/csound-intonation-maj3-30cent:15 #: lesson-files/csound-intonation-maj3-30cent:45 #: lesson-files/csound-intonation-maj3-30cent:75 #: lesson-files/csound-intonation-maj3-30cent:105 #: lesson-files/csound-intonation-maj3-30cent:135 #: lesson-files/csound-intonation-maj3-30cent:165 #: lesson-files/csound-intonation-maj3-30cent:195 #: lesson-files/csound-intonation-maj3-30cent:225 #: lesson-files/csound-intonation-maj3-30cent:255 #: lesson-files/csound-intonation-maj3-30cent:285 #: lesson-files/csound-intonation-maj3-30cent:315 #: lesson-files/csound-intonation-maj3-30cent:345 #: lesson-files/csound-intonation-maj3-40cent:15 #: lesson-files/csound-intonation-maj3-40cent:45 #: lesson-files/csound-intonation-maj3-40cent:75 #: lesson-files/csound-intonation-maj3-40cent:105 #: lesson-files/csound-intonation-maj3-40cent:135 #: lesson-files/csound-intonation-maj3-40cent:165 #: lesson-files/csound-intonation-maj3-40cent:195 #: lesson-files/csound-intonation-maj3-40cent:225 #: lesson-files/csound-intonation-maj3-40cent:255 #: lesson-files/csound-intonation-maj3-40cent:285 #: lesson-files/csound-intonation-maj3-40cent:315 #: lesson-files/csound-intonation-maj3-40cent:345 #: lesson-files/csound-intonation-maj3-5cent:15 #: lesson-files/csound-intonation-maj3-5cent:45 #: lesson-files/csound-intonation-maj3-5cent:75 #: lesson-files/csound-intonation-maj3-5cent:105 #: lesson-files/csound-intonation-maj3-5cent:135 #: lesson-files/csound-intonation-maj3-5cent:165 #: lesson-files/csound-intonation-maj3-5cent:195 #: lesson-files/csound-intonation-maj3-5cent:225 #: lesson-files/csound-intonation-maj3-5cent:255 #: lesson-files/csound-intonation-maj3-5cent:285 #: lesson-files/csound-intonation-maj3-5cent:315 #: lesson-files/csound-intonation-maj3-5cent:345 #: lesson-files/csound-intonation-maj3-6cent:15 #: lesson-files/csound-intonation-maj3-6cent:45 #: lesson-files/csound-intonation-maj3-6cent:75 #: lesson-files/csound-intonation-maj3-6cent:105 #: lesson-files/csound-intonation-maj3-6cent:135 #: lesson-files/csound-intonation-maj3-6cent:165 #: lesson-files/csound-intonation-maj3-6cent:195 #: lesson-files/csound-intonation-maj3-6cent:225 #: lesson-files/csound-intonation-maj3-6cent:255 #: lesson-files/csound-intonation-maj3-6cent:285 #: lesson-files/csound-intonation-maj3-6cent:315 #: lesson-files/csound-intonation-maj3-6cent:345 #: lesson-files/csound-intonation-maj3-8cent:15 #: lesson-files/csound-intonation-maj3-8cent:45 #: lesson-files/csound-intonation-maj3-8cent:75 #: lesson-files/csound-intonation-maj3-8cent:105 #: lesson-files/csound-intonation-maj3-8cent:135 #: lesson-files/csound-intonation-maj3-8cent:165 #: lesson-files/csound-intonation-maj3-8cent:195 #: lesson-files/csound-intonation-maj3-8cent:225 #: lesson-files/csound-intonation-maj3-8cent:255 #: lesson-files/csound-intonation-maj3-8cent:285 #: lesson-files/csound-intonation-maj3-8cent:315 #: lesson-files/csound-intonation-maj3-8cent:345 #: lesson-files/csound-intonation-maj6-10cent:15 #: lesson-files/csound-intonation-maj6-10cent:45 #: lesson-files/csound-intonation-maj6-10cent:75 #: lesson-files/csound-intonation-maj6-10cent:105 #: lesson-files/csound-intonation-maj6-10cent:135 #: lesson-files/csound-intonation-maj6-10cent:165 #: lesson-files/csound-intonation-maj6-10cent:195 #: lesson-files/csound-intonation-maj6-10cent:225 #: lesson-files/csound-intonation-maj6-10cent:255 #: lesson-files/csound-intonation-maj6-10cent:285 #: lesson-files/csound-intonation-maj6-10cent:315 #: lesson-files/csound-intonation-maj6-10cent:345 #: lesson-files/csound-intonation-maj6-15cent:15 #: lesson-files/csound-intonation-maj6-15cent:45 #: lesson-files/csound-intonation-maj6-15cent:75 #: lesson-files/csound-intonation-maj6-15cent:105 #: lesson-files/csound-intonation-maj6-15cent:135 #: lesson-files/csound-intonation-maj6-15cent:165 #: lesson-files/csound-intonation-maj6-15cent:195 #: lesson-files/csound-intonation-maj6-15cent:225 #: lesson-files/csound-intonation-maj6-15cent:255 #: lesson-files/csound-intonation-maj6-15cent:285 #: lesson-files/csound-intonation-maj6-15cent:315 #: lesson-files/csound-intonation-maj6-15cent:345 #: lesson-files/csound-intonation-maj6-20cent:15 #: lesson-files/csound-intonation-maj6-20cent:45 #: lesson-files/csound-intonation-maj6-20cent:75 #: lesson-files/csound-intonation-maj6-20cent:105 #: lesson-files/csound-intonation-maj6-20cent:135 #: lesson-files/csound-intonation-maj6-20cent:165 #: lesson-files/csound-intonation-maj6-20cent:195 #: lesson-files/csound-intonation-maj6-20cent:225 #: lesson-files/csound-intonation-maj6-20cent:255 #: lesson-files/csound-intonation-maj6-20cent:285 #: lesson-files/csound-intonation-maj6-20cent:315 #: lesson-files/csound-intonation-maj6-20cent:345 #: lesson-files/csound-intonation-maj6-30cent:15 #: lesson-files/csound-intonation-maj6-30cent:45 #: lesson-files/csound-intonation-maj6-30cent:75 #: lesson-files/csound-intonation-maj6-30cent:105 #: lesson-files/csound-intonation-maj6-30cent:135 #: lesson-files/csound-intonation-maj6-30cent:165 #: lesson-files/csound-intonation-maj6-30cent:195 #: lesson-files/csound-intonation-maj6-30cent:225 #: lesson-files/csound-intonation-maj6-30cent:255 #: lesson-files/csound-intonation-maj6-30cent:285 #: lesson-files/csound-intonation-maj6-30cent:315 #: lesson-files/csound-intonation-maj6-30cent:345 #: lesson-files/csound-intonation-maj6-40cent:15 #: lesson-files/csound-intonation-maj6-40cent:45 #: lesson-files/csound-intonation-maj6-40cent:75 #: lesson-files/csound-intonation-maj6-40cent:105 #: lesson-files/csound-intonation-maj6-40cent:135 #: lesson-files/csound-intonation-maj6-40cent:165 #: lesson-files/csound-intonation-maj6-40cent:195 #: lesson-files/csound-intonation-maj6-40cent:225 #: lesson-files/csound-intonation-maj6-40cent:255 #: lesson-files/csound-intonation-maj6-40cent:285 #: lesson-files/csound-intonation-maj6-40cent:315 #: lesson-files/csound-intonation-maj6-40cent:345 #: lesson-files/csound-intonation-maj6-5cent:15 #: lesson-files/csound-intonation-maj6-5cent:45 #: lesson-files/csound-intonation-maj6-5cent:75 #: lesson-files/csound-intonation-maj6-5cent:105 #: lesson-files/csound-intonation-maj6-5cent:135 #: lesson-files/csound-intonation-maj6-5cent:165 #: lesson-files/csound-intonation-maj6-5cent:195 #: lesson-files/csound-intonation-maj6-5cent:225 #: lesson-files/csound-intonation-maj6-5cent:255 #: lesson-files/csound-intonation-maj6-5cent:285 #: lesson-files/csound-intonation-maj6-5cent:315 #: lesson-files/csound-intonation-maj6-5cent:345 #: lesson-files/csound-intonation-maj6-6cent:15 #: lesson-files/csound-intonation-maj6-6cent:45 #: lesson-files/csound-intonation-maj6-6cent:75 #: lesson-files/csound-intonation-maj6-6cent:105 #: lesson-files/csound-intonation-maj6-6cent:135 #: lesson-files/csound-intonation-maj6-6cent:165 #: lesson-files/csound-intonation-maj6-6cent:195 #: lesson-files/csound-intonation-maj6-6cent:225 #: lesson-files/csound-intonation-maj6-6cent:255 #: lesson-files/csound-intonation-maj6-6cent:285 #: lesson-files/csound-intonation-maj6-6cent:315 #: lesson-files/csound-intonation-maj6-6cent:345 #: lesson-files/csound-intonation-maj6-8cent:15 #: lesson-files/csound-intonation-maj6-8cent:45 #: lesson-files/csound-intonation-maj6-8cent:75 #: lesson-files/csound-intonation-maj6-8cent:105 #: lesson-files/csound-intonation-maj6-8cent:135 #: lesson-files/csound-intonation-maj6-8cent:165 #: lesson-files/csound-intonation-maj6-8cent:195 #: lesson-files/csound-intonation-maj6-8cent:225 #: lesson-files/csound-intonation-maj6-8cent:255 #: lesson-files/csound-intonation-maj6-8cent:285 #: lesson-files/csound-intonation-maj6-8cent:315 #: lesson-files/csound-intonation-maj6-8cent:345 #: lesson-files/csound-intonation-maj7-10cent:15 #: lesson-files/csound-intonation-maj7-10cent:45 #: lesson-files/csound-intonation-maj7-10cent:75 #: lesson-files/csound-intonation-maj7-10cent:105 #: lesson-files/csound-intonation-maj7-10cent:135 #: lesson-files/csound-intonation-maj7-10cent:165 #: lesson-files/csound-intonation-maj7-10cent:195 #: lesson-files/csound-intonation-maj7-10cent:225 #: lesson-files/csound-intonation-maj7-10cent:255 #: lesson-files/csound-intonation-maj7-10cent:285 #: lesson-files/csound-intonation-maj7-10cent:315 #: lesson-files/csound-intonation-maj7-10cent:345 #: lesson-files/csound-intonation-maj7-15cent:15 #: lesson-files/csound-intonation-maj7-15cent:45 #: lesson-files/csound-intonation-maj7-15cent:75 #: lesson-files/csound-intonation-maj7-15cent:105 #: lesson-files/csound-intonation-maj7-15cent:135 #: lesson-files/csound-intonation-maj7-15cent:165 #: lesson-files/csound-intonation-maj7-15cent:195 #: lesson-files/csound-intonation-maj7-15cent:225 #: lesson-files/csound-intonation-maj7-15cent:255 #: lesson-files/csound-intonation-maj7-15cent:285 #: lesson-files/csound-intonation-maj7-15cent:315 #: lesson-files/csound-intonation-maj7-15cent:345 #: lesson-files/csound-intonation-maj7-20cent:15 #: lesson-files/csound-intonation-maj7-20cent:45 #: lesson-files/csound-intonation-maj7-20cent:75 #: lesson-files/csound-intonation-maj7-20cent:105 #: lesson-files/csound-intonation-maj7-20cent:135 #: lesson-files/csound-intonation-maj7-20cent:165 #: lesson-files/csound-intonation-maj7-20cent:195 #: lesson-files/csound-intonation-maj7-20cent:225 #: lesson-files/csound-intonation-maj7-20cent:255 #: lesson-files/csound-intonation-maj7-20cent:285 #: lesson-files/csound-intonation-maj7-20cent:315 #: lesson-files/csound-intonation-maj7-20cent:345 #: lesson-files/csound-intonation-maj7-30cent:15 #: lesson-files/csound-intonation-maj7-30cent:45 #: lesson-files/csound-intonation-maj7-30cent:75 #: lesson-files/csound-intonation-maj7-30cent:105 #: lesson-files/csound-intonation-maj7-30cent:135 #: lesson-files/csound-intonation-maj7-30cent:165 #: lesson-files/csound-intonation-maj7-30cent:195 #: lesson-files/csound-intonation-maj7-30cent:225 #: lesson-files/csound-intonation-maj7-30cent:255 #: lesson-files/csound-intonation-maj7-30cent:285 #: lesson-files/csound-intonation-maj7-30cent:315 #: lesson-files/csound-intonation-maj7-30cent:345 #: lesson-files/csound-intonation-maj7-40cent:15 #: lesson-files/csound-intonation-maj7-40cent:45 #: lesson-files/csound-intonation-maj7-40cent:75 #: lesson-files/csound-intonation-maj7-40cent:105 #: lesson-files/csound-intonation-maj7-40cent:135 #: lesson-files/csound-intonation-maj7-40cent:165 #: lesson-files/csound-intonation-maj7-40cent:195 #: lesson-files/csound-intonation-maj7-40cent:225 #: lesson-files/csound-intonation-maj7-40cent:255 #: lesson-files/csound-intonation-maj7-40cent:285 #: lesson-files/csound-intonation-maj7-40cent:315 #: lesson-files/csound-intonation-maj7-40cent:345 #: lesson-files/csound-intonation-maj7-5cent:15 #: lesson-files/csound-intonation-maj7-5cent:45 #: lesson-files/csound-intonation-maj7-5cent:75 #: lesson-files/csound-intonation-maj7-5cent:105 #: lesson-files/csound-intonation-maj7-5cent:135 #: lesson-files/csound-intonation-maj7-5cent:165 #: lesson-files/csound-intonation-maj7-5cent:195 #: lesson-files/csound-intonation-maj7-5cent:225 #: lesson-files/csound-intonation-maj7-5cent:255 #: lesson-files/csound-intonation-maj7-5cent:285 #: lesson-files/csound-intonation-maj7-5cent:315 #: lesson-files/csound-intonation-maj7-5cent:345 #: lesson-files/csound-intonation-maj7-6cent:15 #: lesson-files/csound-intonation-maj7-6cent:45 #: lesson-files/csound-intonation-maj7-6cent:75 #: lesson-files/csound-intonation-maj7-6cent:105 #: lesson-files/csound-intonation-maj7-6cent:135 #: lesson-files/csound-intonation-maj7-6cent:165 #: lesson-files/csound-intonation-maj7-6cent:195 #: lesson-files/csound-intonation-maj7-6cent:225 #: lesson-files/csound-intonation-maj7-6cent:255 #: lesson-files/csound-intonation-maj7-6cent:285 #: lesson-files/csound-intonation-maj7-6cent:315 #: lesson-files/csound-intonation-maj7-6cent:345 #: lesson-files/csound-intonation-maj7-8cent:15 #: lesson-files/csound-intonation-maj7-8cent:45 #: lesson-files/csound-intonation-maj7-8cent:75 #: lesson-files/csound-intonation-maj7-8cent:105 #: lesson-files/csound-intonation-maj7-8cent:135 #: lesson-files/csound-intonation-maj7-8cent:165 #: lesson-files/csound-intonation-maj7-8cent:195 #: lesson-files/csound-intonation-maj7-8cent:225 #: lesson-files/csound-intonation-maj7-8cent:255 #: lesson-files/csound-intonation-maj7-8cent:285 #: lesson-files/csound-intonation-maj7-8cent:315 #: lesson-files/csound-intonation-maj7-8cent:345 #: lesson-files/csound-intonation-min2-10cent:15 #: lesson-files/csound-intonation-min2-10cent:45 #: lesson-files/csound-intonation-min2-10cent:75 #: lesson-files/csound-intonation-min2-10cent:105 #: lesson-files/csound-intonation-min2-10cent:135 #: lesson-files/csound-intonation-min2-10cent:165 #: lesson-files/csound-intonation-min2-10cent:195 #: lesson-files/csound-intonation-min2-10cent:225 #: lesson-files/csound-intonation-min2-10cent:255 #: lesson-files/csound-intonation-min2-10cent:285 #: lesson-files/csound-intonation-min2-10cent:315 #: lesson-files/csound-intonation-min2-10cent:345 #: lesson-files/csound-intonation-min2-15cent:15 #: lesson-files/csound-intonation-min2-15cent:45 #: lesson-files/csound-intonation-min2-15cent:75 #: lesson-files/csound-intonation-min2-15cent:105 #: lesson-files/csound-intonation-min2-15cent:135 #: lesson-files/csound-intonation-min2-15cent:165 #: lesson-files/csound-intonation-min2-15cent:195 #: lesson-files/csound-intonation-min2-15cent:225 #: lesson-files/csound-intonation-min2-15cent:255 #: lesson-files/csound-intonation-min2-15cent:285 #: lesson-files/csound-intonation-min2-15cent:315 #: lesson-files/csound-intonation-min2-15cent:345 #: lesson-files/csound-intonation-min2-20cent:15 #: lesson-files/csound-intonation-min2-20cent:45 #: lesson-files/csound-intonation-min2-20cent:75 #: lesson-files/csound-intonation-min2-20cent:105 #: lesson-files/csound-intonation-min2-20cent:135 #: lesson-files/csound-intonation-min2-20cent:165 #: lesson-files/csound-intonation-min2-20cent:195 #: lesson-files/csound-intonation-min2-20cent:225 #: lesson-files/csound-intonation-min2-20cent:255 #: lesson-files/csound-intonation-min2-20cent:285 #: lesson-files/csound-intonation-min2-20cent:315 #: lesson-files/csound-intonation-min2-20cent:345 #: lesson-files/csound-intonation-min2-30cent:15 #: lesson-files/csound-intonation-min2-30cent:45 #: lesson-files/csound-intonation-min2-30cent:75 #: lesson-files/csound-intonation-min2-30cent:105 #: lesson-files/csound-intonation-min2-30cent:135 #: lesson-files/csound-intonation-min2-30cent:165 #: lesson-files/csound-intonation-min2-30cent:195 #: lesson-files/csound-intonation-min2-30cent:225 #: lesson-files/csound-intonation-min2-30cent:255 #: lesson-files/csound-intonation-min2-30cent:285 #: lesson-files/csound-intonation-min2-30cent:315 #: lesson-files/csound-intonation-min2-30cent:345 #: lesson-files/csound-intonation-min2-40cent:15 #: lesson-files/csound-intonation-min2-40cent:45 #: lesson-files/csound-intonation-min2-40cent:75 #: lesson-files/csound-intonation-min2-40cent:105 #: lesson-files/csound-intonation-min2-40cent:135 #: lesson-files/csound-intonation-min2-40cent:165 #: lesson-files/csound-intonation-min2-40cent:195 #: lesson-files/csound-intonation-min2-40cent:225 #: lesson-files/csound-intonation-min2-40cent:255 #: lesson-files/csound-intonation-min2-40cent:285 #: lesson-files/csound-intonation-min2-40cent:315 #: lesson-files/csound-intonation-min2-40cent:345 #: lesson-files/csound-intonation-min2-5cent:15 #: lesson-files/csound-intonation-min2-5cent:45 #: lesson-files/csound-intonation-min2-5cent:75 #: lesson-files/csound-intonation-min2-5cent:105 #: lesson-files/csound-intonation-min2-5cent:135 #: lesson-files/csound-intonation-min2-5cent:165 #: lesson-files/csound-intonation-min2-5cent:195 #: lesson-files/csound-intonation-min2-5cent:225 #: lesson-files/csound-intonation-min2-5cent:255 #: lesson-files/csound-intonation-min2-5cent:285 #: lesson-files/csound-intonation-min2-5cent:315 #: lesson-files/csound-intonation-min2-5cent:345 #: lesson-files/csound-intonation-min2-6cent:15 #: lesson-files/csound-intonation-min2-6cent:45 #: lesson-files/csound-intonation-min2-6cent:75 #: lesson-files/csound-intonation-min2-6cent:105 #: lesson-files/csound-intonation-min2-6cent:135 #: lesson-files/csound-intonation-min2-6cent:165 #: lesson-files/csound-intonation-min2-6cent:195 #: lesson-files/csound-intonation-min2-6cent:225 #: lesson-files/csound-intonation-min2-6cent:255 #: lesson-files/csound-intonation-min2-6cent:285 #: lesson-files/csound-intonation-min2-6cent:315 #: lesson-files/csound-intonation-min2-6cent:345 #: lesson-files/csound-intonation-min2-8cent:15 #: lesson-files/csound-intonation-min2-8cent:45 #: lesson-files/csound-intonation-min2-8cent:75 #: lesson-files/csound-intonation-min2-8cent:105 #: lesson-files/csound-intonation-min2-8cent:135 #: lesson-files/csound-intonation-min2-8cent:165 #: lesson-files/csound-intonation-min2-8cent:195 #: lesson-files/csound-intonation-min2-8cent:225 #: lesson-files/csound-intonation-min2-8cent:255 #: lesson-files/csound-intonation-min2-8cent:285 #: lesson-files/csound-intonation-min2-8cent:315 #: lesson-files/csound-intonation-min2-8cent:345 #: lesson-files/csound-intonation-min3-10cent:15 #: lesson-files/csound-intonation-min3-10cent:45 #: lesson-files/csound-intonation-min3-10cent:75 #: lesson-files/csound-intonation-min3-10cent:105 #: lesson-files/csound-intonation-min3-10cent:135 #: lesson-files/csound-intonation-min3-10cent:165 #: lesson-files/csound-intonation-min3-10cent:195 #: lesson-files/csound-intonation-min3-10cent:225 #: lesson-files/csound-intonation-min3-10cent:255 #: lesson-files/csound-intonation-min3-10cent:285 #: lesson-files/csound-intonation-min3-10cent:315 #: lesson-files/csound-intonation-min3-10cent:345 #: lesson-files/csound-intonation-min3-15cent:15 #: lesson-files/csound-intonation-min3-15cent:45 #: lesson-files/csound-intonation-min3-15cent:75 #: lesson-files/csound-intonation-min3-15cent:105 #: lesson-files/csound-intonation-min3-15cent:135 #: lesson-files/csound-intonation-min3-15cent:165 #: lesson-files/csound-intonation-min3-15cent:195 #: lesson-files/csound-intonation-min3-15cent:225 #: lesson-files/csound-intonation-min3-15cent:255 #: lesson-files/csound-intonation-min3-15cent:285 #: lesson-files/csound-intonation-min3-15cent:315 #: lesson-files/csound-intonation-min3-15cent:345 #: lesson-files/csound-intonation-min3-20cent:15 #: lesson-files/csound-intonation-min3-20cent:45 #: lesson-files/csound-intonation-min3-20cent:75 #: lesson-files/csound-intonation-min3-20cent:105 #: lesson-files/csound-intonation-min3-20cent:135 #: lesson-files/csound-intonation-min3-20cent:165 #: lesson-files/csound-intonation-min3-20cent:195 #: lesson-files/csound-intonation-min3-20cent:225 #: lesson-files/csound-intonation-min3-20cent:255 #: lesson-files/csound-intonation-min3-20cent:285 #: lesson-files/csound-intonation-min3-20cent:315 #: lesson-files/csound-intonation-min3-20cent:345 #: lesson-files/csound-intonation-min3-30cent:15 #: lesson-files/csound-intonation-min3-30cent:45 #: lesson-files/csound-intonation-min3-30cent:75 #: lesson-files/csound-intonation-min3-30cent:105 #: lesson-files/csound-intonation-min3-30cent:135 #: lesson-files/csound-intonation-min3-30cent:165 #: lesson-files/csound-intonation-min3-30cent:195 #: lesson-files/csound-intonation-min3-30cent:225 #: lesson-files/csound-intonation-min3-30cent:255 #: lesson-files/csound-intonation-min3-30cent:285 #: lesson-files/csound-intonation-min3-30cent:315 #: lesson-files/csound-intonation-min3-30cent:345 #: lesson-files/csound-intonation-min3-40cent:15 #: lesson-files/csound-intonation-min3-40cent:45 #: lesson-files/csound-intonation-min3-40cent:75 #: lesson-files/csound-intonation-min3-40cent:105 #: lesson-files/csound-intonation-min3-40cent:135 #: lesson-files/csound-intonation-min3-40cent:165 #: lesson-files/csound-intonation-min3-40cent:195 #: lesson-files/csound-intonation-min3-40cent:225 #: lesson-files/csound-intonation-min3-40cent:255 #: lesson-files/csound-intonation-min3-40cent:285 #: lesson-files/csound-intonation-min3-40cent:315 #: lesson-files/csound-intonation-min3-40cent:345 #: lesson-files/csound-intonation-min3-5cent:15 #: lesson-files/csound-intonation-min3-5cent:45 #: lesson-files/csound-intonation-min3-5cent:75 #: lesson-files/csound-intonation-min3-5cent:105 #: lesson-files/csound-intonation-min3-5cent:135 #: lesson-files/csound-intonation-min3-5cent:165 #: lesson-files/csound-intonation-min3-5cent:195 #: lesson-files/csound-intonation-min3-5cent:225 #: lesson-files/csound-intonation-min3-5cent:255 #: lesson-files/csound-intonation-min3-5cent:285 #: lesson-files/csound-intonation-min3-5cent:315 #: lesson-files/csound-intonation-min3-5cent:345 #: lesson-files/csound-intonation-min3-6cent:15 #: lesson-files/csound-intonation-min3-6cent:45 #: lesson-files/csound-intonation-min3-6cent:75 #: lesson-files/csound-intonation-min3-6cent:105 #: lesson-files/csound-intonation-min3-6cent:135 #: lesson-files/csound-intonation-min3-6cent:165 #: lesson-files/csound-intonation-min3-6cent:195 #: lesson-files/csound-intonation-min3-6cent:225 #: lesson-files/csound-intonation-min3-6cent:255 #: lesson-files/csound-intonation-min3-6cent:285 #: lesson-files/csound-intonation-min3-6cent:315 #: lesson-files/csound-intonation-min3-6cent:345 #: lesson-files/csound-intonation-min3-8cent:15 #: lesson-files/csound-intonation-min3-8cent:45 #: lesson-files/csound-intonation-min3-8cent:75 #: lesson-files/csound-intonation-min3-8cent:105 #: lesson-files/csound-intonation-min3-8cent:135 #: lesson-files/csound-intonation-min3-8cent:165 #: lesson-files/csound-intonation-min3-8cent:195 #: lesson-files/csound-intonation-min3-8cent:225 #: lesson-files/csound-intonation-min3-8cent:255 #: lesson-files/csound-intonation-min3-8cent:285 #: lesson-files/csound-intonation-min3-8cent:315 #: lesson-files/csound-intonation-min3-8cent:345 #: lesson-files/csound-intonation-min6-10cent:15 #: lesson-files/csound-intonation-min6-10cent:45 #: lesson-files/csound-intonation-min6-10cent:75 #: lesson-files/csound-intonation-min6-10cent:105 #: lesson-files/csound-intonation-min6-10cent:135 #: lesson-files/csound-intonation-min6-10cent:165 #: lesson-files/csound-intonation-min6-10cent:195 #: lesson-files/csound-intonation-min6-10cent:225 #: lesson-files/csound-intonation-min6-10cent:255 #: lesson-files/csound-intonation-min6-10cent:285 #: lesson-files/csound-intonation-min6-10cent:315 #: lesson-files/csound-intonation-min6-10cent:345 #: lesson-files/csound-intonation-min6-15cent:15 #: lesson-files/csound-intonation-min6-15cent:45 #: lesson-files/csound-intonation-min6-15cent:75 #: lesson-files/csound-intonation-min6-15cent:105 #: lesson-files/csound-intonation-min6-15cent:135 #: lesson-files/csound-intonation-min6-15cent:165 #: lesson-files/csound-intonation-min6-15cent:195 #: lesson-files/csound-intonation-min6-15cent:225 #: lesson-files/csound-intonation-min6-15cent:255 #: lesson-files/csound-intonation-min6-15cent:285 #: lesson-files/csound-intonation-min6-15cent:315 #: lesson-files/csound-intonation-min6-15cent:345 #: lesson-files/csound-intonation-min6-20cent:15 #: lesson-files/csound-intonation-min6-20cent:45 #: lesson-files/csound-intonation-min6-20cent:75 #: lesson-files/csound-intonation-min6-20cent:105 #: lesson-files/csound-intonation-min6-20cent:135 #: lesson-files/csound-intonation-min6-20cent:165 #: lesson-files/csound-intonation-min6-20cent:195 #: lesson-files/csound-intonation-min6-20cent:225 #: lesson-files/csound-intonation-min6-20cent:255 #: lesson-files/csound-intonation-min6-20cent:285 #: lesson-files/csound-intonation-min6-20cent:315 #: lesson-files/csound-intonation-min6-20cent:345 #: lesson-files/csound-intonation-min6-30cent:15 #: lesson-files/csound-intonation-min6-30cent:45 #: lesson-files/csound-intonation-min6-30cent:75 #: lesson-files/csound-intonation-min6-30cent:105 #: lesson-files/csound-intonation-min6-30cent:135 #: lesson-files/csound-intonation-min6-30cent:165 #: lesson-files/csound-intonation-min6-30cent:195 #: lesson-files/csound-intonation-min6-30cent:225 #: lesson-files/csound-intonation-min6-30cent:255 #: lesson-files/csound-intonation-min6-30cent:285 #: lesson-files/csound-intonation-min6-30cent:315 #: lesson-files/csound-intonation-min6-30cent:345 #: lesson-files/csound-intonation-min6-40cent:15 #: lesson-files/csound-intonation-min6-40cent:45 #: lesson-files/csound-intonation-min6-40cent:75 #: lesson-files/csound-intonation-min6-40cent:105 #: lesson-files/csound-intonation-min6-40cent:135 #: lesson-files/csound-intonation-min6-40cent:165 #: lesson-files/csound-intonation-min6-40cent:195 #: lesson-files/csound-intonation-min6-40cent:225 #: lesson-files/csound-intonation-min6-40cent:255 #: lesson-files/csound-intonation-min6-40cent:285 #: lesson-files/csound-intonation-min6-40cent:315 #: lesson-files/csound-intonation-min6-40cent:345 #: lesson-files/csound-intonation-min6-5cent:15 #: lesson-files/csound-intonation-min6-5cent:45 #: lesson-files/csound-intonation-min6-5cent:75 #: lesson-files/csound-intonation-min6-5cent:105 #: lesson-files/csound-intonation-min6-5cent:135 #: lesson-files/csound-intonation-min6-5cent:165 #: lesson-files/csound-intonation-min6-5cent:195 #: lesson-files/csound-intonation-min6-5cent:225 #: lesson-files/csound-intonation-min6-5cent:255 #: lesson-files/csound-intonation-min6-5cent:285 #: lesson-files/csound-intonation-min6-5cent:315 #: lesson-files/csound-intonation-min6-5cent:345 #: lesson-files/csound-intonation-min6-6cent:15 #: lesson-files/csound-intonation-min6-6cent:45 #: lesson-files/csound-intonation-min6-6cent:75 #: lesson-files/csound-intonation-min6-6cent:105 #: lesson-files/csound-intonation-min6-6cent:135 #: lesson-files/csound-intonation-min6-6cent:165 #: lesson-files/csound-intonation-min6-6cent:195 #: lesson-files/csound-intonation-min6-6cent:225 #: lesson-files/csound-intonation-min6-6cent:255 #: lesson-files/csound-intonation-min6-6cent:285 #: lesson-files/csound-intonation-min6-6cent:315 #: lesson-files/csound-intonation-min6-6cent:345 #: lesson-files/csound-intonation-min6-8cent:15 #: lesson-files/csound-intonation-min6-8cent:45 #: lesson-files/csound-intonation-min6-8cent:75 #: lesson-files/csound-intonation-min6-8cent:105 #: lesson-files/csound-intonation-min6-8cent:135 #: lesson-files/csound-intonation-min6-8cent:165 #: lesson-files/csound-intonation-min6-8cent:195 #: lesson-files/csound-intonation-min6-8cent:225 #: lesson-files/csound-intonation-min6-8cent:255 #: lesson-files/csound-intonation-min6-8cent:285 #: lesson-files/csound-intonation-min6-8cent:315 #: lesson-files/csound-intonation-min6-8cent:345 #: lesson-files/csound-intonation-min7-10cent:15 #: lesson-files/csound-intonation-min7-10cent:45 #: lesson-files/csound-intonation-min7-10cent:75 #: lesson-files/csound-intonation-min7-10cent:105 #: lesson-files/csound-intonation-min7-10cent:135 #: lesson-files/csound-intonation-min7-10cent:165 #: lesson-files/csound-intonation-min7-10cent:195 #: lesson-files/csound-intonation-min7-10cent:225 #: lesson-files/csound-intonation-min7-10cent:255 #: lesson-files/csound-intonation-min7-10cent:285 #: lesson-files/csound-intonation-min7-10cent:315 #: lesson-files/csound-intonation-min7-10cent:345 #: lesson-files/csound-intonation-min7-15cent:15 #: lesson-files/csound-intonation-min7-15cent:45 #: lesson-files/csound-intonation-min7-15cent:75 #: lesson-files/csound-intonation-min7-15cent:105 #: lesson-files/csound-intonation-min7-15cent:135 #: lesson-files/csound-intonation-min7-15cent:165 #: lesson-files/csound-intonation-min7-15cent:195 #: lesson-files/csound-intonation-min7-15cent:225 #: lesson-files/csound-intonation-min7-15cent:255 #: lesson-files/csound-intonation-min7-15cent:285 #: lesson-files/csound-intonation-min7-15cent:315 #: lesson-files/csound-intonation-min7-15cent:345 #: lesson-files/csound-intonation-min7-20cent:15 #: lesson-files/csound-intonation-min7-20cent:45 #: lesson-files/csound-intonation-min7-20cent:75 #: lesson-files/csound-intonation-min7-20cent:105 #: lesson-files/csound-intonation-min7-20cent:135 #: lesson-files/csound-intonation-min7-20cent:165 #: lesson-files/csound-intonation-min7-20cent:195 #: lesson-files/csound-intonation-min7-20cent:225 #: lesson-files/csound-intonation-min7-20cent:255 #: lesson-files/csound-intonation-min7-20cent:285 #: lesson-files/csound-intonation-min7-20cent:315 #: lesson-files/csound-intonation-min7-20cent:345 #: lesson-files/csound-intonation-min7-30cent:15 #: lesson-files/csound-intonation-min7-30cent:45 #: lesson-files/csound-intonation-min7-30cent:75 #: lesson-files/csound-intonation-min7-30cent:105 #: lesson-files/csound-intonation-min7-30cent:135 #: lesson-files/csound-intonation-min7-30cent:165 #: lesson-files/csound-intonation-min7-30cent:195 #: lesson-files/csound-intonation-min7-30cent:225 #: lesson-files/csound-intonation-min7-30cent:255 #: lesson-files/csound-intonation-min7-30cent:285 #: lesson-files/csound-intonation-min7-30cent:315 #: lesson-files/csound-intonation-min7-30cent:345 #: lesson-files/csound-intonation-min7-40cent:15 #: lesson-files/csound-intonation-min7-40cent:45 #: lesson-files/csound-intonation-min7-40cent:75 #: lesson-files/csound-intonation-min7-40cent:105 #: lesson-files/csound-intonation-min7-40cent:135 #: lesson-files/csound-intonation-min7-40cent:165 #: lesson-files/csound-intonation-min7-40cent:195 #: lesson-files/csound-intonation-min7-40cent:225 #: lesson-files/csound-intonation-min7-40cent:255 #: lesson-files/csound-intonation-min7-40cent:285 #: lesson-files/csound-intonation-min7-40cent:315 #: lesson-files/csound-intonation-min7-40cent:345 #: lesson-files/csound-intonation-min7-5cent:15 #: lesson-files/csound-intonation-min7-5cent:45 #: lesson-files/csound-intonation-min7-5cent:75 #: lesson-files/csound-intonation-min7-5cent:105 #: lesson-files/csound-intonation-min7-5cent:135 #: lesson-files/csound-intonation-min7-5cent:165 #: lesson-files/csound-intonation-min7-5cent:195 #: lesson-files/csound-intonation-min7-5cent:225 #: lesson-files/csound-intonation-min7-5cent:255 #: lesson-files/csound-intonation-min7-5cent:285 #: lesson-files/csound-intonation-min7-5cent:315 #: lesson-files/csound-intonation-min7-5cent:345 #: lesson-files/csound-intonation-min7-6cent:15 #: lesson-files/csound-intonation-min7-6cent:45 #: lesson-files/csound-intonation-min7-6cent:75 #: lesson-files/csound-intonation-min7-6cent:105 #: lesson-files/csound-intonation-min7-6cent:135 #: lesson-files/csound-intonation-min7-6cent:165 #: lesson-files/csound-intonation-min7-6cent:195 #: lesson-files/csound-intonation-min7-6cent:225 #: lesson-files/csound-intonation-min7-6cent:255 #: lesson-files/csound-intonation-min7-6cent:285 #: lesson-files/csound-intonation-min7-6cent:315 #: lesson-files/csound-intonation-min7-6cent:345 #: lesson-files/csound-intonation-min7-8cent:15 #: lesson-files/csound-intonation-min7-8cent:45 #: lesson-files/csound-intonation-min7-8cent:75 #: lesson-files/csound-intonation-min7-8cent:105 #: lesson-files/csound-intonation-min7-8cent:135 #: lesson-files/csound-intonation-min7-8cent:165 #: lesson-files/csound-intonation-min7-8cent:195 #: lesson-files/csound-intonation-min7-8cent:225 #: lesson-files/csound-intonation-min7-8cent:255 #: lesson-files/csound-intonation-min7-8cent:285 #: lesson-files/csound-intonation-min7-8cent:315 #: lesson-files/csound-intonation-min7-8cent:345 #: lesson-files/csound-intonation-p4-10cent:15 #: lesson-files/csound-intonation-p4-10cent:45 #: lesson-files/csound-intonation-p4-10cent:75 #: lesson-files/csound-intonation-p4-10cent:105 #: lesson-files/csound-intonation-p4-10cent:135 #: lesson-files/csound-intonation-p4-10cent:165 #: lesson-files/csound-intonation-p4-10cent:195 #: lesson-files/csound-intonation-p4-10cent:225 #: lesson-files/csound-intonation-p4-10cent:255 #: lesson-files/csound-intonation-p4-10cent:285 #: lesson-files/csound-intonation-p4-10cent:315 #: lesson-files/csound-intonation-p4-10cent:345 #: lesson-files/csound-intonation-p4-15cent:15 #: lesson-files/csound-intonation-p4-15cent:45 #: lesson-files/csound-intonation-p4-15cent:75 #: lesson-files/csound-intonation-p4-15cent:105 #: lesson-files/csound-intonation-p4-15cent:135 #: lesson-files/csound-intonation-p4-15cent:165 #: lesson-files/csound-intonation-p4-15cent:195 #: lesson-files/csound-intonation-p4-15cent:225 #: lesson-files/csound-intonation-p4-15cent:255 #: lesson-files/csound-intonation-p4-15cent:285 #: lesson-files/csound-intonation-p4-15cent:315 #: lesson-files/csound-intonation-p4-15cent:345 #: lesson-files/csound-intonation-p4-20cent:15 #: lesson-files/csound-intonation-p4-20cent:45 #: lesson-files/csound-intonation-p4-20cent:75 #: lesson-files/csound-intonation-p4-20cent:105 #: lesson-files/csound-intonation-p4-20cent:135 #: lesson-files/csound-intonation-p4-20cent:165 #: lesson-files/csound-intonation-p4-20cent:195 #: lesson-files/csound-intonation-p4-20cent:225 #: lesson-files/csound-intonation-p4-20cent:255 #: lesson-files/csound-intonation-p4-20cent:285 #: lesson-files/csound-intonation-p4-20cent:315 #: lesson-files/csound-intonation-p4-20cent:345 #: lesson-files/csound-intonation-p4-30cent:15 #: lesson-files/csound-intonation-p4-30cent:45 #: lesson-files/csound-intonation-p4-30cent:75 #: lesson-files/csound-intonation-p4-30cent:105 #: lesson-files/csound-intonation-p4-30cent:135 #: lesson-files/csound-intonation-p4-30cent:165 #: lesson-files/csound-intonation-p4-30cent:195 #: lesson-files/csound-intonation-p4-30cent:225 #: lesson-files/csound-intonation-p4-30cent:255 #: lesson-files/csound-intonation-p4-30cent:285 #: lesson-files/csound-intonation-p4-30cent:315 #: lesson-files/csound-intonation-p4-30cent:345 #: lesson-files/csound-intonation-p4-40cent:15 #: lesson-files/csound-intonation-p4-40cent:45 #: lesson-files/csound-intonation-p4-40cent:75 #: lesson-files/csound-intonation-p4-40cent:105 #: lesson-files/csound-intonation-p4-40cent:135 #: lesson-files/csound-intonation-p4-40cent:165 #: lesson-files/csound-intonation-p4-40cent:195 #: lesson-files/csound-intonation-p4-40cent:225 #: lesson-files/csound-intonation-p4-40cent:255 #: lesson-files/csound-intonation-p4-40cent:285 #: lesson-files/csound-intonation-p4-40cent:315 #: lesson-files/csound-intonation-p4-40cent:345 #: lesson-files/csound-intonation-p4-5cent:15 #: lesson-files/csound-intonation-p4-5cent:45 #: lesson-files/csound-intonation-p4-5cent:75 #: lesson-files/csound-intonation-p4-5cent:105 #: lesson-files/csound-intonation-p4-5cent:135 #: lesson-files/csound-intonation-p4-5cent:165 #: lesson-files/csound-intonation-p4-5cent:195 #: lesson-files/csound-intonation-p4-5cent:225 #: lesson-files/csound-intonation-p4-5cent:255 #: lesson-files/csound-intonation-p4-5cent:285 #: lesson-files/csound-intonation-p4-5cent:315 #: lesson-files/csound-intonation-p4-5cent:345 #: lesson-files/csound-intonation-p4-6cent:15 #: lesson-files/csound-intonation-p4-6cent:45 #: lesson-files/csound-intonation-p4-6cent:75 #: lesson-files/csound-intonation-p4-6cent:105 #: lesson-files/csound-intonation-p4-6cent:135 #: lesson-files/csound-intonation-p4-6cent:165 #: lesson-files/csound-intonation-p4-6cent:195 #: lesson-files/csound-intonation-p4-6cent:225 #: lesson-files/csound-intonation-p4-6cent:255 #: lesson-files/csound-intonation-p4-6cent:285 #: lesson-files/csound-intonation-p4-6cent:315 #: lesson-files/csound-intonation-p4-6cent:345 #: lesson-files/csound-intonation-p4-8cent:15 #: lesson-files/csound-intonation-p4-8cent:45 #: lesson-files/csound-intonation-p4-8cent:75 #: lesson-files/csound-intonation-p4-8cent:105 #: lesson-files/csound-intonation-p4-8cent:135 #: lesson-files/csound-intonation-p4-8cent:165 #: lesson-files/csound-intonation-p4-8cent:195 #: lesson-files/csound-intonation-p4-8cent:225 #: lesson-files/csound-intonation-p4-8cent:255 #: lesson-files/csound-intonation-p4-8cent:285 #: lesson-files/csound-intonation-p4-8cent:315 #: lesson-files/csound-intonation-p4-8cent:345 #: lesson-files/csound-intonation-p5-10cent:15 #: lesson-files/csound-intonation-p5-10cent:45 #: lesson-files/csound-intonation-p5-10cent:75 #: lesson-files/csound-intonation-p5-10cent:105 #: lesson-files/csound-intonation-p5-10cent:135 #: lesson-files/csound-intonation-p5-10cent:165 #: lesson-files/csound-intonation-p5-10cent:195 #: lesson-files/csound-intonation-p5-10cent:225 #: lesson-files/csound-intonation-p5-10cent:255 #: lesson-files/csound-intonation-p5-10cent:285 #: lesson-files/csound-intonation-p5-10cent:315 #: lesson-files/csound-intonation-p5-10cent:345 #: lesson-files/csound-intonation-p5-15cent:15 #: lesson-files/csound-intonation-p5-15cent:45 #: lesson-files/csound-intonation-p5-15cent:75 #: lesson-files/csound-intonation-p5-15cent:105 #: lesson-files/csound-intonation-p5-15cent:135 #: lesson-files/csound-intonation-p5-15cent:165 #: lesson-files/csound-intonation-p5-15cent:195 #: lesson-files/csound-intonation-p5-15cent:225 #: lesson-files/csound-intonation-p5-15cent:255 #: lesson-files/csound-intonation-p5-15cent:285 #: lesson-files/csound-intonation-p5-15cent:315 #: lesson-files/csound-intonation-p5-15cent:345 #: lesson-files/csound-intonation-p5-20cent:15 #: lesson-files/csound-intonation-p5-20cent:45 #: lesson-files/csound-intonation-p5-20cent:75 #: lesson-files/csound-intonation-p5-20cent:105 #: lesson-files/csound-intonation-p5-20cent:135 #: lesson-files/csound-intonation-p5-20cent:165 #: lesson-files/csound-intonation-p5-20cent:195 #: lesson-files/csound-intonation-p5-20cent:225 #: lesson-files/csound-intonation-p5-20cent:255 #: lesson-files/csound-intonation-p5-20cent:285 #: lesson-files/csound-intonation-p5-20cent:315 #: lesson-files/csound-intonation-p5-20cent:345 #: lesson-files/csound-intonation-p5-30cent:15 #: lesson-files/csound-intonation-p5-30cent:45 #: lesson-files/csound-intonation-p5-30cent:75 #: lesson-files/csound-intonation-p5-30cent:105 #: lesson-files/csound-intonation-p5-30cent:135 #: lesson-files/csound-intonation-p5-30cent:165 #: lesson-files/csound-intonation-p5-30cent:195 #: lesson-files/csound-intonation-p5-30cent:225 #: lesson-files/csound-intonation-p5-30cent:255 #: lesson-files/csound-intonation-p5-30cent:285 #: lesson-files/csound-intonation-p5-30cent:315 #: lesson-files/csound-intonation-p5-30cent:345 #: lesson-files/csound-intonation-p5-40cent:15 #: lesson-files/csound-intonation-p5-40cent:45 #: lesson-files/csound-intonation-p5-40cent:75 #: lesson-files/csound-intonation-p5-40cent:105 #: lesson-files/csound-intonation-p5-40cent:135 #: lesson-files/csound-intonation-p5-40cent:165 #: lesson-files/csound-intonation-p5-40cent:195 #: lesson-files/csound-intonation-p5-40cent:225 #: lesson-files/csound-intonation-p5-40cent:255 #: lesson-files/csound-intonation-p5-40cent:285 #: lesson-files/csound-intonation-p5-40cent:315 #: lesson-files/csound-intonation-p5-40cent:345 #: lesson-files/csound-intonation-p5-5cent:15 #: lesson-files/csound-intonation-p5-5cent:45 #: lesson-files/csound-intonation-p5-5cent:75 #: lesson-files/csound-intonation-p5-5cent:105 #: lesson-files/csound-intonation-p5-5cent:135 #: lesson-files/csound-intonation-p5-5cent:165 #: lesson-files/csound-intonation-p5-5cent:195 #: lesson-files/csound-intonation-p5-5cent:225 #: lesson-files/csound-intonation-p5-5cent:255 #: lesson-files/csound-intonation-p5-5cent:285 #: lesson-files/csound-intonation-p5-5cent:315 #: lesson-files/csound-intonation-p5-5cent:345 #: lesson-files/csound-intonation-p5-6cent:15 #: lesson-files/csound-intonation-p5-6cent:45 #: lesson-files/csound-intonation-p5-6cent:75 #: lesson-files/csound-intonation-p5-6cent:105 #: lesson-files/csound-intonation-p5-6cent:135 #: lesson-files/csound-intonation-p5-6cent:165 #: lesson-files/csound-intonation-p5-6cent:195 #: lesson-files/csound-intonation-p5-6cent:225 #: lesson-files/csound-intonation-p5-6cent:255 #: lesson-files/csound-intonation-p5-6cent:285 #: lesson-files/csound-intonation-p5-6cent:315 #: lesson-files/csound-intonation-p5-6cent:345 #: lesson-files/csound-intonation-p5-8cent:15 #: lesson-files/csound-intonation-p5-8cent:45 #: lesson-files/csound-intonation-p5-8cent:75 #: lesson-files/csound-intonation-p5-8cent:105 #: lesson-files/csound-intonation-p5-8cent:135 #: lesson-files/csound-intonation-p5-8cent:165 #: lesson-files/csound-intonation-p5-8cent:195 #: lesson-files/csound-intonation-p5-8cent:225 #: lesson-files/csound-intonation-p5-8cent:255 #: lesson-files/csound-intonation-p5-8cent:285 #: lesson-files/csound-intonation-p5-8cent:315 #: lesson-files/csound-intonation-p5-8cent:345 msgid "intonation|flat" msgstr "alavireinen" #: lesson-files/csound-fifth-0.97:25 lesson-files/csound-fifth-0.97:55 #: lesson-files/csound-fifth-0.97:85 lesson-files/csound-fifth-0.97:115 #: lesson-files/csound-fifth-0.97:145 lesson-files/csound-fifth-0.97:175 #: lesson-files/csound-fifth-0.97:205 lesson-files/csound-fifth-0.98:25 #: lesson-files/csound-fifth-0.98:55 lesson-files/csound-fifth-0.98:85 #: lesson-files/csound-fifth-0.98:115 lesson-files/csound-fifth-0.98:145 #: lesson-files/csound-fifth-0.98:175 lesson-files/csound-fifth-0.98:205 #: lesson-files/csound-fifth-0.99:25 lesson-files/csound-fifth-0.99:55 #: lesson-files/csound-fifth-0.99:85 lesson-files/csound-fifth-0.99:115 #: lesson-files/csound-fifth-0.99:145 lesson-files/csound-fifth-0.99:175 #: lesson-files/csound-fifth-0.99:205 lesson-files/csound-fifth-0.995:25 #: lesson-files/csound-fifth-0.995:55 lesson-files/csound-fifth-0.995:85 #: lesson-files/csound-fifth-0.995:115 lesson-files/csound-fifth-0.995:145 #: lesson-files/csound-fifth-0.995:175 lesson-files/csound-fifth-0.995:205 #: lesson-files/csound-fifth-0.996:25 lesson-files/csound-fifth-0.996:55 #: lesson-files/csound-fifth-0.996:85 lesson-files/csound-fifth-0.996:115 #: lesson-files/csound-fifth-0.996:145 lesson-files/csound-fifth-0.996:175 #: lesson-files/csound-fifth-0.996:205 lesson-files/csound-fifth-0.997:25 #: lesson-files/csound-fifth-0.997:55 lesson-files/csound-fifth-0.997:85 #: lesson-files/csound-fifth-0.997:115 lesson-files/csound-fifth-0.997:145 #: lesson-files/csound-fifth-0.997:175 lesson-files/csound-fifth-0.997:205 #: lesson-files/csound-fifth-0.998:25 lesson-files/csound-fifth-0.998:55 #: lesson-files/csound-fifth-0.998:85 lesson-files/csound-fifth-0.998:115 #: lesson-files/csound-fifth-0.998:145 lesson-files/csound-fifth-0.998:175 #: lesson-files/csound-fifth-0.998:205 #: lesson-files/csound-intonation-harmonic-maj2-10cent:25 #: lesson-files/csound-intonation-harmonic-maj2-10cent:55 #: lesson-files/csound-intonation-harmonic-maj2-10cent:85 #: lesson-files/csound-intonation-harmonic-maj2-10cent:115 #: lesson-files/csound-intonation-harmonic-maj2-10cent:145 #: lesson-files/csound-intonation-harmonic-maj2-10cent:175 #: lesson-files/csound-intonation-harmonic-maj2-10cent:205 #: lesson-files/csound-intonation-harmonic-maj2-10cent:235 #: lesson-files/csound-intonation-harmonic-maj2-10cent:265 #: lesson-files/csound-intonation-harmonic-maj2-10cent:295 #: lesson-files/csound-intonation-harmonic-maj2-10cent:325 #: lesson-files/csound-intonation-harmonic-maj2-10cent:355 #: lesson-files/csound-intonation-harmonic-maj2-15cent:25 #: lesson-files/csound-intonation-harmonic-maj2-15cent:55 #: lesson-files/csound-intonation-harmonic-maj2-15cent:85 #: lesson-files/csound-intonation-harmonic-maj2-15cent:115 #: lesson-files/csound-intonation-harmonic-maj2-15cent:145 #: lesson-files/csound-intonation-harmonic-maj2-15cent:175 #: lesson-files/csound-intonation-harmonic-maj2-15cent:205 #: lesson-files/csound-intonation-harmonic-maj2-15cent:235 #: lesson-files/csound-intonation-harmonic-maj2-15cent:265 #: lesson-files/csound-intonation-harmonic-maj2-15cent:295 #: lesson-files/csound-intonation-harmonic-maj2-15cent:325 #: lesson-files/csound-intonation-harmonic-maj2-15cent:355 #: lesson-files/csound-intonation-harmonic-maj2-20cent:25 #: lesson-files/csound-intonation-harmonic-maj2-20cent:55 #: lesson-files/csound-intonation-harmonic-maj2-20cent:85 #: lesson-files/csound-intonation-harmonic-maj2-20cent:115 #: lesson-files/csound-intonation-harmonic-maj2-20cent:145 #: lesson-files/csound-intonation-harmonic-maj2-20cent:175 #: lesson-files/csound-intonation-harmonic-maj2-20cent:205 #: lesson-files/csound-intonation-harmonic-maj2-20cent:235 #: lesson-files/csound-intonation-harmonic-maj2-20cent:265 #: lesson-files/csound-intonation-harmonic-maj2-20cent:295 #: lesson-files/csound-intonation-harmonic-maj2-20cent:325 #: lesson-files/csound-intonation-harmonic-maj2-20cent:355 #: lesson-files/csound-intonation-harmonic-maj2-30cent:25 #: lesson-files/csound-intonation-harmonic-maj2-30cent:55 #: lesson-files/csound-intonation-harmonic-maj2-30cent:85 #: lesson-files/csound-intonation-harmonic-maj2-30cent:115 #: lesson-files/csound-intonation-harmonic-maj2-30cent:145 #: lesson-files/csound-intonation-harmonic-maj2-30cent:175 #: lesson-files/csound-intonation-harmonic-maj2-30cent:205 #: lesson-files/csound-intonation-harmonic-maj2-30cent:235 #: lesson-files/csound-intonation-harmonic-maj2-30cent:265 #: lesson-files/csound-intonation-harmonic-maj2-30cent:295 #: lesson-files/csound-intonation-harmonic-maj2-30cent:325 #: lesson-files/csound-intonation-harmonic-maj2-30cent:355 #: lesson-files/csound-intonation-harmonic-maj2-40cent:25 #: lesson-files/csound-intonation-harmonic-maj2-40cent:55 #: lesson-files/csound-intonation-harmonic-maj2-40cent:85 #: lesson-files/csound-intonation-harmonic-maj2-40cent:115 #: lesson-files/csound-intonation-harmonic-maj2-40cent:145 #: lesson-files/csound-intonation-harmonic-maj2-40cent:175 #: lesson-files/csound-intonation-harmonic-maj2-40cent:205 #: lesson-files/csound-intonation-harmonic-maj2-40cent:235 #: lesson-files/csound-intonation-harmonic-maj2-40cent:265 #: lesson-files/csound-intonation-harmonic-maj2-40cent:295 #: lesson-files/csound-intonation-harmonic-maj2-40cent:325 #: lesson-files/csound-intonation-harmonic-maj2-40cent:355 #: lesson-files/csound-intonation-harmonic-maj2-5cent:25 #: lesson-files/csound-intonation-harmonic-maj2-5cent:55 #: lesson-files/csound-intonation-harmonic-maj2-5cent:85 #: lesson-files/csound-intonation-harmonic-maj2-5cent:115 #: lesson-files/csound-intonation-harmonic-maj2-5cent:145 #: lesson-files/csound-intonation-harmonic-maj2-5cent:175 #: lesson-files/csound-intonation-harmonic-maj2-5cent:205 #: lesson-files/csound-intonation-harmonic-maj2-5cent:235 #: lesson-files/csound-intonation-harmonic-maj2-5cent:265 #: lesson-files/csound-intonation-harmonic-maj2-5cent:295 #: lesson-files/csound-intonation-harmonic-maj2-5cent:325 #: lesson-files/csound-intonation-harmonic-maj2-5cent:355 #: lesson-files/csound-intonation-harmonic-maj2-6cent:25 #: lesson-files/csound-intonation-harmonic-maj2-6cent:55 #: lesson-files/csound-intonation-harmonic-maj2-6cent:85 #: lesson-files/csound-intonation-harmonic-maj2-6cent:115 #: lesson-files/csound-intonation-harmonic-maj2-6cent:145 #: lesson-files/csound-intonation-harmonic-maj2-6cent:175 #: lesson-files/csound-intonation-harmonic-maj2-6cent:205 #: lesson-files/csound-intonation-harmonic-maj2-6cent:235 #: lesson-files/csound-intonation-harmonic-maj2-6cent:265 #: lesson-files/csound-intonation-harmonic-maj2-6cent:295 #: lesson-files/csound-intonation-harmonic-maj2-6cent:325 #: lesson-files/csound-intonation-harmonic-maj2-6cent:355 #: lesson-files/csound-intonation-harmonic-maj2-8cent:25 #: lesson-files/csound-intonation-harmonic-maj2-8cent:55 #: lesson-files/csound-intonation-harmonic-maj2-8cent:85 #: lesson-files/csound-intonation-harmonic-maj2-8cent:115 #: lesson-files/csound-intonation-harmonic-maj2-8cent:145 #: lesson-files/csound-intonation-harmonic-maj2-8cent:175 #: lesson-files/csound-intonation-harmonic-maj2-8cent:205 #: lesson-files/csound-intonation-harmonic-maj2-8cent:235 #: lesson-files/csound-intonation-harmonic-maj2-8cent:265 #: lesson-files/csound-intonation-harmonic-maj2-8cent:295 #: lesson-files/csound-intonation-harmonic-maj2-8cent:325 #: lesson-files/csound-intonation-harmonic-maj2-8cent:355 #: lesson-files/csound-intonation-harmonic-maj3-10cent:25 #: lesson-files/csound-intonation-harmonic-maj3-10cent:55 #: lesson-files/csound-intonation-harmonic-maj3-10cent:85 #: lesson-files/csound-intonation-harmonic-maj3-10cent:115 #: lesson-files/csound-intonation-harmonic-maj3-10cent:145 #: lesson-files/csound-intonation-harmonic-maj3-10cent:175 #: lesson-files/csound-intonation-harmonic-maj3-10cent:205 #: lesson-files/csound-intonation-harmonic-maj3-10cent:235 #: lesson-files/csound-intonation-harmonic-maj3-10cent:265 #: lesson-files/csound-intonation-harmonic-maj3-10cent:295 #: lesson-files/csound-intonation-harmonic-maj3-10cent:325 #: lesson-files/csound-intonation-harmonic-maj3-10cent:355 #: lesson-files/csound-intonation-harmonic-maj3-15cent:25 #: lesson-files/csound-intonation-harmonic-maj3-15cent:55 #: lesson-files/csound-intonation-harmonic-maj3-15cent:85 #: lesson-files/csound-intonation-harmonic-maj3-15cent:115 #: lesson-files/csound-intonation-harmonic-maj3-15cent:145 #: lesson-files/csound-intonation-harmonic-maj3-15cent:175 #: lesson-files/csound-intonation-harmonic-maj3-15cent:205 #: lesson-files/csound-intonation-harmonic-maj3-15cent:235 #: lesson-files/csound-intonation-harmonic-maj3-15cent:265 #: lesson-files/csound-intonation-harmonic-maj3-15cent:295 #: lesson-files/csound-intonation-harmonic-maj3-15cent:325 #: lesson-files/csound-intonation-harmonic-maj3-15cent:355 #: lesson-files/csound-intonation-harmonic-maj3-20cent:25 #: lesson-files/csound-intonation-harmonic-maj3-20cent:55 #: lesson-files/csound-intonation-harmonic-maj3-20cent:85 #: lesson-files/csound-intonation-harmonic-maj3-20cent:115 #: lesson-files/csound-intonation-harmonic-maj3-20cent:145 #: lesson-files/csound-intonation-harmonic-maj3-20cent:175 #: lesson-files/csound-intonation-harmonic-maj3-20cent:205 #: lesson-files/csound-intonation-harmonic-maj3-20cent:235 #: lesson-files/csound-intonation-harmonic-maj3-20cent:265 #: lesson-files/csound-intonation-harmonic-maj3-20cent:295 #: lesson-files/csound-intonation-harmonic-maj3-20cent:325 #: lesson-files/csound-intonation-harmonic-maj3-20cent:355 #: lesson-files/csound-intonation-harmonic-maj3-30cent:25 #: lesson-files/csound-intonation-harmonic-maj3-30cent:55 #: lesson-files/csound-intonation-harmonic-maj3-30cent:85 #: lesson-files/csound-intonation-harmonic-maj3-30cent:115 #: lesson-files/csound-intonation-harmonic-maj3-30cent:145 #: lesson-files/csound-intonation-harmonic-maj3-30cent:175 #: lesson-files/csound-intonation-harmonic-maj3-30cent:205 #: lesson-files/csound-intonation-harmonic-maj3-30cent:235 #: lesson-files/csound-intonation-harmonic-maj3-30cent:265 #: lesson-files/csound-intonation-harmonic-maj3-30cent:295 #: lesson-files/csound-intonation-harmonic-maj3-30cent:325 #: lesson-files/csound-intonation-harmonic-maj3-30cent:355 #: lesson-files/csound-intonation-harmonic-maj3-40cent:25 #: lesson-files/csound-intonation-harmonic-maj3-40cent:55 #: lesson-files/csound-intonation-harmonic-maj3-40cent:85 #: lesson-files/csound-intonation-harmonic-maj3-40cent:115 #: lesson-files/csound-intonation-harmonic-maj3-40cent:145 #: lesson-files/csound-intonation-harmonic-maj3-40cent:175 #: lesson-files/csound-intonation-harmonic-maj3-40cent:205 #: lesson-files/csound-intonation-harmonic-maj3-40cent:235 #: lesson-files/csound-intonation-harmonic-maj3-40cent:265 #: lesson-files/csound-intonation-harmonic-maj3-40cent:295 #: lesson-files/csound-intonation-harmonic-maj3-40cent:325 #: lesson-files/csound-intonation-harmonic-maj3-40cent:355 #: lesson-files/csound-intonation-harmonic-maj3-5cent:25 #: lesson-files/csound-intonation-harmonic-maj3-5cent:55 #: lesson-files/csound-intonation-harmonic-maj3-5cent:85 #: lesson-files/csound-intonation-harmonic-maj3-5cent:115 #: lesson-files/csound-intonation-harmonic-maj3-5cent:145 #: lesson-files/csound-intonation-harmonic-maj3-5cent:175 #: lesson-files/csound-intonation-harmonic-maj3-5cent:205 #: lesson-files/csound-intonation-harmonic-maj3-5cent:235 #: lesson-files/csound-intonation-harmonic-maj3-5cent:265 #: lesson-files/csound-intonation-harmonic-maj3-5cent:295 #: lesson-files/csound-intonation-harmonic-maj3-5cent:325 #: lesson-files/csound-intonation-harmonic-maj3-5cent:355 #: lesson-files/csound-intonation-harmonic-maj3-6cent:25 #: lesson-files/csound-intonation-harmonic-maj3-6cent:55 #: lesson-files/csound-intonation-harmonic-maj3-6cent:85 #: lesson-files/csound-intonation-harmonic-maj3-6cent:115 #: lesson-files/csound-intonation-harmonic-maj3-6cent:145 #: lesson-files/csound-intonation-harmonic-maj3-6cent:175 #: lesson-files/csound-intonation-harmonic-maj3-6cent:205 #: lesson-files/csound-intonation-harmonic-maj3-6cent:235 #: lesson-files/csound-intonation-harmonic-maj3-6cent:265 #: lesson-files/csound-intonation-harmonic-maj3-6cent:295 #: lesson-files/csound-intonation-harmonic-maj3-6cent:325 #: lesson-files/csound-intonation-harmonic-maj3-6cent:355 #: lesson-files/csound-intonation-harmonic-maj3-8cent:25 #: lesson-files/csound-intonation-harmonic-maj3-8cent:55 #: lesson-files/csound-intonation-harmonic-maj3-8cent:85 #: lesson-files/csound-intonation-harmonic-maj3-8cent:115 #: lesson-files/csound-intonation-harmonic-maj3-8cent:145 #: lesson-files/csound-intonation-harmonic-maj3-8cent:175 #: lesson-files/csound-intonation-harmonic-maj3-8cent:205 #: lesson-files/csound-intonation-harmonic-maj3-8cent:235 #: lesson-files/csound-intonation-harmonic-maj3-8cent:265 #: lesson-files/csound-intonation-harmonic-maj3-8cent:295 #: lesson-files/csound-intonation-harmonic-maj3-8cent:325 #: lesson-files/csound-intonation-harmonic-maj3-8cent:355 #: lesson-files/csound-intonation-harmonic-maj6-10cent:25 #: lesson-files/csound-intonation-harmonic-maj6-10cent:55 #: lesson-files/csound-intonation-harmonic-maj6-10cent:85 #: lesson-files/csound-intonation-harmonic-maj6-10cent:115 #: lesson-files/csound-intonation-harmonic-maj6-10cent:145 #: lesson-files/csound-intonation-harmonic-maj6-10cent:175 #: lesson-files/csound-intonation-harmonic-maj6-10cent:205 #: lesson-files/csound-intonation-harmonic-maj6-10cent:235 #: lesson-files/csound-intonation-harmonic-maj6-10cent:265 #: lesson-files/csound-intonation-harmonic-maj6-10cent:295 #: lesson-files/csound-intonation-harmonic-maj6-10cent:325 #: lesson-files/csound-intonation-harmonic-maj6-10cent:355 #: lesson-files/csound-intonation-harmonic-maj6-15cent:25 #: lesson-files/csound-intonation-harmonic-maj6-15cent:55 #: lesson-files/csound-intonation-harmonic-maj6-15cent:85 #: lesson-files/csound-intonation-harmonic-maj6-15cent:115 #: lesson-files/csound-intonation-harmonic-maj6-15cent:145 #: lesson-files/csound-intonation-harmonic-maj6-15cent:175 #: lesson-files/csound-intonation-harmonic-maj6-15cent:205 #: lesson-files/csound-intonation-harmonic-maj6-15cent:235 #: lesson-files/csound-intonation-harmonic-maj6-15cent:265 #: lesson-files/csound-intonation-harmonic-maj6-15cent:295 #: lesson-files/csound-intonation-harmonic-maj6-15cent:325 #: lesson-files/csound-intonation-harmonic-maj6-15cent:355 #: lesson-files/csound-intonation-harmonic-maj6-20cent:25 #: lesson-files/csound-intonation-harmonic-maj6-20cent:55 #: lesson-files/csound-intonation-harmonic-maj6-20cent:85 #: lesson-files/csound-intonation-harmonic-maj6-20cent:115 #: lesson-files/csound-intonation-harmonic-maj6-20cent:145 #: lesson-files/csound-intonation-harmonic-maj6-20cent:175 #: lesson-files/csound-intonation-harmonic-maj6-20cent:205 #: lesson-files/csound-intonation-harmonic-maj6-20cent:235 #: lesson-files/csound-intonation-harmonic-maj6-20cent:265 #: lesson-files/csound-intonation-harmonic-maj6-20cent:295 #: lesson-files/csound-intonation-harmonic-maj6-20cent:325 #: lesson-files/csound-intonation-harmonic-maj6-20cent:355 #: lesson-files/csound-intonation-harmonic-maj6-30cent:25 #: lesson-files/csound-intonation-harmonic-maj6-30cent:55 #: lesson-files/csound-intonation-harmonic-maj6-30cent:85 #: lesson-files/csound-intonation-harmonic-maj6-30cent:115 #: lesson-files/csound-intonation-harmonic-maj6-30cent:145 #: lesson-files/csound-intonation-harmonic-maj6-30cent:175 #: lesson-files/csound-intonation-harmonic-maj6-30cent:205 #: lesson-files/csound-intonation-harmonic-maj6-30cent:235 #: lesson-files/csound-intonation-harmonic-maj6-30cent:265 #: lesson-files/csound-intonation-harmonic-maj6-30cent:295 #: lesson-files/csound-intonation-harmonic-maj6-30cent:325 #: lesson-files/csound-intonation-harmonic-maj6-30cent:355 #: lesson-files/csound-intonation-harmonic-maj6-40cent:25 #: lesson-files/csound-intonation-harmonic-maj6-40cent:55 #: lesson-files/csound-intonation-harmonic-maj6-40cent:85 #: lesson-files/csound-intonation-harmonic-maj6-40cent:115 #: lesson-files/csound-intonation-harmonic-maj6-40cent:145 #: lesson-files/csound-intonation-harmonic-maj6-40cent:175 #: lesson-files/csound-intonation-harmonic-maj6-40cent:205 #: lesson-files/csound-intonation-harmonic-maj6-40cent:235 #: lesson-files/csound-intonation-harmonic-maj6-40cent:265 #: lesson-files/csound-intonation-harmonic-maj6-40cent:295 #: lesson-files/csound-intonation-harmonic-maj6-40cent:325 #: lesson-files/csound-intonation-harmonic-maj6-40cent:355 #: lesson-files/csound-intonation-harmonic-maj6-5cent:25 #: lesson-files/csound-intonation-harmonic-maj6-5cent:55 #: lesson-files/csound-intonation-harmonic-maj6-5cent:85 #: lesson-files/csound-intonation-harmonic-maj6-5cent:115 #: lesson-files/csound-intonation-harmonic-maj6-5cent:145 #: lesson-files/csound-intonation-harmonic-maj6-5cent:175 #: lesson-files/csound-intonation-harmonic-maj6-5cent:205 #: lesson-files/csound-intonation-harmonic-maj6-5cent:235 #: lesson-files/csound-intonation-harmonic-maj6-5cent:265 #: lesson-files/csound-intonation-harmonic-maj6-5cent:295 #: lesson-files/csound-intonation-harmonic-maj6-5cent:325 #: lesson-files/csound-intonation-harmonic-maj6-5cent:355 #: lesson-files/csound-intonation-harmonic-maj6-6cent:25 #: lesson-files/csound-intonation-harmonic-maj6-6cent:55 #: lesson-files/csound-intonation-harmonic-maj6-6cent:85 #: lesson-files/csound-intonation-harmonic-maj6-6cent:115 #: lesson-files/csound-intonation-harmonic-maj6-6cent:145 #: lesson-files/csound-intonation-harmonic-maj6-6cent:175 #: lesson-files/csound-intonation-harmonic-maj6-6cent:205 #: lesson-files/csound-intonation-harmonic-maj6-6cent:235 #: lesson-files/csound-intonation-harmonic-maj6-6cent:265 #: lesson-files/csound-intonation-harmonic-maj6-6cent:295 #: lesson-files/csound-intonation-harmonic-maj6-6cent:325 #: lesson-files/csound-intonation-harmonic-maj6-6cent:355 #: lesson-files/csound-intonation-harmonic-maj6-8cent:25 #: lesson-files/csound-intonation-harmonic-maj6-8cent:55 #: lesson-files/csound-intonation-harmonic-maj6-8cent:85 #: lesson-files/csound-intonation-harmonic-maj6-8cent:115 #: lesson-files/csound-intonation-harmonic-maj6-8cent:145 #: lesson-files/csound-intonation-harmonic-maj6-8cent:175 #: lesson-files/csound-intonation-harmonic-maj6-8cent:205 #: lesson-files/csound-intonation-harmonic-maj6-8cent:235 #: lesson-files/csound-intonation-harmonic-maj6-8cent:265 #: lesson-files/csound-intonation-harmonic-maj6-8cent:295 #: lesson-files/csound-intonation-harmonic-maj6-8cent:325 #: lesson-files/csound-intonation-harmonic-maj6-8cent:355 #: lesson-files/csound-intonation-harmonic-maj7-10cent:25 #: lesson-files/csound-intonation-harmonic-maj7-10cent:55 #: lesson-files/csound-intonation-harmonic-maj7-10cent:85 #: lesson-files/csound-intonation-harmonic-maj7-10cent:115 #: lesson-files/csound-intonation-harmonic-maj7-10cent:145 #: lesson-files/csound-intonation-harmonic-maj7-10cent:175 #: lesson-files/csound-intonation-harmonic-maj7-10cent:205 #: lesson-files/csound-intonation-harmonic-maj7-10cent:235 #: lesson-files/csound-intonation-harmonic-maj7-10cent:265 #: lesson-files/csound-intonation-harmonic-maj7-10cent:295 #: lesson-files/csound-intonation-harmonic-maj7-10cent:325 #: lesson-files/csound-intonation-harmonic-maj7-10cent:355 #: lesson-files/csound-intonation-harmonic-maj7-15cent:25 #: lesson-files/csound-intonation-harmonic-maj7-15cent:55 #: lesson-files/csound-intonation-harmonic-maj7-15cent:85 #: lesson-files/csound-intonation-harmonic-maj7-15cent:115 #: lesson-files/csound-intonation-harmonic-maj7-15cent:145 #: lesson-files/csound-intonation-harmonic-maj7-15cent:175 #: lesson-files/csound-intonation-harmonic-maj7-15cent:205 #: lesson-files/csound-intonation-harmonic-maj7-15cent:235 #: lesson-files/csound-intonation-harmonic-maj7-15cent:265 #: lesson-files/csound-intonation-harmonic-maj7-15cent:295 #: lesson-files/csound-intonation-harmonic-maj7-15cent:325 #: lesson-files/csound-intonation-harmonic-maj7-15cent:355 #: lesson-files/csound-intonation-harmonic-maj7-20cent:25 #: lesson-files/csound-intonation-harmonic-maj7-20cent:55 #: lesson-files/csound-intonation-harmonic-maj7-20cent:85 #: lesson-files/csound-intonation-harmonic-maj7-20cent:115 #: lesson-files/csound-intonation-harmonic-maj7-20cent:145 #: lesson-files/csound-intonation-harmonic-maj7-20cent:175 #: lesson-files/csound-intonation-harmonic-maj7-20cent:205 #: lesson-files/csound-intonation-harmonic-maj7-20cent:235 #: lesson-files/csound-intonation-harmonic-maj7-20cent:265 #: lesson-files/csound-intonation-harmonic-maj7-20cent:295 #: lesson-files/csound-intonation-harmonic-maj7-20cent:325 #: lesson-files/csound-intonation-harmonic-maj7-20cent:355 #: lesson-files/csound-intonation-harmonic-maj7-30cent:25 #: lesson-files/csound-intonation-harmonic-maj7-30cent:55 #: lesson-files/csound-intonation-harmonic-maj7-30cent:85 #: lesson-files/csound-intonation-harmonic-maj7-30cent:115 #: lesson-files/csound-intonation-harmonic-maj7-30cent:145 #: lesson-files/csound-intonation-harmonic-maj7-30cent:175 #: lesson-files/csound-intonation-harmonic-maj7-30cent:205 #: lesson-files/csound-intonation-harmonic-maj7-30cent:235 #: lesson-files/csound-intonation-harmonic-maj7-30cent:265 #: lesson-files/csound-intonation-harmonic-maj7-30cent:295 #: lesson-files/csound-intonation-harmonic-maj7-30cent:325 #: lesson-files/csound-intonation-harmonic-maj7-30cent:355 #: lesson-files/csound-intonation-harmonic-maj7-40cent:25 #: lesson-files/csound-intonation-harmonic-maj7-40cent:55 #: lesson-files/csound-intonation-harmonic-maj7-40cent:85 #: lesson-files/csound-intonation-harmonic-maj7-40cent:115 #: lesson-files/csound-intonation-harmonic-maj7-40cent:145 #: lesson-files/csound-intonation-harmonic-maj7-40cent:175 #: lesson-files/csound-intonation-harmonic-maj7-40cent:205 #: lesson-files/csound-intonation-harmonic-maj7-40cent:235 #: lesson-files/csound-intonation-harmonic-maj7-40cent:265 #: lesson-files/csound-intonation-harmonic-maj7-40cent:295 #: lesson-files/csound-intonation-harmonic-maj7-40cent:325 #: lesson-files/csound-intonation-harmonic-maj7-40cent:355 #: lesson-files/csound-intonation-harmonic-maj7-5cent:25 #: lesson-files/csound-intonation-harmonic-maj7-5cent:55 #: lesson-files/csound-intonation-harmonic-maj7-5cent:85 #: lesson-files/csound-intonation-harmonic-maj7-5cent:115 #: lesson-files/csound-intonation-harmonic-maj7-5cent:145 #: lesson-files/csound-intonation-harmonic-maj7-5cent:175 #: lesson-files/csound-intonation-harmonic-maj7-5cent:205 #: lesson-files/csound-intonation-harmonic-maj7-5cent:235 #: lesson-files/csound-intonation-harmonic-maj7-5cent:265 #: lesson-files/csound-intonation-harmonic-maj7-5cent:295 #: lesson-files/csound-intonation-harmonic-maj7-5cent:325 #: lesson-files/csound-intonation-harmonic-maj7-5cent:355 #: lesson-files/csound-intonation-harmonic-maj7-6cent:25 #: lesson-files/csound-intonation-harmonic-maj7-6cent:55 #: lesson-files/csound-intonation-harmonic-maj7-6cent:85 #: lesson-files/csound-intonation-harmonic-maj7-6cent:115 #: lesson-files/csound-intonation-harmonic-maj7-6cent:145 #: lesson-files/csound-intonation-harmonic-maj7-6cent:175 #: lesson-files/csound-intonation-harmonic-maj7-6cent:205 #: lesson-files/csound-intonation-harmonic-maj7-6cent:235 #: lesson-files/csound-intonation-harmonic-maj7-6cent:265 #: lesson-files/csound-intonation-harmonic-maj7-6cent:295 #: lesson-files/csound-intonation-harmonic-maj7-6cent:325 #: lesson-files/csound-intonation-harmonic-maj7-6cent:355 #: lesson-files/csound-intonation-harmonic-maj7-8cent:25 #: lesson-files/csound-intonation-harmonic-maj7-8cent:55 #: lesson-files/csound-intonation-harmonic-maj7-8cent:85 #: lesson-files/csound-intonation-harmonic-maj7-8cent:115 #: lesson-files/csound-intonation-harmonic-maj7-8cent:145 #: lesson-files/csound-intonation-harmonic-maj7-8cent:175 #: lesson-files/csound-intonation-harmonic-maj7-8cent:205 #: lesson-files/csound-intonation-harmonic-maj7-8cent:235 #: lesson-files/csound-intonation-harmonic-maj7-8cent:265 #: lesson-files/csound-intonation-harmonic-maj7-8cent:295 #: lesson-files/csound-intonation-harmonic-maj7-8cent:325 #: lesson-files/csound-intonation-harmonic-maj7-8cent:355 #: lesson-files/csound-intonation-harmonic-min2-10cent:25 #: lesson-files/csound-intonation-harmonic-min2-10cent:55 #: lesson-files/csound-intonation-harmonic-min2-10cent:85 #: lesson-files/csound-intonation-harmonic-min2-10cent:115 #: lesson-files/csound-intonation-harmonic-min2-10cent:145 #: lesson-files/csound-intonation-harmonic-min2-10cent:175 #: lesson-files/csound-intonation-harmonic-min2-10cent:205 #: lesson-files/csound-intonation-harmonic-min2-10cent:235 #: lesson-files/csound-intonation-harmonic-min2-10cent:265 #: lesson-files/csound-intonation-harmonic-min2-10cent:295 #: lesson-files/csound-intonation-harmonic-min2-10cent:325 #: lesson-files/csound-intonation-harmonic-min2-10cent:355 #: lesson-files/csound-intonation-harmonic-min2-15cent:25 #: lesson-files/csound-intonation-harmonic-min2-15cent:55 #: lesson-files/csound-intonation-harmonic-min2-15cent:85 #: lesson-files/csound-intonation-harmonic-min2-15cent:115 #: lesson-files/csound-intonation-harmonic-min2-15cent:145 #: lesson-files/csound-intonation-harmonic-min2-15cent:175 #: lesson-files/csound-intonation-harmonic-min2-15cent:205 #: lesson-files/csound-intonation-harmonic-min2-15cent:235 #: lesson-files/csound-intonation-harmonic-min2-15cent:265 #: lesson-files/csound-intonation-harmonic-min2-15cent:295 #: lesson-files/csound-intonation-harmonic-min2-15cent:325 #: lesson-files/csound-intonation-harmonic-min2-15cent:355 #: lesson-files/csound-intonation-harmonic-min2-20cent:25 #: lesson-files/csound-intonation-harmonic-min2-20cent:55 #: lesson-files/csound-intonation-harmonic-min2-20cent:85 #: lesson-files/csound-intonation-harmonic-min2-20cent:115 #: lesson-files/csound-intonation-harmonic-min2-20cent:145 #: lesson-files/csound-intonation-harmonic-min2-20cent:175 #: lesson-files/csound-intonation-harmonic-min2-20cent:205 #: lesson-files/csound-intonation-harmonic-min2-20cent:235 #: lesson-files/csound-intonation-harmonic-min2-20cent:265 #: lesson-files/csound-intonation-harmonic-min2-20cent:295 #: lesson-files/csound-intonation-harmonic-min2-20cent:325 #: lesson-files/csound-intonation-harmonic-min2-20cent:355 #: lesson-files/csound-intonation-harmonic-min2-30cent:25 #: lesson-files/csound-intonation-harmonic-min2-30cent:55 #: lesson-files/csound-intonation-harmonic-min2-30cent:85 #: lesson-files/csound-intonation-harmonic-min2-30cent:115 #: lesson-files/csound-intonation-harmonic-min2-30cent:145 #: lesson-files/csound-intonation-harmonic-min2-30cent:175 #: lesson-files/csound-intonation-harmonic-min2-30cent:205 #: lesson-files/csound-intonation-harmonic-min2-30cent:235 #: lesson-files/csound-intonation-harmonic-min2-30cent:265 #: lesson-files/csound-intonation-harmonic-min2-30cent:295 #: lesson-files/csound-intonation-harmonic-min2-30cent:325 #: lesson-files/csound-intonation-harmonic-min2-30cent:355 #: lesson-files/csound-intonation-harmonic-min2-40cent:25 #: lesson-files/csound-intonation-harmonic-min2-40cent:55 #: lesson-files/csound-intonation-harmonic-min2-40cent:85 #: lesson-files/csound-intonation-harmonic-min2-40cent:115 #: lesson-files/csound-intonation-harmonic-min2-40cent:145 #: lesson-files/csound-intonation-harmonic-min2-40cent:175 #: lesson-files/csound-intonation-harmonic-min2-40cent:205 #: lesson-files/csound-intonation-harmonic-min2-40cent:235 #: lesson-files/csound-intonation-harmonic-min2-40cent:265 #: lesson-files/csound-intonation-harmonic-min2-40cent:295 #: lesson-files/csound-intonation-harmonic-min2-40cent:325 #: lesson-files/csound-intonation-harmonic-min2-40cent:355 #: lesson-files/csound-intonation-harmonic-min2-5cent:25 #: lesson-files/csound-intonation-harmonic-min2-5cent:55 #: lesson-files/csound-intonation-harmonic-min2-5cent:85 #: lesson-files/csound-intonation-harmonic-min2-5cent:115 #: lesson-files/csound-intonation-harmonic-min2-5cent:145 #: lesson-files/csound-intonation-harmonic-min2-5cent:175 #: lesson-files/csound-intonation-harmonic-min2-5cent:205 #: lesson-files/csound-intonation-harmonic-min2-5cent:235 #: lesson-files/csound-intonation-harmonic-min2-5cent:265 #: lesson-files/csound-intonation-harmonic-min2-5cent:295 #: lesson-files/csound-intonation-harmonic-min2-5cent:325 #: lesson-files/csound-intonation-harmonic-min2-5cent:355 #: lesson-files/csound-intonation-harmonic-min2-6cent:25 #: lesson-files/csound-intonation-harmonic-min2-6cent:55 #: lesson-files/csound-intonation-harmonic-min2-6cent:85 #: lesson-files/csound-intonation-harmonic-min2-6cent:115 #: lesson-files/csound-intonation-harmonic-min2-6cent:145 #: lesson-files/csound-intonation-harmonic-min2-6cent:175 #: lesson-files/csound-intonation-harmonic-min2-6cent:205 #: lesson-files/csound-intonation-harmonic-min2-6cent:235 #: lesson-files/csound-intonation-harmonic-min2-6cent:265 #: lesson-files/csound-intonation-harmonic-min2-6cent:295 #: lesson-files/csound-intonation-harmonic-min2-6cent:325 #: lesson-files/csound-intonation-harmonic-min2-6cent:355 #: lesson-files/csound-intonation-harmonic-min2-8cent:25 #: lesson-files/csound-intonation-harmonic-min2-8cent:55 #: lesson-files/csound-intonation-harmonic-min2-8cent:85 #: lesson-files/csound-intonation-harmonic-min2-8cent:115 #: lesson-files/csound-intonation-harmonic-min2-8cent:145 #: lesson-files/csound-intonation-harmonic-min2-8cent:175 #: lesson-files/csound-intonation-harmonic-min2-8cent:205 #: lesson-files/csound-intonation-harmonic-min2-8cent:235 #: lesson-files/csound-intonation-harmonic-min2-8cent:265 #: lesson-files/csound-intonation-harmonic-min2-8cent:295 #: lesson-files/csound-intonation-harmonic-min2-8cent:325 #: lesson-files/csound-intonation-harmonic-min2-8cent:355 #: lesson-files/csound-intonation-harmonic-min3-10cent:25 #: lesson-files/csound-intonation-harmonic-min3-10cent:55 #: lesson-files/csound-intonation-harmonic-min3-10cent:85 #: lesson-files/csound-intonation-harmonic-min3-10cent:115 #: lesson-files/csound-intonation-harmonic-min3-10cent:145 #: lesson-files/csound-intonation-harmonic-min3-10cent:175 #: lesson-files/csound-intonation-harmonic-min3-10cent:205 #: lesson-files/csound-intonation-harmonic-min3-10cent:235 #: lesson-files/csound-intonation-harmonic-min3-10cent:265 #: lesson-files/csound-intonation-harmonic-min3-10cent:295 #: lesson-files/csound-intonation-harmonic-min3-10cent:325 #: lesson-files/csound-intonation-harmonic-min3-10cent:355 #: lesson-files/csound-intonation-harmonic-min3-15cent:25 #: lesson-files/csound-intonation-harmonic-min3-15cent:55 #: lesson-files/csound-intonation-harmonic-min3-15cent:85 #: lesson-files/csound-intonation-harmonic-min3-15cent:115 #: lesson-files/csound-intonation-harmonic-min3-15cent:145 #: lesson-files/csound-intonation-harmonic-min3-15cent:175 #: lesson-files/csound-intonation-harmonic-min3-15cent:205 #: lesson-files/csound-intonation-harmonic-min3-15cent:235 #: lesson-files/csound-intonation-harmonic-min3-15cent:265 #: lesson-files/csound-intonation-harmonic-min3-15cent:295 #: lesson-files/csound-intonation-harmonic-min3-15cent:325 #: lesson-files/csound-intonation-harmonic-min3-15cent:355 #: lesson-files/csound-intonation-harmonic-min3-20cent:25 #: lesson-files/csound-intonation-harmonic-min3-20cent:55 #: lesson-files/csound-intonation-harmonic-min3-20cent:85 #: lesson-files/csound-intonation-harmonic-min3-20cent:115 #: lesson-files/csound-intonation-harmonic-min3-20cent:145 #: lesson-files/csound-intonation-harmonic-min3-20cent:175 #: lesson-files/csound-intonation-harmonic-min3-20cent:205 #: lesson-files/csound-intonation-harmonic-min3-20cent:235 #: lesson-files/csound-intonation-harmonic-min3-20cent:265 #: lesson-files/csound-intonation-harmonic-min3-20cent:295 #: lesson-files/csound-intonation-harmonic-min3-20cent:325 #: lesson-files/csound-intonation-harmonic-min3-20cent:355 #: lesson-files/csound-intonation-harmonic-min3-30cent:25 #: lesson-files/csound-intonation-harmonic-min3-30cent:55 #: lesson-files/csound-intonation-harmonic-min3-30cent:85 #: lesson-files/csound-intonation-harmonic-min3-30cent:115 #: lesson-files/csound-intonation-harmonic-min3-30cent:145 #: lesson-files/csound-intonation-harmonic-min3-30cent:175 #: lesson-files/csound-intonation-harmonic-min3-30cent:205 #: lesson-files/csound-intonation-harmonic-min3-30cent:235 #: lesson-files/csound-intonation-harmonic-min3-30cent:265 #: lesson-files/csound-intonation-harmonic-min3-30cent:295 #: lesson-files/csound-intonation-harmonic-min3-30cent:325 #: lesson-files/csound-intonation-harmonic-min3-30cent:355 #: lesson-files/csound-intonation-harmonic-min3-40cent:25 #: lesson-files/csound-intonation-harmonic-min3-40cent:55 #: lesson-files/csound-intonation-harmonic-min3-40cent:85 #: lesson-files/csound-intonation-harmonic-min3-40cent:115 #: lesson-files/csound-intonation-harmonic-min3-40cent:145 #: lesson-files/csound-intonation-harmonic-min3-40cent:175 #: lesson-files/csound-intonation-harmonic-min3-40cent:205 #: lesson-files/csound-intonation-harmonic-min3-40cent:235 #: lesson-files/csound-intonation-harmonic-min3-40cent:265 #: lesson-files/csound-intonation-harmonic-min3-40cent:295 #: lesson-files/csound-intonation-harmonic-min3-40cent:325 #: lesson-files/csound-intonation-harmonic-min3-40cent:355 #: lesson-files/csound-intonation-harmonic-min3-5cent:25 #: lesson-files/csound-intonation-harmonic-min3-5cent:55 #: lesson-files/csound-intonation-harmonic-min3-5cent:85 #: lesson-files/csound-intonation-harmonic-min3-5cent:115 #: lesson-files/csound-intonation-harmonic-min3-5cent:145 #: lesson-files/csound-intonation-harmonic-min3-5cent:175 #: lesson-files/csound-intonation-harmonic-min3-5cent:205 #: lesson-files/csound-intonation-harmonic-min3-5cent:235 #: lesson-files/csound-intonation-harmonic-min3-5cent:265 #: lesson-files/csound-intonation-harmonic-min3-5cent:295 #: lesson-files/csound-intonation-harmonic-min3-5cent:325 #: lesson-files/csound-intonation-harmonic-min3-5cent:355 #: lesson-files/csound-intonation-harmonic-min3-6cent:25 #: lesson-files/csound-intonation-harmonic-min3-6cent:55 #: lesson-files/csound-intonation-harmonic-min3-6cent:85 #: lesson-files/csound-intonation-harmonic-min3-6cent:115 #: lesson-files/csound-intonation-harmonic-min3-6cent:145 #: lesson-files/csound-intonation-harmonic-min3-6cent:175 #: lesson-files/csound-intonation-harmonic-min3-6cent:205 #: lesson-files/csound-intonation-harmonic-min3-6cent:235 #: lesson-files/csound-intonation-harmonic-min3-6cent:265 #: lesson-files/csound-intonation-harmonic-min3-6cent:295 #: lesson-files/csound-intonation-harmonic-min3-6cent:325 #: lesson-files/csound-intonation-harmonic-min3-6cent:355 #: lesson-files/csound-intonation-harmonic-min3-8cent:25 #: lesson-files/csound-intonation-harmonic-min3-8cent:55 #: lesson-files/csound-intonation-harmonic-min3-8cent:85 #: lesson-files/csound-intonation-harmonic-min3-8cent:115 #: lesson-files/csound-intonation-harmonic-min3-8cent:145 #: lesson-files/csound-intonation-harmonic-min3-8cent:175 #: lesson-files/csound-intonation-harmonic-min3-8cent:205 #: lesson-files/csound-intonation-harmonic-min3-8cent:235 #: lesson-files/csound-intonation-harmonic-min3-8cent:265 #: lesson-files/csound-intonation-harmonic-min3-8cent:295 #: lesson-files/csound-intonation-harmonic-min3-8cent:325 #: lesson-files/csound-intonation-harmonic-min3-8cent:355 #: lesson-files/csound-intonation-harmonic-min6-10cent:25 #: lesson-files/csound-intonation-harmonic-min6-10cent:55 #: lesson-files/csound-intonation-harmonic-min6-10cent:85 #: lesson-files/csound-intonation-harmonic-min6-10cent:115 #: lesson-files/csound-intonation-harmonic-min6-10cent:145 #: lesson-files/csound-intonation-harmonic-min6-10cent:175 #: lesson-files/csound-intonation-harmonic-min6-10cent:205 #: lesson-files/csound-intonation-harmonic-min6-10cent:235 #: lesson-files/csound-intonation-harmonic-min6-10cent:265 #: lesson-files/csound-intonation-harmonic-min6-10cent:295 #: lesson-files/csound-intonation-harmonic-min6-10cent:325 #: lesson-files/csound-intonation-harmonic-min6-10cent:355 #: lesson-files/csound-intonation-harmonic-min6-15cent:25 #: lesson-files/csound-intonation-harmonic-min6-15cent:55 #: lesson-files/csound-intonation-harmonic-min6-15cent:85 #: lesson-files/csound-intonation-harmonic-min6-15cent:115 #: lesson-files/csound-intonation-harmonic-min6-15cent:145 #: lesson-files/csound-intonation-harmonic-min6-15cent:175 #: lesson-files/csound-intonation-harmonic-min6-15cent:205 #: lesson-files/csound-intonation-harmonic-min6-15cent:235 #: lesson-files/csound-intonation-harmonic-min6-15cent:265 #: lesson-files/csound-intonation-harmonic-min6-15cent:295 #: lesson-files/csound-intonation-harmonic-min6-15cent:325 #: lesson-files/csound-intonation-harmonic-min6-15cent:355 #: lesson-files/csound-intonation-harmonic-min6-20cent:25 #: lesson-files/csound-intonation-harmonic-min6-20cent:55 #: lesson-files/csound-intonation-harmonic-min6-20cent:85 #: lesson-files/csound-intonation-harmonic-min6-20cent:115 #: lesson-files/csound-intonation-harmonic-min6-20cent:145 #: lesson-files/csound-intonation-harmonic-min6-20cent:175 #: lesson-files/csound-intonation-harmonic-min6-20cent:205 #: lesson-files/csound-intonation-harmonic-min6-20cent:235 #: lesson-files/csound-intonation-harmonic-min6-20cent:265 #: lesson-files/csound-intonation-harmonic-min6-20cent:295 #: lesson-files/csound-intonation-harmonic-min6-20cent:325 #: lesson-files/csound-intonation-harmonic-min6-20cent:355 #: lesson-files/csound-intonation-harmonic-min6-30cent:25 #: lesson-files/csound-intonation-harmonic-min6-30cent:55 #: lesson-files/csound-intonation-harmonic-min6-30cent:85 #: lesson-files/csound-intonation-harmonic-min6-30cent:115 #: lesson-files/csound-intonation-harmonic-min6-30cent:145 #: lesson-files/csound-intonation-harmonic-min6-30cent:175 #: lesson-files/csound-intonation-harmonic-min6-30cent:205 #: lesson-files/csound-intonation-harmonic-min6-30cent:235 #: lesson-files/csound-intonation-harmonic-min6-30cent:265 #: lesson-files/csound-intonation-harmonic-min6-30cent:295 #: lesson-files/csound-intonation-harmonic-min6-30cent:325 #: lesson-files/csound-intonation-harmonic-min6-30cent:355 #: lesson-files/csound-intonation-harmonic-min6-40cent:25 #: lesson-files/csound-intonation-harmonic-min6-40cent:55 #: lesson-files/csound-intonation-harmonic-min6-40cent:85 #: lesson-files/csound-intonation-harmonic-min6-40cent:115 #: lesson-files/csound-intonation-harmonic-min6-40cent:145 #: lesson-files/csound-intonation-harmonic-min6-40cent:175 #: lesson-files/csound-intonation-harmonic-min6-40cent:205 #: lesson-files/csound-intonation-harmonic-min6-40cent:235 #: lesson-files/csound-intonation-harmonic-min6-40cent:265 #: lesson-files/csound-intonation-harmonic-min6-40cent:295 #: lesson-files/csound-intonation-harmonic-min6-40cent:325 #: lesson-files/csound-intonation-harmonic-min6-40cent:355 #: lesson-files/csound-intonation-harmonic-min6-5cent:25 #: lesson-files/csound-intonation-harmonic-min6-5cent:55 #: lesson-files/csound-intonation-harmonic-min6-5cent:85 #: lesson-files/csound-intonation-harmonic-min6-5cent:115 #: lesson-files/csound-intonation-harmonic-min6-5cent:145 #: lesson-files/csound-intonation-harmonic-min6-5cent:175 #: lesson-files/csound-intonation-harmonic-min6-5cent:205 #: lesson-files/csound-intonation-harmonic-min6-5cent:235 #: lesson-files/csound-intonation-harmonic-min6-5cent:265 #: lesson-files/csound-intonation-harmonic-min6-5cent:295 #: lesson-files/csound-intonation-harmonic-min6-5cent:325 #: lesson-files/csound-intonation-harmonic-min6-5cent:355 #: lesson-files/csound-intonation-harmonic-min6-6cent:25 #: lesson-files/csound-intonation-harmonic-min6-6cent:55 #: lesson-files/csound-intonation-harmonic-min6-6cent:85 #: lesson-files/csound-intonation-harmonic-min6-6cent:115 #: lesson-files/csound-intonation-harmonic-min6-6cent:145 #: lesson-files/csound-intonation-harmonic-min6-6cent:175 #: lesson-files/csound-intonation-harmonic-min6-6cent:205 #: lesson-files/csound-intonation-harmonic-min6-6cent:235 #: lesson-files/csound-intonation-harmonic-min6-6cent:265 #: lesson-files/csound-intonation-harmonic-min6-6cent:295 #: lesson-files/csound-intonation-harmonic-min6-6cent:325 #: lesson-files/csound-intonation-harmonic-min6-6cent:355 #: lesson-files/csound-intonation-harmonic-min6-8cent:25 #: lesson-files/csound-intonation-harmonic-min6-8cent:55 #: lesson-files/csound-intonation-harmonic-min6-8cent:85 #: lesson-files/csound-intonation-harmonic-min6-8cent:115 #: lesson-files/csound-intonation-harmonic-min6-8cent:145 #: lesson-files/csound-intonation-harmonic-min6-8cent:175 #: lesson-files/csound-intonation-harmonic-min6-8cent:205 #: lesson-files/csound-intonation-harmonic-min6-8cent:235 #: lesson-files/csound-intonation-harmonic-min6-8cent:265 #: lesson-files/csound-intonation-harmonic-min6-8cent:295 #: lesson-files/csound-intonation-harmonic-min6-8cent:325 #: lesson-files/csound-intonation-harmonic-min6-8cent:355 #: lesson-files/csound-intonation-harmonic-min7-10cent:25 #: lesson-files/csound-intonation-harmonic-min7-10cent:55 #: lesson-files/csound-intonation-harmonic-min7-10cent:85 #: lesson-files/csound-intonation-harmonic-min7-10cent:115 #: lesson-files/csound-intonation-harmonic-min7-10cent:145 #: lesson-files/csound-intonation-harmonic-min7-10cent:175 #: lesson-files/csound-intonation-harmonic-min7-10cent:205 #: lesson-files/csound-intonation-harmonic-min7-10cent:235 #: lesson-files/csound-intonation-harmonic-min7-10cent:265 #: lesson-files/csound-intonation-harmonic-min7-10cent:295 #: lesson-files/csound-intonation-harmonic-min7-10cent:325 #: lesson-files/csound-intonation-harmonic-min7-10cent:355 #: lesson-files/csound-intonation-harmonic-min7-15cent:25 #: lesson-files/csound-intonation-harmonic-min7-15cent:55 #: lesson-files/csound-intonation-harmonic-min7-15cent:85 #: lesson-files/csound-intonation-harmonic-min7-15cent:115 #: lesson-files/csound-intonation-harmonic-min7-15cent:145 #: lesson-files/csound-intonation-harmonic-min7-15cent:175 #: lesson-files/csound-intonation-harmonic-min7-15cent:205 #: lesson-files/csound-intonation-harmonic-min7-15cent:235 #: lesson-files/csound-intonation-harmonic-min7-15cent:265 #: lesson-files/csound-intonation-harmonic-min7-15cent:295 #: lesson-files/csound-intonation-harmonic-min7-15cent:325 #: lesson-files/csound-intonation-harmonic-min7-15cent:355 #: lesson-files/csound-intonation-harmonic-min7-20cent:25 #: lesson-files/csound-intonation-harmonic-min7-20cent:55 #: lesson-files/csound-intonation-harmonic-min7-20cent:85 #: lesson-files/csound-intonation-harmonic-min7-20cent:115 #: lesson-files/csound-intonation-harmonic-min7-20cent:145 #: lesson-files/csound-intonation-harmonic-min7-20cent:175 #: lesson-files/csound-intonation-harmonic-min7-20cent:205 #: lesson-files/csound-intonation-harmonic-min7-20cent:235 #: lesson-files/csound-intonation-harmonic-min7-20cent:265 #: lesson-files/csound-intonation-harmonic-min7-20cent:295 #: lesson-files/csound-intonation-harmonic-min7-20cent:325 #: lesson-files/csound-intonation-harmonic-min7-20cent:355 #: lesson-files/csound-intonation-harmonic-min7-30cent:25 #: lesson-files/csound-intonation-harmonic-min7-30cent:55 #: lesson-files/csound-intonation-harmonic-min7-30cent:85 #: lesson-files/csound-intonation-harmonic-min7-30cent:115 #: lesson-files/csound-intonation-harmonic-min7-30cent:145 #: lesson-files/csound-intonation-harmonic-min7-30cent:175 #: lesson-files/csound-intonation-harmonic-min7-30cent:205 #: lesson-files/csound-intonation-harmonic-min7-30cent:235 #: lesson-files/csound-intonation-harmonic-min7-30cent:265 #: lesson-files/csound-intonation-harmonic-min7-30cent:295 #: lesson-files/csound-intonation-harmonic-min7-30cent:325 #: lesson-files/csound-intonation-harmonic-min7-30cent:355 #: lesson-files/csound-intonation-harmonic-min7-40cent:25 #: lesson-files/csound-intonation-harmonic-min7-40cent:55 #: lesson-files/csound-intonation-harmonic-min7-40cent:85 #: lesson-files/csound-intonation-harmonic-min7-40cent:115 #: lesson-files/csound-intonation-harmonic-min7-40cent:145 #: lesson-files/csound-intonation-harmonic-min7-40cent:175 #: lesson-files/csound-intonation-harmonic-min7-40cent:205 #: lesson-files/csound-intonation-harmonic-min7-40cent:235 #: lesson-files/csound-intonation-harmonic-min7-40cent:265 #: lesson-files/csound-intonation-harmonic-min7-40cent:295 #: lesson-files/csound-intonation-harmonic-min7-40cent:325 #: lesson-files/csound-intonation-harmonic-min7-40cent:355 #: lesson-files/csound-intonation-harmonic-min7-5cent:25 #: lesson-files/csound-intonation-harmonic-min7-5cent:55 #: lesson-files/csound-intonation-harmonic-min7-5cent:85 #: lesson-files/csound-intonation-harmonic-min7-5cent:115 #: lesson-files/csound-intonation-harmonic-min7-5cent:145 #: lesson-files/csound-intonation-harmonic-min7-5cent:175 #: lesson-files/csound-intonation-harmonic-min7-5cent:205 #: lesson-files/csound-intonation-harmonic-min7-5cent:235 #: lesson-files/csound-intonation-harmonic-min7-5cent:265 #: lesson-files/csound-intonation-harmonic-min7-5cent:295 #: lesson-files/csound-intonation-harmonic-min7-5cent:325 #: lesson-files/csound-intonation-harmonic-min7-5cent:355 #: lesson-files/csound-intonation-harmonic-min7-6cent:25 #: lesson-files/csound-intonation-harmonic-min7-6cent:55 #: lesson-files/csound-intonation-harmonic-min7-6cent:85 #: lesson-files/csound-intonation-harmonic-min7-6cent:115 #: lesson-files/csound-intonation-harmonic-min7-6cent:145 #: lesson-files/csound-intonation-harmonic-min7-6cent:175 #: lesson-files/csound-intonation-harmonic-min7-6cent:205 #: lesson-files/csound-intonation-harmonic-min7-6cent:235 #: lesson-files/csound-intonation-harmonic-min7-6cent:265 #: lesson-files/csound-intonation-harmonic-min7-6cent:295 #: lesson-files/csound-intonation-harmonic-min7-6cent:325 #: lesson-files/csound-intonation-harmonic-min7-6cent:355 #: lesson-files/csound-intonation-harmonic-min7-8cent:25 #: lesson-files/csound-intonation-harmonic-min7-8cent:55 #: lesson-files/csound-intonation-harmonic-min7-8cent:85 #: lesson-files/csound-intonation-harmonic-min7-8cent:115 #: lesson-files/csound-intonation-harmonic-min7-8cent:145 #: lesson-files/csound-intonation-harmonic-min7-8cent:175 #: lesson-files/csound-intonation-harmonic-min7-8cent:205 #: lesson-files/csound-intonation-harmonic-min7-8cent:235 #: lesson-files/csound-intonation-harmonic-min7-8cent:265 #: lesson-files/csound-intonation-harmonic-min7-8cent:295 #: lesson-files/csound-intonation-harmonic-min7-8cent:325 #: lesson-files/csound-intonation-harmonic-min7-8cent:355 #: lesson-files/csound-intonation-harmonic-p4-10cent:25 #: lesson-files/csound-intonation-harmonic-p4-10cent:55 #: lesson-files/csound-intonation-harmonic-p4-10cent:85 #: lesson-files/csound-intonation-harmonic-p4-10cent:115 #: lesson-files/csound-intonation-harmonic-p4-10cent:145 #: lesson-files/csound-intonation-harmonic-p4-10cent:175 #: lesson-files/csound-intonation-harmonic-p4-10cent:205 #: lesson-files/csound-intonation-harmonic-p4-10cent:235 #: lesson-files/csound-intonation-harmonic-p4-10cent:265 #: lesson-files/csound-intonation-harmonic-p4-10cent:295 #: lesson-files/csound-intonation-harmonic-p4-10cent:325 #: lesson-files/csound-intonation-harmonic-p4-10cent:355 #: lesson-files/csound-intonation-harmonic-p4-15cent:25 #: lesson-files/csound-intonation-harmonic-p4-15cent:55 #: lesson-files/csound-intonation-harmonic-p4-15cent:85 #: lesson-files/csound-intonation-harmonic-p4-15cent:115 #: lesson-files/csound-intonation-harmonic-p4-15cent:145 #: lesson-files/csound-intonation-harmonic-p4-15cent:175 #: lesson-files/csound-intonation-harmonic-p4-15cent:205 #: lesson-files/csound-intonation-harmonic-p4-15cent:235 #: lesson-files/csound-intonation-harmonic-p4-15cent:265 #: lesson-files/csound-intonation-harmonic-p4-15cent:295 #: lesson-files/csound-intonation-harmonic-p4-15cent:325 #: lesson-files/csound-intonation-harmonic-p4-15cent:355 #: lesson-files/csound-intonation-harmonic-p4-20cent:25 #: lesson-files/csound-intonation-harmonic-p4-20cent:55 #: lesson-files/csound-intonation-harmonic-p4-20cent:85 #: lesson-files/csound-intonation-harmonic-p4-20cent:115 #: lesson-files/csound-intonation-harmonic-p4-20cent:145 #: lesson-files/csound-intonation-harmonic-p4-20cent:175 #: lesson-files/csound-intonation-harmonic-p4-20cent:205 #: lesson-files/csound-intonation-harmonic-p4-20cent:235 #: lesson-files/csound-intonation-harmonic-p4-20cent:265 #: lesson-files/csound-intonation-harmonic-p4-20cent:295 #: lesson-files/csound-intonation-harmonic-p4-20cent:325 #: lesson-files/csound-intonation-harmonic-p4-20cent:355 #: lesson-files/csound-intonation-harmonic-p4-30cent:25 #: lesson-files/csound-intonation-harmonic-p4-30cent:55 #: lesson-files/csound-intonation-harmonic-p4-30cent:85 #: lesson-files/csound-intonation-harmonic-p4-30cent:115 #: lesson-files/csound-intonation-harmonic-p4-30cent:145 #: lesson-files/csound-intonation-harmonic-p4-30cent:175 #: lesson-files/csound-intonation-harmonic-p4-30cent:205 #: lesson-files/csound-intonation-harmonic-p4-30cent:235 #: lesson-files/csound-intonation-harmonic-p4-30cent:265 #: lesson-files/csound-intonation-harmonic-p4-30cent:295 #: lesson-files/csound-intonation-harmonic-p4-30cent:325 #: lesson-files/csound-intonation-harmonic-p4-30cent:355 #: lesson-files/csound-intonation-harmonic-p4-40cent:25 #: lesson-files/csound-intonation-harmonic-p4-40cent:55 #: lesson-files/csound-intonation-harmonic-p4-40cent:85 #: lesson-files/csound-intonation-harmonic-p4-40cent:115 #: lesson-files/csound-intonation-harmonic-p4-40cent:145 #: lesson-files/csound-intonation-harmonic-p4-40cent:175 #: lesson-files/csound-intonation-harmonic-p4-40cent:205 #: lesson-files/csound-intonation-harmonic-p4-40cent:235 #: lesson-files/csound-intonation-harmonic-p4-40cent:265 #: lesson-files/csound-intonation-harmonic-p4-40cent:295 #: lesson-files/csound-intonation-harmonic-p4-40cent:325 #: lesson-files/csound-intonation-harmonic-p4-40cent:355 #: lesson-files/csound-intonation-harmonic-p4-5cent:25 #: lesson-files/csound-intonation-harmonic-p4-5cent:55 #: lesson-files/csound-intonation-harmonic-p4-5cent:85 #: lesson-files/csound-intonation-harmonic-p4-5cent:115 #: lesson-files/csound-intonation-harmonic-p4-5cent:145 #: lesson-files/csound-intonation-harmonic-p4-5cent:175 #: lesson-files/csound-intonation-harmonic-p4-5cent:205 #: lesson-files/csound-intonation-harmonic-p4-5cent:235 #: lesson-files/csound-intonation-harmonic-p4-5cent:265 #: lesson-files/csound-intonation-harmonic-p4-5cent:295 #: lesson-files/csound-intonation-harmonic-p4-5cent:325 #: lesson-files/csound-intonation-harmonic-p4-5cent:355 #: lesson-files/csound-intonation-harmonic-p4-6cent:25 #: lesson-files/csound-intonation-harmonic-p4-6cent:55 #: lesson-files/csound-intonation-harmonic-p4-6cent:85 #: lesson-files/csound-intonation-harmonic-p4-6cent:115 #: lesson-files/csound-intonation-harmonic-p4-6cent:145 #: lesson-files/csound-intonation-harmonic-p4-6cent:175 #: lesson-files/csound-intonation-harmonic-p4-6cent:205 #: lesson-files/csound-intonation-harmonic-p4-6cent:235 #: lesson-files/csound-intonation-harmonic-p4-6cent:265 #: lesson-files/csound-intonation-harmonic-p4-6cent:295 #: lesson-files/csound-intonation-harmonic-p4-6cent:325 #: lesson-files/csound-intonation-harmonic-p4-6cent:355 #: lesson-files/csound-intonation-harmonic-p4-8cent:25 #: lesson-files/csound-intonation-harmonic-p4-8cent:55 #: lesson-files/csound-intonation-harmonic-p4-8cent:85 #: lesson-files/csound-intonation-harmonic-p4-8cent:115 #: lesson-files/csound-intonation-harmonic-p4-8cent:145 #: lesson-files/csound-intonation-harmonic-p4-8cent:175 #: lesson-files/csound-intonation-harmonic-p4-8cent:205 #: lesson-files/csound-intonation-harmonic-p4-8cent:235 #: lesson-files/csound-intonation-harmonic-p4-8cent:265 #: lesson-files/csound-intonation-harmonic-p4-8cent:295 #: lesson-files/csound-intonation-harmonic-p4-8cent:325 #: lesson-files/csound-intonation-harmonic-p4-8cent:355 #: lesson-files/csound-intonation-harmonic-p5-10cent:25 #: lesson-files/csound-intonation-harmonic-p5-10cent:55 #: lesson-files/csound-intonation-harmonic-p5-10cent:85 #: lesson-files/csound-intonation-harmonic-p5-10cent:115 #: lesson-files/csound-intonation-harmonic-p5-10cent:145 #: lesson-files/csound-intonation-harmonic-p5-10cent:175 #: lesson-files/csound-intonation-harmonic-p5-10cent:205 #: lesson-files/csound-intonation-harmonic-p5-10cent:235 #: lesson-files/csound-intonation-harmonic-p5-10cent:265 #: lesson-files/csound-intonation-harmonic-p5-10cent:295 #: lesson-files/csound-intonation-harmonic-p5-10cent:325 #: lesson-files/csound-intonation-harmonic-p5-10cent:355 #: lesson-files/csound-intonation-harmonic-p5-15cent:25 #: lesson-files/csound-intonation-harmonic-p5-15cent:55 #: lesson-files/csound-intonation-harmonic-p5-15cent:85 #: lesson-files/csound-intonation-harmonic-p5-15cent:115 #: lesson-files/csound-intonation-harmonic-p5-15cent:145 #: lesson-files/csound-intonation-harmonic-p5-15cent:175 #: lesson-files/csound-intonation-harmonic-p5-15cent:205 #: lesson-files/csound-intonation-harmonic-p5-15cent:235 #: lesson-files/csound-intonation-harmonic-p5-15cent:265 #: lesson-files/csound-intonation-harmonic-p5-15cent:295 #: lesson-files/csound-intonation-harmonic-p5-15cent:325 #: lesson-files/csound-intonation-harmonic-p5-15cent:355 #: lesson-files/csound-intonation-harmonic-p5-20cent:25 #: lesson-files/csound-intonation-harmonic-p5-20cent:55 #: lesson-files/csound-intonation-harmonic-p5-20cent:85 #: lesson-files/csound-intonation-harmonic-p5-20cent:115 #: lesson-files/csound-intonation-harmonic-p5-20cent:145 #: lesson-files/csound-intonation-harmonic-p5-20cent:175 #: lesson-files/csound-intonation-harmonic-p5-20cent:205 #: lesson-files/csound-intonation-harmonic-p5-20cent:235 #: lesson-files/csound-intonation-harmonic-p5-20cent:265 #: lesson-files/csound-intonation-harmonic-p5-20cent:295 #: lesson-files/csound-intonation-harmonic-p5-20cent:325 #: lesson-files/csound-intonation-harmonic-p5-20cent:355 #: lesson-files/csound-intonation-harmonic-p5-30cent:25 #: lesson-files/csound-intonation-harmonic-p5-30cent:55 #: lesson-files/csound-intonation-harmonic-p5-30cent:85 #: lesson-files/csound-intonation-harmonic-p5-30cent:115 #: lesson-files/csound-intonation-harmonic-p5-30cent:145 #: lesson-files/csound-intonation-harmonic-p5-30cent:175 #: lesson-files/csound-intonation-harmonic-p5-30cent:205 #: lesson-files/csound-intonation-harmonic-p5-30cent:235 #: lesson-files/csound-intonation-harmonic-p5-30cent:265 #: lesson-files/csound-intonation-harmonic-p5-30cent:295 #: lesson-files/csound-intonation-harmonic-p5-30cent:325 #: lesson-files/csound-intonation-harmonic-p5-30cent:355 #: lesson-files/csound-intonation-harmonic-p5-40cent:25 #: lesson-files/csound-intonation-harmonic-p5-40cent:55 #: lesson-files/csound-intonation-harmonic-p5-40cent:85 #: lesson-files/csound-intonation-harmonic-p5-40cent:115 #: lesson-files/csound-intonation-harmonic-p5-40cent:145 #: lesson-files/csound-intonation-harmonic-p5-40cent:175 #: lesson-files/csound-intonation-harmonic-p5-40cent:205 #: lesson-files/csound-intonation-harmonic-p5-40cent:235 #: lesson-files/csound-intonation-harmonic-p5-40cent:265 #: lesson-files/csound-intonation-harmonic-p5-40cent:295 #: lesson-files/csound-intonation-harmonic-p5-40cent:325 #: lesson-files/csound-intonation-harmonic-p5-40cent:355 #: lesson-files/csound-intonation-harmonic-p5-5cent:25 #: lesson-files/csound-intonation-harmonic-p5-5cent:55 #: lesson-files/csound-intonation-harmonic-p5-5cent:85 #: lesson-files/csound-intonation-harmonic-p5-5cent:115 #: lesson-files/csound-intonation-harmonic-p5-5cent:145 #: lesson-files/csound-intonation-harmonic-p5-5cent:175 #: lesson-files/csound-intonation-harmonic-p5-5cent:205 #: lesson-files/csound-intonation-harmonic-p5-5cent:235 #: lesson-files/csound-intonation-harmonic-p5-5cent:265 #: lesson-files/csound-intonation-harmonic-p5-5cent:295 #: lesson-files/csound-intonation-harmonic-p5-5cent:325 #: lesson-files/csound-intonation-harmonic-p5-5cent:355 #: lesson-files/csound-intonation-harmonic-p5-6cent:25 #: lesson-files/csound-intonation-harmonic-p5-6cent:55 #: lesson-files/csound-intonation-harmonic-p5-6cent:85 #: lesson-files/csound-intonation-harmonic-p5-6cent:115 #: lesson-files/csound-intonation-harmonic-p5-6cent:145 #: lesson-files/csound-intonation-harmonic-p5-6cent:175 #: lesson-files/csound-intonation-harmonic-p5-6cent:205 #: lesson-files/csound-intonation-harmonic-p5-6cent:235 #: lesson-files/csound-intonation-harmonic-p5-6cent:265 #: lesson-files/csound-intonation-harmonic-p5-6cent:295 #: lesson-files/csound-intonation-harmonic-p5-6cent:325 #: lesson-files/csound-intonation-harmonic-p5-6cent:355 #: lesson-files/csound-intonation-harmonic-p5-8cent:25 #: lesson-files/csound-intonation-harmonic-p5-8cent:55 #: lesson-files/csound-intonation-harmonic-p5-8cent:85 #: lesson-files/csound-intonation-harmonic-p5-8cent:115 #: lesson-files/csound-intonation-harmonic-p5-8cent:145 #: lesson-files/csound-intonation-harmonic-p5-8cent:175 #: lesson-files/csound-intonation-harmonic-p5-8cent:205 #: lesson-files/csound-intonation-harmonic-p5-8cent:235 #: lesson-files/csound-intonation-harmonic-p5-8cent:265 #: lesson-files/csound-intonation-harmonic-p5-8cent:295 #: lesson-files/csound-intonation-harmonic-p5-8cent:325 #: lesson-files/csound-intonation-harmonic-p5-8cent:355 #: lesson-files/csound-intonation-maj2-10cent:25 #: lesson-files/csound-intonation-maj2-10cent:55 #: lesson-files/csound-intonation-maj2-10cent:85 #: lesson-files/csound-intonation-maj2-10cent:115 #: lesson-files/csound-intonation-maj2-10cent:145 #: lesson-files/csound-intonation-maj2-10cent:175 #: lesson-files/csound-intonation-maj2-10cent:205 #: lesson-files/csound-intonation-maj2-10cent:235 #: lesson-files/csound-intonation-maj2-10cent:265 #: lesson-files/csound-intonation-maj2-10cent:295 #: lesson-files/csound-intonation-maj2-10cent:325 #: lesson-files/csound-intonation-maj2-10cent:355 #: lesson-files/csound-intonation-maj2-15cent:25 #: lesson-files/csound-intonation-maj2-15cent:55 #: lesson-files/csound-intonation-maj2-15cent:85 #: lesson-files/csound-intonation-maj2-15cent:115 #: lesson-files/csound-intonation-maj2-15cent:145 #: lesson-files/csound-intonation-maj2-15cent:175 #: lesson-files/csound-intonation-maj2-15cent:205 #: lesson-files/csound-intonation-maj2-15cent:235 #: lesson-files/csound-intonation-maj2-15cent:265 #: lesson-files/csound-intonation-maj2-15cent:295 #: lesson-files/csound-intonation-maj2-15cent:325 #: lesson-files/csound-intonation-maj2-15cent:355 #: lesson-files/csound-intonation-maj2-20cent:25 #: lesson-files/csound-intonation-maj2-20cent:55 #: lesson-files/csound-intonation-maj2-20cent:85 #: lesson-files/csound-intonation-maj2-20cent:115 #: lesson-files/csound-intonation-maj2-20cent:145 #: lesson-files/csound-intonation-maj2-20cent:175 #: lesson-files/csound-intonation-maj2-20cent:205 #: lesson-files/csound-intonation-maj2-20cent:235 #: lesson-files/csound-intonation-maj2-20cent:265 #: lesson-files/csound-intonation-maj2-20cent:295 #: lesson-files/csound-intonation-maj2-20cent:325 #: lesson-files/csound-intonation-maj2-20cent:355 #: lesson-files/csound-intonation-maj2-30cent:25 #: lesson-files/csound-intonation-maj2-30cent:55 #: lesson-files/csound-intonation-maj2-30cent:85 #: lesson-files/csound-intonation-maj2-30cent:115 #: lesson-files/csound-intonation-maj2-30cent:145 #: lesson-files/csound-intonation-maj2-30cent:175 #: lesson-files/csound-intonation-maj2-30cent:205 #: lesson-files/csound-intonation-maj2-30cent:235 #: lesson-files/csound-intonation-maj2-30cent:265 #: lesson-files/csound-intonation-maj2-30cent:295 #: lesson-files/csound-intonation-maj2-30cent:325 #: lesson-files/csound-intonation-maj2-30cent:355 #: lesson-files/csound-intonation-maj2-40cent:25 #: lesson-files/csound-intonation-maj2-40cent:55 #: lesson-files/csound-intonation-maj2-40cent:85 #: lesson-files/csound-intonation-maj2-40cent:115 #: lesson-files/csound-intonation-maj2-40cent:145 #: lesson-files/csound-intonation-maj2-40cent:175 #: lesson-files/csound-intonation-maj2-40cent:205 #: lesson-files/csound-intonation-maj2-40cent:235 #: lesson-files/csound-intonation-maj2-40cent:265 #: lesson-files/csound-intonation-maj2-40cent:295 #: lesson-files/csound-intonation-maj2-40cent:325 #: lesson-files/csound-intonation-maj2-40cent:355 #: lesson-files/csound-intonation-maj2-5cent:25 #: lesson-files/csound-intonation-maj2-5cent:55 #: lesson-files/csound-intonation-maj2-5cent:85 #: lesson-files/csound-intonation-maj2-5cent:115 #: lesson-files/csound-intonation-maj2-5cent:145 #: lesson-files/csound-intonation-maj2-5cent:175 #: lesson-files/csound-intonation-maj2-5cent:205 #: lesson-files/csound-intonation-maj2-5cent:235 #: lesson-files/csound-intonation-maj2-5cent:265 #: lesson-files/csound-intonation-maj2-5cent:295 #: lesson-files/csound-intonation-maj2-5cent:325 #: lesson-files/csound-intonation-maj2-5cent:355 #: lesson-files/csound-intonation-maj2-6cent:25 #: lesson-files/csound-intonation-maj2-6cent:55 #: lesson-files/csound-intonation-maj2-6cent:85 #: lesson-files/csound-intonation-maj2-6cent:115 #: lesson-files/csound-intonation-maj2-6cent:145 #: lesson-files/csound-intonation-maj2-6cent:175 #: lesson-files/csound-intonation-maj2-6cent:205 #: lesson-files/csound-intonation-maj2-6cent:235 #: lesson-files/csound-intonation-maj2-6cent:265 #: lesson-files/csound-intonation-maj2-6cent:295 #: lesson-files/csound-intonation-maj2-6cent:325 #: lesson-files/csound-intonation-maj2-6cent:355 #: lesson-files/csound-intonation-maj2-8cent:25 #: lesson-files/csound-intonation-maj2-8cent:55 #: lesson-files/csound-intonation-maj2-8cent:85 #: lesson-files/csound-intonation-maj2-8cent:115 #: lesson-files/csound-intonation-maj2-8cent:145 #: lesson-files/csound-intonation-maj2-8cent:175 #: lesson-files/csound-intonation-maj2-8cent:205 #: lesson-files/csound-intonation-maj2-8cent:235 #: lesson-files/csound-intonation-maj2-8cent:265 #: lesson-files/csound-intonation-maj2-8cent:295 #: lesson-files/csound-intonation-maj2-8cent:325 #: lesson-files/csound-intonation-maj2-8cent:355 #: lesson-files/csound-intonation-maj3-10cent:25 #: lesson-files/csound-intonation-maj3-10cent:55 #: lesson-files/csound-intonation-maj3-10cent:85 #: lesson-files/csound-intonation-maj3-10cent:115 #: lesson-files/csound-intonation-maj3-10cent:145 #: lesson-files/csound-intonation-maj3-10cent:175 #: lesson-files/csound-intonation-maj3-10cent:205 #: lesson-files/csound-intonation-maj3-10cent:235 #: lesson-files/csound-intonation-maj3-10cent:265 #: lesson-files/csound-intonation-maj3-10cent:295 #: lesson-files/csound-intonation-maj3-10cent:325 #: lesson-files/csound-intonation-maj3-10cent:355 #: lesson-files/csound-intonation-maj3-15cent:25 #: lesson-files/csound-intonation-maj3-15cent:55 #: lesson-files/csound-intonation-maj3-15cent:85 #: lesson-files/csound-intonation-maj3-15cent:115 #: lesson-files/csound-intonation-maj3-15cent:145 #: lesson-files/csound-intonation-maj3-15cent:175 #: lesson-files/csound-intonation-maj3-15cent:205 #: lesson-files/csound-intonation-maj3-15cent:235 #: lesson-files/csound-intonation-maj3-15cent:265 #: lesson-files/csound-intonation-maj3-15cent:295 #: lesson-files/csound-intonation-maj3-15cent:325 #: lesson-files/csound-intonation-maj3-15cent:355 #: lesson-files/csound-intonation-maj3-20cent:25 #: lesson-files/csound-intonation-maj3-20cent:55 #: lesson-files/csound-intonation-maj3-20cent:85 #: lesson-files/csound-intonation-maj3-20cent:115 #: lesson-files/csound-intonation-maj3-20cent:145 #: lesson-files/csound-intonation-maj3-20cent:175 #: lesson-files/csound-intonation-maj3-20cent:205 #: lesson-files/csound-intonation-maj3-20cent:235 #: lesson-files/csound-intonation-maj3-20cent:265 #: lesson-files/csound-intonation-maj3-20cent:295 #: lesson-files/csound-intonation-maj3-20cent:325 #: lesson-files/csound-intonation-maj3-20cent:355 #: lesson-files/csound-intonation-maj3-30cent:25 #: lesson-files/csound-intonation-maj3-30cent:55 #: lesson-files/csound-intonation-maj3-30cent:85 #: lesson-files/csound-intonation-maj3-30cent:115 #: lesson-files/csound-intonation-maj3-30cent:145 #: lesson-files/csound-intonation-maj3-30cent:175 #: lesson-files/csound-intonation-maj3-30cent:205 #: lesson-files/csound-intonation-maj3-30cent:235 #: lesson-files/csound-intonation-maj3-30cent:265 #: lesson-files/csound-intonation-maj3-30cent:295 #: lesson-files/csound-intonation-maj3-30cent:325 #: lesson-files/csound-intonation-maj3-30cent:355 #: lesson-files/csound-intonation-maj3-40cent:25 #: lesson-files/csound-intonation-maj3-40cent:55 #: lesson-files/csound-intonation-maj3-40cent:85 #: lesson-files/csound-intonation-maj3-40cent:115 #: lesson-files/csound-intonation-maj3-40cent:145 #: lesson-files/csound-intonation-maj3-40cent:175 #: lesson-files/csound-intonation-maj3-40cent:205 #: lesson-files/csound-intonation-maj3-40cent:235 #: lesson-files/csound-intonation-maj3-40cent:265 #: lesson-files/csound-intonation-maj3-40cent:295 #: lesson-files/csound-intonation-maj3-40cent:325 #: lesson-files/csound-intonation-maj3-40cent:355 #: lesson-files/csound-intonation-maj3-5cent:25 #: lesson-files/csound-intonation-maj3-5cent:55 #: lesson-files/csound-intonation-maj3-5cent:85 #: lesson-files/csound-intonation-maj3-5cent:115 #: lesson-files/csound-intonation-maj3-5cent:145 #: lesson-files/csound-intonation-maj3-5cent:175 #: lesson-files/csound-intonation-maj3-5cent:205 #: lesson-files/csound-intonation-maj3-5cent:235 #: lesson-files/csound-intonation-maj3-5cent:265 #: lesson-files/csound-intonation-maj3-5cent:295 #: lesson-files/csound-intonation-maj3-5cent:325 #: lesson-files/csound-intonation-maj3-5cent:355 #: lesson-files/csound-intonation-maj3-6cent:25 #: lesson-files/csound-intonation-maj3-6cent:55 #: lesson-files/csound-intonation-maj3-6cent:85 #: lesson-files/csound-intonation-maj3-6cent:115 #: lesson-files/csound-intonation-maj3-6cent:145 #: lesson-files/csound-intonation-maj3-6cent:175 #: lesson-files/csound-intonation-maj3-6cent:205 #: lesson-files/csound-intonation-maj3-6cent:235 #: lesson-files/csound-intonation-maj3-6cent:265 #: lesson-files/csound-intonation-maj3-6cent:295 #: lesson-files/csound-intonation-maj3-6cent:325 #: lesson-files/csound-intonation-maj3-6cent:355 #: lesson-files/csound-intonation-maj3-8cent:25 #: lesson-files/csound-intonation-maj3-8cent:55 #: lesson-files/csound-intonation-maj3-8cent:85 #: lesson-files/csound-intonation-maj3-8cent:115 #: lesson-files/csound-intonation-maj3-8cent:145 #: lesson-files/csound-intonation-maj3-8cent:175 #: lesson-files/csound-intonation-maj3-8cent:205 #: lesson-files/csound-intonation-maj3-8cent:235 #: lesson-files/csound-intonation-maj3-8cent:265 #: lesson-files/csound-intonation-maj3-8cent:295 #: lesson-files/csound-intonation-maj3-8cent:325 #: lesson-files/csound-intonation-maj3-8cent:355 #: lesson-files/csound-intonation-maj6-10cent:25 #: lesson-files/csound-intonation-maj6-10cent:55 #: lesson-files/csound-intonation-maj6-10cent:85 #: lesson-files/csound-intonation-maj6-10cent:115 #: lesson-files/csound-intonation-maj6-10cent:145 #: lesson-files/csound-intonation-maj6-10cent:175 #: lesson-files/csound-intonation-maj6-10cent:205 #: lesson-files/csound-intonation-maj6-10cent:235 #: lesson-files/csound-intonation-maj6-10cent:265 #: lesson-files/csound-intonation-maj6-10cent:295 #: lesson-files/csound-intonation-maj6-10cent:325 #: lesson-files/csound-intonation-maj6-10cent:355 #: lesson-files/csound-intonation-maj6-15cent:25 #: lesson-files/csound-intonation-maj6-15cent:55 #: lesson-files/csound-intonation-maj6-15cent:85 #: lesson-files/csound-intonation-maj6-15cent:115 #: lesson-files/csound-intonation-maj6-15cent:145 #: lesson-files/csound-intonation-maj6-15cent:175 #: lesson-files/csound-intonation-maj6-15cent:205 #: lesson-files/csound-intonation-maj6-15cent:235 #: lesson-files/csound-intonation-maj6-15cent:265 #: lesson-files/csound-intonation-maj6-15cent:295 #: lesson-files/csound-intonation-maj6-15cent:325 #: lesson-files/csound-intonation-maj6-15cent:355 #: lesson-files/csound-intonation-maj6-20cent:25 #: lesson-files/csound-intonation-maj6-20cent:55 #: lesson-files/csound-intonation-maj6-20cent:85 #: lesson-files/csound-intonation-maj6-20cent:115 #: lesson-files/csound-intonation-maj6-20cent:145 #: lesson-files/csound-intonation-maj6-20cent:175 #: lesson-files/csound-intonation-maj6-20cent:205 #: lesson-files/csound-intonation-maj6-20cent:235 #: lesson-files/csound-intonation-maj6-20cent:265 #: lesson-files/csound-intonation-maj6-20cent:295 #: lesson-files/csound-intonation-maj6-20cent:325 #: lesson-files/csound-intonation-maj6-20cent:355 #: lesson-files/csound-intonation-maj6-30cent:25 #: lesson-files/csound-intonation-maj6-30cent:55 #: lesson-files/csound-intonation-maj6-30cent:85 #: lesson-files/csound-intonation-maj6-30cent:115 #: lesson-files/csound-intonation-maj6-30cent:145 #: lesson-files/csound-intonation-maj6-30cent:175 #: lesson-files/csound-intonation-maj6-30cent:205 #: lesson-files/csound-intonation-maj6-30cent:235 #: lesson-files/csound-intonation-maj6-30cent:265 #: lesson-files/csound-intonation-maj6-30cent:295 #: lesson-files/csound-intonation-maj6-30cent:325 #: lesson-files/csound-intonation-maj6-30cent:355 #: lesson-files/csound-intonation-maj6-40cent:25 #: lesson-files/csound-intonation-maj6-40cent:55 #: lesson-files/csound-intonation-maj6-40cent:85 #: lesson-files/csound-intonation-maj6-40cent:115 #: lesson-files/csound-intonation-maj6-40cent:145 #: lesson-files/csound-intonation-maj6-40cent:175 #: lesson-files/csound-intonation-maj6-40cent:205 #: lesson-files/csound-intonation-maj6-40cent:235 #: lesson-files/csound-intonation-maj6-40cent:265 #: lesson-files/csound-intonation-maj6-40cent:295 #: lesson-files/csound-intonation-maj6-40cent:325 #: lesson-files/csound-intonation-maj6-40cent:355 #: lesson-files/csound-intonation-maj6-5cent:25 #: lesson-files/csound-intonation-maj6-5cent:55 #: lesson-files/csound-intonation-maj6-5cent:85 #: lesson-files/csound-intonation-maj6-5cent:115 #: lesson-files/csound-intonation-maj6-5cent:145 #: lesson-files/csound-intonation-maj6-5cent:175 #: lesson-files/csound-intonation-maj6-5cent:205 #: lesson-files/csound-intonation-maj6-5cent:235 #: lesson-files/csound-intonation-maj6-5cent:265 #: lesson-files/csound-intonation-maj6-5cent:295 #: lesson-files/csound-intonation-maj6-5cent:325 #: lesson-files/csound-intonation-maj6-5cent:355 #: lesson-files/csound-intonation-maj6-6cent:25 #: lesson-files/csound-intonation-maj6-6cent:55 #: lesson-files/csound-intonation-maj6-6cent:85 #: lesson-files/csound-intonation-maj6-6cent:115 #: lesson-files/csound-intonation-maj6-6cent:145 #: lesson-files/csound-intonation-maj6-6cent:175 #: lesson-files/csound-intonation-maj6-6cent:205 #: lesson-files/csound-intonation-maj6-6cent:235 #: lesson-files/csound-intonation-maj6-6cent:265 #: lesson-files/csound-intonation-maj6-6cent:295 #: lesson-files/csound-intonation-maj6-6cent:325 #: lesson-files/csound-intonation-maj6-6cent:355 #: lesson-files/csound-intonation-maj6-8cent:25 #: lesson-files/csound-intonation-maj6-8cent:55 #: lesson-files/csound-intonation-maj6-8cent:85 #: lesson-files/csound-intonation-maj6-8cent:115 #: lesson-files/csound-intonation-maj6-8cent:145 #: lesson-files/csound-intonation-maj6-8cent:175 #: lesson-files/csound-intonation-maj6-8cent:205 #: lesson-files/csound-intonation-maj6-8cent:235 #: lesson-files/csound-intonation-maj6-8cent:265 #: lesson-files/csound-intonation-maj6-8cent:295 #: lesson-files/csound-intonation-maj6-8cent:325 #: lesson-files/csound-intonation-maj6-8cent:355 #: lesson-files/csound-intonation-maj7-10cent:25 #: lesson-files/csound-intonation-maj7-10cent:55 #: lesson-files/csound-intonation-maj7-10cent:85 #: lesson-files/csound-intonation-maj7-10cent:115 #: lesson-files/csound-intonation-maj7-10cent:145 #: lesson-files/csound-intonation-maj7-10cent:175 #: lesson-files/csound-intonation-maj7-10cent:205 #: lesson-files/csound-intonation-maj7-10cent:235 #: lesson-files/csound-intonation-maj7-10cent:265 #: lesson-files/csound-intonation-maj7-10cent:295 #: lesson-files/csound-intonation-maj7-10cent:325 #: lesson-files/csound-intonation-maj7-10cent:355 #: lesson-files/csound-intonation-maj7-15cent:25 #: lesson-files/csound-intonation-maj7-15cent:55 #: lesson-files/csound-intonation-maj7-15cent:85 #: lesson-files/csound-intonation-maj7-15cent:115 #: lesson-files/csound-intonation-maj7-15cent:145 #: lesson-files/csound-intonation-maj7-15cent:175 #: lesson-files/csound-intonation-maj7-15cent:205 #: lesson-files/csound-intonation-maj7-15cent:235 #: lesson-files/csound-intonation-maj7-15cent:265 #: lesson-files/csound-intonation-maj7-15cent:295 #: lesson-files/csound-intonation-maj7-15cent:325 #: lesson-files/csound-intonation-maj7-15cent:355 #: lesson-files/csound-intonation-maj7-20cent:25 #: lesson-files/csound-intonation-maj7-20cent:55 #: lesson-files/csound-intonation-maj7-20cent:85 #: lesson-files/csound-intonation-maj7-20cent:115 #: lesson-files/csound-intonation-maj7-20cent:145 #: lesson-files/csound-intonation-maj7-20cent:175 #: lesson-files/csound-intonation-maj7-20cent:205 #: lesson-files/csound-intonation-maj7-20cent:235 #: lesson-files/csound-intonation-maj7-20cent:265 #: lesson-files/csound-intonation-maj7-20cent:295 #: lesson-files/csound-intonation-maj7-20cent:325 #: lesson-files/csound-intonation-maj7-20cent:355 #: lesson-files/csound-intonation-maj7-30cent:25 #: lesson-files/csound-intonation-maj7-30cent:55 #: lesson-files/csound-intonation-maj7-30cent:85 #: lesson-files/csound-intonation-maj7-30cent:115 #: lesson-files/csound-intonation-maj7-30cent:145 #: lesson-files/csound-intonation-maj7-30cent:175 #: lesson-files/csound-intonation-maj7-30cent:205 #: lesson-files/csound-intonation-maj7-30cent:235 #: lesson-files/csound-intonation-maj7-30cent:265 #: lesson-files/csound-intonation-maj7-30cent:295 #: lesson-files/csound-intonation-maj7-30cent:325 #: lesson-files/csound-intonation-maj7-30cent:355 #: lesson-files/csound-intonation-maj7-40cent:25 #: lesson-files/csound-intonation-maj7-40cent:55 #: lesson-files/csound-intonation-maj7-40cent:85 #: lesson-files/csound-intonation-maj7-40cent:115 #: lesson-files/csound-intonation-maj7-40cent:145 #: lesson-files/csound-intonation-maj7-40cent:175 #: lesson-files/csound-intonation-maj7-40cent:205 #: lesson-files/csound-intonation-maj7-40cent:235 #: lesson-files/csound-intonation-maj7-40cent:265 #: lesson-files/csound-intonation-maj7-40cent:295 #: lesson-files/csound-intonation-maj7-40cent:325 #: lesson-files/csound-intonation-maj7-40cent:355 #: lesson-files/csound-intonation-maj7-5cent:25 #: lesson-files/csound-intonation-maj7-5cent:55 #: lesson-files/csound-intonation-maj7-5cent:85 #: lesson-files/csound-intonation-maj7-5cent:115 #: lesson-files/csound-intonation-maj7-5cent:145 #: lesson-files/csound-intonation-maj7-5cent:175 #: lesson-files/csound-intonation-maj7-5cent:205 #: lesson-files/csound-intonation-maj7-5cent:235 #: lesson-files/csound-intonation-maj7-5cent:265 #: lesson-files/csound-intonation-maj7-5cent:295 #: lesson-files/csound-intonation-maj7-5cent:325 #: lesson-files/csound-intonation-maj7-5cent:355 #: lesson-files/csound-intonation-maj7-6cent:25 #: lesson-files/csound-intonation-maj7-6cent:55 #: lesson-files/csound-intonation-maj7-6cent:85 #: lesson-files/csound-intonation-maj7-6cent:115 #: lesson-files/csound-intonation-maj7-6cent:145 #: lesson-files/csound-intonation-maj7-6cent:175 #: lesson-files/csound-intonation-maj7-6cent:205 #: lesson-files/csound-intonation-maj7-6cent:235 #: lesson-files/csound-intonation-maj7-6cent:265 #: lesson-files/csound-intonation-maj7-6cent:295 #: lesson-files/csound-intonation-maj7-6cent:325 #: lesson-files/csound-intonation-maj7-6cent:355 #: lesson-files/csound-intonation-maj7-8cent:25 #: lesson-files/csound-intonation-maj7-8cent:55 #: lesson-files/csound-intonation-maj7-8cent:85 #: lesson-files/csound-intonation-maj7-8cent:115 #: lesson-files/csound-intonation-maj7-8cent:145 #: lesson-files/csound-intonation-maj7-8cent:175 #: lesson-files/csound-intonation-maj7-8cent:205 #: lesson-files/csound-intonation-maj7-8cent:235 #: lesson-files/csound-intonation-maj7-8cent:265 #: lesson-files/csound-intonation-maj7-8cent:295 #: lesson-files/csound-intonation-maj7-8cent:325 #: lesson-files/csound-intonation-maj7-8cent:355 #: lesson-files/csound-intonation-min2-10cent:25 #: lesson-files/csound-intonation-min2-10cent:55 #: lesson-files/csound-intonation-min2-10cent:85 #: lesson-files/csound-intonation-min2-10cent:115 #: lesson-files/csound-intonation-min2-10cent:145 #: lesson-files/csound-intonation-min2-10cent:175 #: lesson-files/csound-intonation-min2-10cent:205 #: lesson-files/csound-intonation-min2-10cent:235 #: lesson-files/csound-intonation-min2-10cent:265 #: lesson-files/csound-intonation-min2-10cent:295 #: lesson-files/csound-intonation-min2-10cent:325 #: lesson-files/csound-intonation-min2-10cent:355 #: lesson-files/csound-intonation-min2-15cent:25 #: lesson-files/csound-intonation-min2-15cent:55 #: lesson-files/csound-intonation-min2-15cent:85 #: lesson-files/csound-intonation-min2-15cent:115 #: lesson-files/csound-intonation-min2-15cent:145 #: lesson-files/csound-intonation-min2-15cent:175 #: lesson-files/csound-intonation-min2-15cent:205 #: lesson-files/csound-intonation-min2-15cent:235 #: lesson-files/csound-intonation-min2-15cent:265 #: lesson-files/csound-intonation-min2-15cent:295 #: lesson-files/csound-intonation-min2-15cent:325 #: lesson-files/csound-intonation-min2-15cent:355 #: lesson-files/csound-intonation-min2-20cent:25 #: lesson-files/csound-intonation-min2-20cent:55 #: lesson-files/csound-intonation-min2-20cent:85 #: lesson-files/csound-intonation-min2-20cent:115 #: lesson-files/csound-intonation-min2-20cent:145 #: lesson-files/csound-intonation-min2-20cent:175 #: lesson-files/csound-intonation-min2-20cent:205 #: lesson-files/csound-intonation-min2-20cent:235 #: lesson-files/csound-intonation-min2-20cent:265 #: lesson-files/csound-intonation-min2-20cent:295 #: lesson-files/csound-intonation-min2-20cent:325 #: lesson-files/csound-intonation-min2-20cent:355 #: lesson-files/csound-intonation-min2-30cent:25 #: lesson-files/csound-intonation-min2-30cent:55 #: lesson-files/csound-intonation-min2-30cent:85 #: lesson-files/csound-intonation-min2-30cent:115 #: lesson-files/csound-intonation-min2-30cent:145 #: lesson-files/csound-intonation-min2-30cent:175 #: lesson-files/csound-intonation-min2-30cent:205 #: lesson-files/csound-intonation-min2-30cent:235 #: lesson-files/csound-intonation-min2-30cent:265 #: lesson-files/csound-intonation-min2-30cent:295 #: lesson-files/csound-intonation-min2-30cent:325 #: lesson-files/csound-intonation-min2-30cent:355 #: lesson-files/csound-intonation-min2-40cent:25 #: lesson-files/csound-intonation-min2-40cent:55 #: lesson-files/csound-intonation-min2-40cent:85 #: lesson-files/csound-intonation-min2-40cent:115 #: lesson-files/csound-intonation-min2-40cent:145 #: lesson-files/csound-intonation-min2-40cent:175 #: lesson-files/csound-intonation-min2-40cent:205 #: lesson-files/csound-intonation-min2-40cent:235 #: lesson-files/csound-intonation-min2-40cent:265 #: lesson-files/csound-intonation-min2-40cent:295 #: lesson-files/csound-intonation-min2-40cent:325 #: lesson-files/csound-intonation-min2-40cent:355 #: lesson-files/csound-intonation-min2-5cent:25 #: lesson-files/csound-intonation-min2-5cent:55 #: lesson-files/csound-intonation-min2-5cent:85 #: lesson-files/csound-intonation-min2-5cent:115 #: lesson-files/csound-intonation-min2-5cent:145 #: lesson-files/csound-intonation-min2-5cent:175 #: lesson-files/csound-intonation-min2-5cent:205 #: lesson-files/csound-intonation-min2-5cent:235 #: lesson-files/csound-intonation-min2-5cent:265 #: lesson-files/csound-intonation-min2-5cent:295 #: lesson-files/csound-intonation-min2-5cent:325 #: lesson-files/csound-intonation-min2-5cent:355 #: lesson-files/csound-intonation-min2-6cent:25 #: lesson-files/csound-intonation-min2-6cent:55 #: lesson-files/csound-intonation-min2-6cent:85 #: lesson-files/csound-intonation-min2-6cent:115 #: lesson-files/csound-intonation-min2-6cent:145 #: lesson-files/csound-intonation-min2-6cent:175 #: lesson-files/csound-intonation-min2-6cent:205 #: lesson-files/csound-intonation-min2-6cent:235 #: lesson-files/csound-intonation-min2-6cent:265 #: lesson-files/csound-intonation-min2-6cent:295 #: lesson-files/csound-intonation-min2-6cent:325 #: lesson-files/csound-intonation-min2-6cent:355 #: lesson-files/csound-intonation-min2-8cent:25 #: lesson-files/csound-intonation-min2-8cent:55 #: lesson-files/csound-intonation-min2-8cent:85 #: lesson-files/csound-intonation-min2-8cent:115 #: lesson-files/csound-intonation-min2-8cent:145 #: lesson-files/csound-intonation-min2-8cent:175 #: lesson-files/csound-intonation-min2-8cent:205 #: lesson-files/csound-intonation-min2-8cent:235 #: lesson-files/csound-intonation-min2-8cent:265 #: lesson-files/csound-intonation-min2-8cent:295 #: lesson-files/csound-intonation-min2-8cent:325 #: lesson-files/csound-intonation-min2-8cent:355 #: lesson-files/csound-intonation-min3-10cent:25 #: lesson-files/csound-intonation-min3-10cent:55 #: lesson-files/csound-intonation-min3-10cent:85 #: lesson-files/csound-intonation-min3-10cent:115 #: lesson-files/csound-intonation-min3-10cent:145 #: lesson-files/csound-intonation-min3-10cent:175 #: lesson-files/csound-intonation-min3-10cent:205 #: lesson-files/csound-intonation-min3-10cent:235 #: lesson-files/csound-intonation-min3-10cent:265 #: lesson-files/csound-intonation-min3-10cent:295 #: lesson-files/csound-intonation-min3-10cent:325 #: lesson-files/csound-intonation-min3-10cent:355 #: lesson-files/csound-intonation-min3-15cent:25 #: lesson-files/csound-intonation-min3-15cent:55 #: lesson-files/csound-intonation-min3-15cent:85 #: lesson-files/csound-intonation-min3-15cent:115 #: lesson-files/csound-intonation-min3-15cent:145 #: lesson-files/csound-intonation-min3-15cent:175 #: lesson-files/csound-intonation-min3-15cent:205 #: lesson-files/csound-intonation-min3-15cent:235 #: lesson-files/csound-intonation-min3-15cent:265 #: lesson-files/csound-intonation-min3-15cent:295 #: lesson-files/csound-intonation-min3-15cent:325 #: lesson-files/csound-intonation-min3-15cent:355 #: lesson-files/csound-intonation-min3-20cent:25 #: lesson-files/csound-intonation-min3-20cent:55 #: lesson-files/csound-intonation-min3-20cent:85 #: lesson-files/csound-intonation-min3-20cent:115 #: lesson-files/csound-intonation-min3-20cent:145 #: lesson-files/csound-intonation-min3-20cent:175 #: lesson-files/csound-intonation-min3-20cent:205 #: lesson-files/csound-intonation-min3-20cent:235 #: lesson-files/csound-intonation-min3-20cent:265 #: lesson-files/csound-intonation-min3-20cent:295 #: lesson-files/csound-intonation-min3-20cent:325 #: lesson-files/csound-intonation-min3-20cent:355 #: lesson-files/csound-intonation-min3-30cent:25 #: lesson-files/csound-intonation-min3-30cent:55 #: lesson-files/csound-intonation-min3-30cent:85 #: lesson-files/csound-intonation-min3-30cent:115 #: lesson-files/csound-intonation-min3-30cent:145 #: lesson-files/csound-intonation-min3-30cent:175 #: lesson-files/csound-intonation-min3-30cent:205 #: lesson-files/csound-intonation-min3-30cent:235 #: lesson-files/csound-intonation-min3-30cent:265 #: lesson-files/csound-intonation-min3-30cent:295 #: lesson-files/csound-intonation-min3-30cent:325 #: lesson-files/csound-intonation-min3-30cent:355 #: lesson-files/csound-intonation-min3-40cent:25 #: lesson-files/csound-intonation-min3-40cent:55 #: lesson-files/csound-intonation-min3-40cent:85 #: lesson-files/csound-intonation-min3-40cent:115 #: lesson-files/csound-intonation-min3-40cent:145 #: lesson-files/csound-intonation-min3-40cent:175 #: lesson-files/csound-intonation-min3-40cent:205 #: lesson-files/csound-intonation-min3-40cent:235 #: lesson-files/csound-intonation-min3-40cent:265 #: lesson-files/csound-intonation-min3-40cent:295 #: lesson-files/csound-intonation-min3-40cent:325 #: lesson-files/csound-intonation-min3-40cent:355 #: lesson-files/csound-intonation-min3-5cent:25 #: lesson-files/csound-intonation-min3-5cent:55 #: lesson-files/csound-intonation-min3-5cent:85 #: lesson-files/csound-intonation-min3-5cent:115 #: lesson-files/csound-intonation-min3-5cent:145 #: lesson-files/csound-intonation-min3-5cent:175 #: lesson-files/csound-intonation-min3-5cent:205 #: lesson-files/csound-intonation-min3-5cent:235 #: lesson-files/csound-intonation-min3-5cent:265 #: lesson-files/csound-intonation-min3-5cent:295 #: lesson-files/csound-intonation-min3-5cent:325 #: lesson-files/csound-intonation-min3-5cent:355 #: lesson-files/csound-intonation-min3-6cent:25 #: lesson-files/csound-intonation-min3-6cent:55 #: lesson-files/csound-intonation-min3-6cent:85 #: lesson-files/csound-intonation-min3-6cent:115 #: lesson-files/csound-intonation-min3-6cent:145 #: lesson-files/csound-intonation-min3-6cent:175 #: lesson-files/csound-intonation-min3-6cent:205 #: lesson-files/csound-intonation-min3-6cent:235 #: lesson-files/csound-intonation-min3-6cent:265 #: lesson-files/csound-intonation-min3-6cent:295 #: lesson-files/csound-intonation-min3-6cent:325 #: lesson-files/csound-intonation-min3-6cent:355 #: lesson-files/csound-intonation-min3-8cent:25 #: lesson-files/csound-intonation-min3-8cent:55 #: lesson-files/csound-intonation-min3-8cent:85 #: lesson-files/csound-intonation-min3-8cent:115 #: lesson-files/csound-intonation-min3-8cent:145 #: lesson-files/csound-intonation-min3-8cent:175 #: lesson-files/csound-intonation-min3-8cent:205 #: lesson-files/csound-intonation-min3-8cent:235 #: lesson-files/csound-intonation-min3-8cent:265 #: lesson-files/csound-intonation-min3-8cent:295 #: lesson-files/csound-intonation-min3-8cent:325 #: lesson-files/csound-intonation-min3-8cent:355 #: lesson-files/csound-intonation-min6-10cent:25 #: lesson-files/csound-intonation-min6-10cent:55 #: lesson-files/csound-intonation-min6-10cent:85 #: lesson-files/csound-intonation-min6-10cent:115 #: lesson-files/csound-intonation-min6-10cent:145 #: lesson-files/csound-intonation-min6-10cent:175 #: lesson-files/csound-intonation-min6-10cent:205 #: lesson-files/csound-intonation-min6-10cent:235 #: lesson-files/csound-intonation-min6-10cent:265 #: lesson-files/csound-intonation-min6-10cent:295 #: lesson-files/csound-intonation-min6-10cent:325 #: lesson-files/csound-intonation-min6-10cent:355 #: lesson-files/csound-intonation-min6-15cent:25 #: lesson-files/csound-intonation-min6-15cent:55 #: lesson-files/csound-intonation-min6-15cent:85 #: lesson-files/csound-intonation-min6-15cent:115 #: lesson-files/csound-intonation-min6-15cent:145 #: lesson-files/csound-intonation-min6-15cent:175 #: lesson-files/csound-intonation-min6-15cent:205 #: lesson-files/csound-intonation-min6-15cent:235 #: lesson-files/csound-intonation-min6-15cent:265 #: lesson-files/csound-intonation-min6-15cent:295 #: lesson-files/csound-intonation-min6-15cent:325 #: lesson-files/csound-intonation-min6-15cent:355 #: lesson-files/csound-intonation-min6-20cent:25 #: lesson-files/csound-intonation-min6-20cent:55 #: lesson-files/csound-intonation-min6-20cent:85 #: lesson-files/csound-intonation-min6-20cent:115 #: lesson-files/csound-intonation-min6-20cent:145 #: lesson-files/csound-intonation-min6-20cent:175 #: lesson-files/csound-intonation-min6-20cent:205 #: lesson-files/csound-intonation-min6-20cent:235 #: lesson-files/csound-intonation-min6-20cent:265 #: lesson-files/csound-intonation-min6-20cent:295 #: lesson-files/csound-intonation-min6-20cent:325 #: lesson-files/csound-intonation-min6-20cent:355 #: lesson-files/csound-intonation-min6-30cent:25 #: lesson-files/csound-intonation-min6-30cent:55 #: lesson-files/csound-intonation-min6-30cent:85 #: lesson-files/csound-intonation-min6-30cent:115 #: lesson-files/csound-intonation-min6-30cent:145 #: lesson-files/csound-intonation-min6-30cent:175 #: lesson-files/csound-intonation-min6-30cent:205 #: lesson-files/csound-intonation-min6-30cent:235 #: lesson-files/csound-intonation-min6-30cent:265 #: lesson-files/csound-intonation-min6-30cent:295 #: lesson-files/csound-intonation-min6-30cent:325 #: lesson-files/csound-intonation-min6-30cent:355 #: lesson-files/csound-intonation-min6-40cent:25 #: lesson-files/csound-intonation-min6-40cent:55 #: lesson-files/csound-intonation-min6-40cent:85 #: lesson-files/csound-intonation-min6-40cent:115 #: lesson-files/csound-intonation-min6-40cent:145 #: lesson-files/csound-intonation-min6-40cent:175 #: lesson-files/csound-intonation-min6-40cent:205 #: lesson-files/csound-intonation-min6-40cent:235 #: lesson-files/csound-intonation-min6-40cent:265 #: lesson-files/csound-intonation-min6-40cent:295 #: lesson-files/csound-intonation-min6-40cent:325 #: lesson-files/csound-intonation-min6-40cent:355 #: lesson-files/csound-intonation-min6-5cent:25 #: lesson-files/csound-intonation-min6-5cent:55 #: lesson-files/csound-intonation-min6-5cent:85 #: lesson-files/csound-intonation-min6-5cent:115 #: lesson-files/csound-intonation-min6-5cent:145 #: lesson-files/csound-intonation-min6-5cent:175 #: lesson-files/csound-intonation-min6-5cent:205 #: lesson-files/csound-intonation-min6-5cent:235 #: lesson-files/csound-intonation-min6-5cent:265 #: lesson-files/csound-intonation-min6-5cent:295 #: lesson-files/csound-intonation-min6-5cent:325 #: lesson-files/csound-intonation-min6-5cent:355 #: lesson-files/csound-intonation-min6-6cent:25 #: lesson-files/csound-intonation-min6-6cent:55 #: lesson-files/csound-intonation-min6-6cent:85 #: lesson-files/csound-intonation-min6-6cent:115 #: lesson-files/csound-intonation-min6-6cent:145 #: lesson-files/csound-intonation-min6-6cent:175 #: lesson-files/csound-intonation-min6-6cent:205 #: lesson-files/csound-intonation-min6-6cent:235 #: lesson-files/csound-intonation-min6-6cent:265 #: lesson-files/csound-intonation-min6-6cent:295 #: lesson-files/csound-intonation-min6-6cent:325 #: lesson-files/csound-intonation-min6-6cent:355 #: lesson-files/csound-intonation-min6-8cent:25 #: lesson-files/csound-intonation-min6-8cent:55 #: lesson-files/csound-intonation-min6-8cent:85 #: lesson-files/csound-intonation-min6-8cent:115 #: lesson-files/csound-intonation-min6-8cent:145 #: lesson-files/csound-intonation-min6-8cent:175 #: lesson-files/csound-intonation-min6-8cent:205 #: lesson-files/csound-intonation-min6-8cent:235 #: lesson-files/csound-intonation-min6-8cent:265 #: lesson-files/csound-intonation-min6-8cent:295 #: lesson-files/csound-intonation-min6-8cent:325 #: lesson-files/csound-intonation-min6-8cent:355 #: lesson-files/csound-intonation-min7-10cent:25 #: lesson-files/csound-intonation-min7-10cent:55 #: lesson-files/csound-intonation-min7-10cent:85 #: lesson-files/csound-intonation-min7-10cent:115 #: lesson-files/csound-intonation-min7-10cent:145 #: lesson-files/csound-intonation-min7-10cent:175 #: lesson-files/csound-intonation-min7-10cent:205 #: lesson-files/csound-intonation-min7-10cent:235 #: lesson-files/csound-intonation-min7-10cent:265 #: lesson-files/csound-intonation-min7-10cent:295 #: lesson-files/csound-intonation-min7-10cent:325 #: lesson-files/csound-intonation-min7-10cent:355 #: lesson-files/csound-intonation-min7-15cent:25 #: lesson-files/csound-intonation-min7-15cent:55 #: lesson-files/csound-intonation-min7-15cent:85 #: lesson-files/csound-intonation-min7-15cent:115 #: lesson-files/csound-intonation-min7-15cent:145 #: lesson-files/csound-intonation-min7-15cent:175 #: lesson-files/csound-intonation-min7-15cent:205 #: lesson-files/csound-intonation-min7-15cent:235 #: lesson-files/csound-intonation-min7-15cent:265 #: lesson-files/csound-intonation-min7-15cent:295 #: lesson-files/csound-intonation-min7-15cent:325 #: lesson-files/csound-intonation-min7-15cent:355 #: lesson-files/csound-intonation-min7-20cent:25 #: lesson-files/csound-intonation-min7-20cent:55 #: lesson-files/csound-intonation-min7-20cent:85 #: lesson-files/csound-intonation-min7-20cent:115 #: lesson-files/csound-intonation-min7-20cent:145 #: lesson-files/csound-intonation-min7-20cent:175 #: lesson-files/csound-intonation-min7-20cent:205 #: lesson-files/csound-intonation-min7-20cent:235 #: lesson-files/csound-intonation-min7-20cent:265 #: lesson-files/csound-intonation-min7-20cent:295 #: lesson-files/csound-intonation-min7-20cent:325 #: lesson-files/csound-intonation-min7-20cent:355 #: lesson-files/csound-intonation-min7-30cent:25 #: lesson-files/csound-intonation-min7-30cent:55 #: lesson-files/csound-intonation-min7-30cent:85 #: lesson-files/csound-intonation-min7-30cent:115 #: lesson-files/csound-intonation-min7-30cent:145 #: lesson-files/csound-intonation-min7-30cent:175 #: lesson-files/csound-intonation-min7-30cent:205 #: lesson-files/csound-intonation-min7-30cent:235 #: lesson-files/csound-intonation-min7-30cent:265 #: lesson-files/csound-intonation-min7-30cent:295 #: lesson-files/csound-intonation-min7-30cent:325 #: lesson-files/csound-intonation-min7-30cent:355 #: lesson-files/csound-intonation-min7-40cent:25 #: lesson-files/csound-intonation-min7-40cent:55 #: lesson-files/csound-intonation-min7-40cent:85 #: lesson-files/csound-intonation-min7-40cent:115 #: lesson-files/csound-intonation-min7-40cent:145 #: lesson-files/csound-intonation-min7-40cent:175 #: lesson-files/csound-intonation-min7-40cent:205 #: lesson-files/csound-intonation-min7-40cent:235 #: lesson-files/csound-intonation-min7-40cent:265 #: lesson-files/csound-intonation-min7-40cent:295 #: lesson-files/csound-intonation-min7-40cent:325 #: lesson-files/csound-intonation-min7-40cent:355 #: lesson-files/csound-intonation-min7-5cent:25 #: lesson-files/csound-intonation-min7-5cent:55 #: lesson-files/csound-intonation-min7-5cent:85 #: lesson-files/csound-intonation-min7-5cent:115 #: lesson-files/csound-intonation-min7-5cent:145 #: lesson-files/csound-intonation-min7-5cent:175 #: lesson-files/csound-intonation-min7-5cent:205 #: lesson-files/csound-intonation-min7-5cent:235 #: lesson-files/csound-intonation-min7-5cent:265 #: lesson-files/csound-intonation-min7-5cent:295 #: lesson-files/csound-intonation-min7-5cent:325 #: lesson-files/csound-intonation-min7-5cent:355 #: lesson-files/csound-intonation-min7-6cent:25 #: lesson-files/csound-intonation-min7-6cent:55 #: lesson-files/csound-intonation-min7-6cent:85 #: lesson-files/csound-intonation-min7-6cent:115 #: lesson-files/csound-intonation-min7-6cent:145 #: lesson-files/csound-intonation-min7-6cent:175 #: lesson-files/csound-intonation-min7-6cent:205 #: lesson-files/csound-intonation-min7-6cent:235 #: lesson-files/csound-intonation-min7-6cent:265 #: lesson-files/csound-intonation-min7-6cent:295 #: lesson-files/csound-intonation-min7-6cent:325 #: lesson-files/csound-intonation-min7-6cent:355 #: lesson-files/csound-intonation-min7-8cent:25 #: lesson-files/csound-intonation-min7-8cent:55 #: lesson-files/csound-intonation-min7-8cent:85 #: lesson-files/csound-intonation-min7-8cent:115 #: lesson-files/csound-intonation-min7-8cent:145 #: lesson-files/csound-intonation-min7-8cent:175 #: lesson-files/csound-intonation-min7-8cent:205 #: lesson-files/csound-intonation-min7-8cent:235 #: lesson-files/csound-intonation-min7-8cent:265 #: lesson-files/csound-intonation-min7-8cent:295 #: lesson-files/csound-intonation-min7-8cent:325 #: lesson-files/csound-intonation-min7-8cent:355 #: lesson-files/csound-intonation-p4-10cent:25 #: lesson-files/csound-intonation-p4-10cent:55 #: lesson-files/csound-intonation-p4-10cent:85 #: lesson-files/csound-intonation-p4-10cent:115 #: lesson-files/csound-intonation-p4-10cent:145 #: lesson-files/csound-intonation-p4-10cent:175 #: lesson-files/csound-intonation-p4-10cent:205 #: lesson-files/csound-intonation-p4-10cent:235 #: lesson-files/csound-intonation-p4-10cent:265 #: lesson-files/csound-intonation-p4-10cent:295 #: lesson-files/csound-intonation-p4-10cent:325 #: lesson-files/csound-intonation-p4-10cent:355 #: lesson-files/csound-intonation-p4-15cent:25 #: lesson-files/csound-intonation-p4-15cent:55 #: lesson-files/csound-intonation-p4-15cent:85 #: lesson-files/csound-intonation-p4-15cent:115 #: lesson-files/csound-intonation-p4-15cent:145 #: lesson-files/csound-intonation-p4-15cent:175 #: lesson-files/csound-intonation-p4-15cent:205 #: lesson-files/csound-intonation-p4-15cent:235 #: lesson-files/csound-intonation-p4-15cent:265 #: lesson-files/csound-intonation-p4-15cent:295 #: lesson-files/csound-intonation-p4-15cent:325 #: lesson-files/csound-intonation-p4-15cent:355 #: lesson-files/csound-intonation-p4-20cent:25 #: lesson-files/csound-intonation-p4-20cent:55 #: lesson-files/csound-intonation-p4-20cent:85 #: lesson-files/csound-intonation-p4-20cent:115 #: lesson-files/csound-intonation-p4-20cent:145 #: lesson-files/csound-intonation-p4-20cent:175 #: lesson-files/csound-intonation-p4-20cent:205 #: lesson-files/csound-intonation-p4-20cent:235 #: lesson-files/csound-intonation-p4-20cent:265 #: lesson-files/csound-intonation-p4-20cent:295 #: lesson-files/csound-intonation-p4-20cent:325 #: lesson-files/csound-intonation-p4-20cent:355 #: lesson-files/csound-intonation-p4-30cent:25 #: lesson-files/csound-intonation-p4-30cent:55 #: lesson-files/csound-intonation-p4-30cent:85 #: lesson-files/csound-intonation-p4-30cent:115 #: lesson-files/csound-intonation-p4-30cent:145 #: lesson-files/csound-intonation-p4-30cent:175 #: lesson-files/csound-intonation-p4-30cent:205 #: lesson-files/csound-intonation-p4-30cent:235 #: lesson-files/csound-intonation-p4-30cent:265 #: lesson-files/csound-intonation-p4-30cent:295 #: lesson-files/csound-intonation-p4-30cent:325 #: lesson-files/csound-intonation-p4-30cent:355 #: lesson-files/csound-intonation-p4-40cent:25 #: lesson-files/csound-intonation-p4-40cent:55 #: lesson-files/csound-intonation-p4-40cent:85 #: lesson-files/csound-intonation-p4-40cent:115 #: lesson-files/csound-intonation-p4-40cent:145 #: lesson-files/csound-intonation-p4-40cent:175 #: lesson-files/csound-intonation-p4-40cent:205 #: lesson-files/csound-intonation-p4-40cent:235 #: lesson-files/csound-intonation-p4-40cent:265 #: lesson-files/csound-intonation-p4-40cent:295 #: lesson-files/csound-intonation-p4-40cent:325 #: lesson-files/csound-intonation-p4-40cent:355 #: lesson-files/csound-intonation-p4-5cent:25 #: lesson-files/csound-intonation-p4-5cent:55 #: lesson-files/csound-intonation-p4-5cent:85 #: lesson-files/csound-intonation-p4-5cent:115 #: lesson-files/csound-intonation-p4-5cent:145 #: lesson-files/csound-intonation-p4-5cent:175 #: lesson-files/csound-intonation-p4-5cent:205 #: lesson-files/csound-intonation-p4-5cent:235 #: lesson-files/csound-intonation-p4-5cent:265 #: lesson-files/csound-intonation-p4-5cent:295 #: lesson-files/csound-intonation-p4-5cent:325 #: lesson-files/csound-intonation-p4-5cent:355 #: lesson-files/csound-intonation-p4-6cent:25 #: lesson-files/csound-intonation-p4-6cent:55 #: lesson-files/csound-intonation-p4-6cent:85 #: lesson-files/csound-intonation-p4-6cent:115 #: lesson-files/csound-intonation-p4-6cent:145 #: lesson-files/csound-intonation-p4-6cent:175 #: lesson-files/csound-intonation-p4-6cent:205 #: lesson-files/csound-intonation-p4-6cent:235 #: lesson-files/csound-intonation-p4-6cent:265 #: lesson-files/csound-intonation-p4-6cent:295 #: lesson-files/csound-intonation-p4-6cent:325 #: lesson-files/csound-intonation-p4-6cent:355 #: lesson-files/csound-intonation-p4-8cent:25 #: lesson-files/csound-intonation-p4-8cent:55 #: lesson-files/csound-intonation-p4-8cent:85 #: lesson-files/csound-intonation-p4-8cent:115 #: lesson-files/csound-intonation-p4-8cent:145 #: lesson-files/csound-intonation-p4-8cent:175 #: lesson-files/csound-intonation-p4-8cent:205 #: lesson-files/csound-intonation-p4-8cent:235 #: lesson-files/csound-intonation-p4-8cent:265 #: lesson-files/csound-intonation-p4-8cent:295 #: lesson-files/csound-intonation-p4-8cent:325 #: lesson-files/csound-intonation-p4-8cent:355 #: lesson-files/csound-intonation-p5-10cent:25 #: lesson-files/csound-intonation-p5-10cent:55 #: lesson-files/csound-intonation-p5-10cent:85 #: lesson-files/csound-intonation-p5-10cent:115 #: lesson-files/csound-intonation-p5-10cent:145 #: lesson-files/csound-intonation-p5-10cent:175 #: lesson-files/csound-intonation-p5-10cent:205 #: lesson-files/csound-intonation-p5-10cent:235 #: lesson-files/csound-intonation-p5-10cent:265 #: lesson-files/csound-intonation-p5-10cent:295 #: lesson-files/csound-intonation-p5-10cent:325 #: lesson-files/csound-intonation-p5-10cent:355 #: lesson-files/csound-intonation-p5-15cent:25 #: lesson-files/csound-intonation-p5-15cent:55 #: lesson-files/csound-intonation-p5-15cent:85 #: lesson-files/csound-intonation-p5-15cent:115 #: lesson-files/csound-intonation-p5-15cent:145 #: lesson-files/csound-intonation-p5-15cent:175 #: lesson-files/csound-intonation-p5-15cent:205 #: lesson-files/csound-intonation-p5-15cent:235 #: lesson-files/csound-intonation-p5-15cent:265 #: lesson-files/csound-intonation-p5-15cent:295 #: lesson-files/csound-intonation-p5-15cent:325 #: lesson-files/csound-intonation-p5-15cent:355 #: lesson-files/csound-intonation-p5-20cent:25 #: lesson-files/csound-intonation-p5-20cent:55 #: lesson-files/csound-intonation-p5-20cent:85 #: lesson-files/csound-intonation-p5-20cent:115 #: lesson-files/csound-intonation-p5-20cent:145 #: lesson-files/csound-intonation-p5-20cent:175 #: lesson-files/csound-intonation-p5-20cent:205 #: lesson-files/csound-intonation-p5-20cent:235 #: lesson-files/csound-intonation-p5-20cent:265 #: lesson-files/csound-intonation-p5-20cent:295 #: lesson-files/csound-intonation-p5-20cent:325 #: lesson-files/csound-intonation-p5-20cent:355 #: lesson-files/csound-intonation-p5-30cent:25 #: lesson-files/csound-intonation-p5-30cent:55 #: lesson-files/csound-intonation-p5-30cent:85 #: lesson-files/csound-intonation-p5-30cent:115 #: lesson-files/csound-intonation-p5-30cent:145 #: lesson-files/csound-intonation-p5-30cent:175 #: lesson-files/csound-intonation-p5-30cent:205 #: lesson-files/csound-intonation-p5-30cent:235 #: lesson-files/csound-intonation-p5-30cent:265 #: lesson-files/csound-intonation-p5-30cent:295 #: lesson-files/csound-intonation-p5-30cent:325 #: lesson-files/csound-intonation-p5-30cent:355 #: lesson-files/csound-intonation-p5-40cent:25 #: lesson-files/csound-intonation-p5-40cent:55 #: lesson-files/csound-intonation-p5-40cent:85 #: lesson-files/csound-intonation-p5-40cent:115 #: lesson-files/csound-intonation-p5-40cent:145 #: lesson-files/csound-intonation-p5-40cent:175 #: lesson-files/csound-intonation-p5-40cent:205 #: lesson-files/csound-intonation-p5-40cent:235 #: lesson-files/csound-intonation-p5-40cent:265 #: lesson-files/csound-intonation-p5-40cent:295 #: lesson-files/csound-intonation-p5-40cent:325 #: lesson-files/csound-intonation-p5-40cent:355 #: lesson-files/csound-intonation-p5-5cent:25 #: lesson-files/csound-intonation-p5-5cent:55 #: lesson-files/csound-intonation-p5-5cent:85 #: lesson-files/csound-intonation-p5-5cent:115 #: lesson-files/csound-intonation-p5-5cent:145 #: lesson-files/csound-intonation-p5-5cent:175 #: lesson-files/csound-intonation-p5-5cent:205 #: lesson-files/csound-intonation-p5-5cent:235 #: lesson-files/csound-intonation-p5-5cent:265 #: lesson-files/csound-intonation-p5-5cent:295 #: lesson-files/csound-intonation-p5-5cent:325 #: lesson-files/csound-intonation-p5-5cent:355 #: lesson-files/csound-intonation-p5-6cent:25 #: lesson-files/csound-intonation-p5-6cent:55 #: lesson-files/csound-intonation-p5-6cent:85 #: lesson-files/csound-intonation-p5-6cent:115 #: lesson-files/csound-intonation-p5-6cent:145 #: lesson-files/csound-intonation-p5-6cent:175 #: lesson-files/csound-intonation-p5-6cent:205 #: lesson-files/csound-intonation-p5-6cent:235 #: lesson-files/csound-intonation-p5-6cent:265 #: lesson-files/csound-intonation-p5-6cent:295 #: lesson-files/csound-intonation-p5-6cent:325 #: lesson-files/csound-intonation-p5-6cent:355 #: lesson-files/csound-intonation-p5-8cent:25 #: lesson-files/csound-intonation-p5-8cent:55 #: lesson-files/csound-intonation-p5-8cent:85 #: lesson-files/csound-intonation-p5-8cent:115 #: lesson-files/csound-intonation-p5-8cent:145 #: lesson-files/csound-intonation-p5-8cent:175 #: lesson-files/csound-intonation-p5-8cent:205 #: lesson-files/csound-intonation-p5-8cent:235 #: lesson-files/csound-intonation-p5-8cent:265 #: lesson-files/csound-intonation-p5-8cent:295 #: lesson-files/csound-intonation-p5-8cent:325 #: lesson-files/csound-intonation-p5-8cent:355 msgid "intonation|in tune" msgstr "tasavireinen" #: lesson-files/csound-fifth-0.97:35 lesson-files/csound-fifth-0.97:65 #: lesson-files/csound-fifth-0.97:95 lesson-files/csound-fifth-0.97:125 #: lesson-files/csound-fifth-0.97:155 lesson-files/csound-fifth-0.97:185 #: lesson-files/csound-fifth-0.97:215 lesson-files/csound-fifth-0.98:35 #: lesson-files/csound-fifth-0.98:65 lesson-files/csound-fifth-0.98:95 #: lesson-files/csound-fifth-0.98:125 lesson-files/csound-fifth-0.98:155 #: lesson-files/csound-fifth-0.98:185 lesson-files/csound-fifth-0.98:215 #: lesson-files/csound-fifth-0.99:35 lesson-files/csound-fifth-0.99:65 #: lesson-files/csound-fifth-0.99:95 lesson-files/csound-fifth-0.99:125 #: lesson-files/csound-fifth-0.99:155 lesson-files/csound-fifth-0.99:185 #: lesson-files/csound-fifth-0.99:215 lesson-files/csound-fifth-0.995:35 #: lesson-files/csound-fifth-0.995:65 lesson-files/csound-fifth-0.995:95 #: lesson-files/csound-fifth-0.995:125 lesson-files/csound-fifth-0.995:155 #: lesson-files/csound-fifth-0.995:185 lesson-files/csound-fifth-0.995:215 #: lesson-files/csound-fifth-0.996:35 lesson-files/csound-fifth-0.996:65 #: lesson-files/csound-fifth-0.996:95 lesson-files/csound-fifth-0.996:125 #: lesson-files/csound-fifth-0.996:155 lesson-files/csound-fifth-0.996:185 #: lesson-files/csound-fifth-0.996:215 lesson-files/csound-fifth-0.997:35 #: lesson-files/csound-fifth-0.997:65 lesson-files/csound-fifth-0.997:95 #: lesson-files/csound-fifth-0.997:125 lesson-files/csound-fifth-0.997:155 #: lesson-files/csound-fifth-0.997:185 lesson-files/csound-fifth-0.997:215 #: lesson-files/csound-fifth-0.998:35 lesson-files/csound-fifth-0.998:65 #: lesson-files/csound-fifth-0.998:95 lesson-files/csound-fifth-0.998:125 #: lesson-files/csound-fifth-0.998:155 lesson-files/csound-fifth-0.998:185 #: lesson-files/csound-fifth-0.998:215 #: lesson-files/csound-intonation-harmonic-maj2-10cent:35 #: lesson-files/csound-intonation-harmonic-maj2-10cent:65 #: lesson-files/csound-intonation-harmonic-maj2-10cent:95 #: lesson-files/csound-intonation-harmonic-maj2-10cent:125 #: lesson-files/csound-intonation-harmonic-maj2-10cent:155 #: lesson-files/csound-intonation-harmonic-maj2-10cent:185 #: lesson-files/csound-intonation-harmonic-maj2-10cent:215 #: lesson-files/csound-intonation-harmonic-maj2-10cent:245 #: lesson-files/csound-intonation-harmonic-maj2-10cent:275 #: lesson-files/csound-intonation-harmonic-maj2-10cent:305 #: lesson-files/csound-intonation-harmonic-maj2-10cent:335 #: lesson-files/csound-intonation-harmonic-maj2-10cent:365 #: lesson-files/csound-intonation-harmonic-maj2-15cent:35 #: lesson-files/csound-intonation-harmonic-maj2-15cent:65 #: lesson-files/csound-intonation-harmonic-maj2-15cent:95 #: lesson-files/csound-intonation-harmonic-maj2-15cent:125 #: lesson-files/csound-intonation-harmonic-maj2-15cent:155 #: lesson-files/csound-intonation-harmonic-maj2-15cent:185 #: lesson-files/csound-intonation-harmonic-maj2-15cent:215 #: lesson-files/csound-intonation-harmonic-maj2-15cent:245 #: lesson-files/csound-intonation-harmonic-maj2-15cent:275 #: lesson-files/csound-intonation-harmonic-maj2-15cent:305 #: lesson-files/csound-intonation-harmonic-maj2-15cent:335 #: lesson-files/csound-intonation-harmonic-maj2-15cent:365 #: lesson-files/csound-intonation-harmonic-maj2-20cent:35 #: lesson-files/csound-intonation-harmonic-maj2-20cent:65 #: lesson-files/csound-intonation-harmonic-maj2-20cent:95 #: lesson-files/csound-intonation-harmonic-maj2-20cent:125 #: lesson-files/csound-intonation-harmonic-maj2-20cent:155 #: lesson-files/csound-intonation-harmonic-maj2-20cent:185 #: lesson-files/csound-intonation-harmonic-maj2-20cent:215 #: lesson-files/csound-intonation-harmonic-maj2-20cent:245 #: lesson-files/csound-intonation-harmonic-maj2-20cent:275 #: lesson-files/csound-intonation-harmonic-maj2-20cent:305 #: lesson-files/csound-intonation-harmonic-maj2-20cent:335 #: lesson-files/csound-intonation-harmonic-maj2-20cent:365 #: lesson-files/csound-intonation-harmonic-maj2-30cent:35 #: lesson-files/csound-intonation-harmonic-maj2-30cent:65 #: lesson-files/csound-intonation-harmonic-maj2-30cent:95 #: lesson-files/csound-intonation-harmonic-maj2-30cent:125 #: lesson-files/csound-intonation-harmonic-maj2-30cent:155 #: lesson-files/csound-intonation-harmonic-maj2-30cent:185 #: lesson-files/csound-intonation-harmonic-maj2-30cent:215 #: lesson-files/csound-intonation-harmonic-maj2-30cent:245 #: lesson-files/csound-intonation-harmonic-maj2-30cent:275 #: lesson-files/csound-intonation-harmonic-maj2-30cent:305 #: lesson-files/csound-intonation-harmonic-maj2-30cent:335 #: lesson-files/csound-intonation-harmonic-maj2-30cent:365 #: lesson-files/csound-intonation-harmonic-maj2-40cent:35 #: lesson-files/csound-intonation-harmonic-maj2-40cent:65 #: lesson-files/csound-intonation-harmonic-maj2-40cent:95 #: lesson-files/csound-intonation-harmonic-maj2-40cent:125 #: lesson-files/csound-intonation-harmonic-maj2-40cent:155 #: lesson-files/csound-intonation-harmonic-maj2-40cent:185 #: lesson-files/csound-intonation-harmonic-maj2-40cent:215 #: lesson-files/csound-intonation-harmonic-maj2-40cent:245 #: lesson-files/csound-intonation-harmonic-maj2-40cent:275 #: lesson-files/csound-intonation-harmonic-maj2-40cent:305 #: lesson-files/csound-intonation-harmonic-maj2-40cent:335 #: lesson-files/csound-intonation-harmonic-maj2-40cent:365 #: lesson-files/csound-intonation-harmonic-maj2-5cent:35 #: lesson-files/csound-intonation-harmonic-maj2-5cent:65 #: lesson-files/csound-intonation-harmonic-maj2-5cent:95 #: lesson-files/csound-intonation-harmonic-maj2-5cent:125 #: lesson-files/csound-intonation-harmonic-maj2-5cent:155 #: lesson-files/csound-intonation-harmonic-maj2-5cent:185 #: lesson-files/csound-intonation-harmonic-maj2-5cent:215 #: lesson-files/csound-intonation-harmonic-maj2-5cent:245 #: lesson-files/csound-intonation-harmonic-maj2-5cent:275 #: lesson-files/csound-intonation-harmonic-maj2-5cent:305 #: lesson-files/csound-intonation-harmonic-maj2-5cent:335 #: lesson-files/csound-intonation-harmonic-maj2-5cent:365 #: lesson-files/csound-intonation-harmonic-maj2-6cent:35 #: lesson-files/csound-intonation-harmonic-maj2-6cent:65 #: lesson-files/csound-intonation-harmonic-maj2-6cent:95 #: lesson-files/csound-intonation-harmonic-maj2-6cent:125 #: lesson-files/csound-intonation-harmonic-maj2-6cent:155 #: lesson-files/csound-intonation-harmonic-maj2-6cent:185 #: lesson-files/csound-intonation-harmonic-maj2-6cent:215 #: lesson-files/csound-intonation-harmonic-maj2-6cent:245 #: lesson-files/csound-intonation-harmonic-maj2-6cent:275 #: lesson-files/csound-intonation-harmonic-maj2-6cent:305 #: lesson-files/csound-intonation-harmonic-maj2-6cent:335 #: lesson-files/csound-intonation-harmonic-maj2-6cent:365 #: lesson-files/csound-intonation-harmonic-maj2-8cent:35 #: lesson-files/csound-intonation-harmonic-maj2-8cent:65 #: lesson-files/csound-intonation-harmonic-maj2-8cent:95 #: lesson-files/csound-intonation-harmonic-maj2-8cent:125 #: lesson-files/csound-intonation-harmonic-maj2-8cent:155 #: lesson-files/csound-intonation-harmonic-maj2-8cent:185 #: lesson-files/csound-intonation-harmonic-maj2-8cent:215 #: lesson-files/csound-intonation-harmonic-maj2-8cent:245 #: lesson-files/csound-intonation-harmonic-maj2-8cent:275 #: lesson-files/csound-intonation-harmonic-maj2-8cent:305 #: lesson-files/csound-intonation-harmonic-maj2-8cent:335 #: lesson-files/csound-intonation-harmonic-maj2-8cent:365 #: lesson-files/csound-intonation-harmonic-maj3-10cent:35 #: lesson-files/csound-intonation-harmonic-maj3-10cent:65 #: lesson-files/csound-intonation-harmonic-maj3-10cent:95 #: lesson-files/csound-intonation-harmonic-maj3-10cent:125 #: lesson-files/csound-intonation-harmonic-maj3-10cent:155 #: lesson-files/csound-intonation-harmonic-maj3-10cent:185 #: lesson-files/csound-intonation-harmonic-maj3-10cent:215 #: lesson-files/csound-intonation-harmonic-maj3-10cent:245 #: lesson-files/csound-intonation-harmonic-maj3-10cent:275 #: lesson-files/csound-intonation-harmonic-maj3-10cent:305 #: lesson-files/csound-intonation-harmonic-maj3-10cent:335 #: lesson-files/csound-intonation-harmonic-maj3-10cent:365 #: lesson-files/csound-intonation-harmonic-maj3-15cent:35 #: lesson-files/csound-intonation-harmonic-maj3-15cent:65 #: lesson-files/csound-intonation-harmonic-maj3-15cent:95 #: lesson-files/csound-intonation-harmonic-maj3-15cent:125 #: lesson-files/csound-intonation-harmonic-maj3-15cent:155 #: lesson-files/csound-intonation-harmonic-maj3-15cent:185 #: lesson-files/csound-intonation-harmonic-maj3-15cent:215 #: lesson-files/csound-intonation-harmonic-maj3-15cent:245 #: lesson-files/csound-intonation-harmonic-maj3-15cent:275 #: lesson-files/csound-intonation-harmonic-maj3-15cent:305 #: lesson-files/csound-intonation-harmonic-maj3-15cent:335 #: lesson-files/csound-intonation-harmonic-maj3-15cent:365 #: lesson-files/csound-intonation-harmonic-maj3-20cent:35 #: lesson-files/csound-intonation-harmonic-maj3-20cent:65 #: lesson-files/csound-intonation-harmonic-maj3-20cent:95 #: lesson-files/csound-intonation-harmonic-maj3-20cent:125 #: lesson-files/csound-intonation-harmonic-maj3-20cent:155 #: lesson-files/csound-intonation-harmonic-maj3-20cent:185 #: lesson-files/csound-intonation-harmonic-maj3-20cent:215 #: lesson-files/csound-intonation-harmonic-maj3-20cent:245 #: lesson-files/csound-intonation-harmonic-maj3-20cent:275 #: lesson-files/csound-intonation-harmonic-maj3-20cent:305 #: lesson-files/csound-intonation-harmonic-maj3-20cent:335 #: lesson-files/csound-intonation-harmonic-maj3-20cent:365 #: lesson-files/csound-intonation-harmonic-maj3-30cent:35 #: lesson-files/csound-intonation-harmonic-maj3-30cent:65 #: lesson-files/csound-intonation-harmonic-maj3-30cent:95 #: lesson-files/csound-intonation-harmonic-maj3-30cent:125 #: lesson-files/csound-intonation-harmonic-maj3-30cent:155 #: lesson-files/csound-intonation-harmonic-maj3-30cent:185 #: lesson-files/csound-intonation-harmonic-maj3-30cent:215 #: lesson-files/csound-intonation-harmonic-maj3-30cent:245 #: lesson-files/csound-intonation-harmonic-maj3-30cent:275 #: lesson-files/csound-intonation-harmonic-maj3-30cent:305 #: lesson-files/csound-intonation-harmonic-maj3-30cent:335 #: lesson-files/csound-intonation-harmonic-maj3-30cent:365 #: lesson-files/csound-intonation-harmonic-maj3-40cent:35 #: lesson-files/csound-intonation-harmonic-maj3-40cent:65 #: lesson-files/csound-intonation-harmonic-maj3-40cent:95 #: lesson-files/csound-intonation-harmonic-maj3-40cent:125 #: lesson-files/csound-intonation-harmonic-maj3-40cent:155 #: lesson-files/csound-intonation-harmonic-maj3-40cent:185 #: lesson-files/csound-intonation-harmonic-maj3-40cent:215 #: lesson-files/csound-intonation-harmonic-maj3-40cent:245 #: lesson-files/csound-intonation-harmonic-maj3-40cent:275 #: lesson-files/csound-intonation-harmonic-maj3-40cent:305 #: lesson-files/csound-intonation-harmonic-maj3-40cent:335 #: lesson-files/csound-intonation-harmonic-maj3-40cent:365 #: lesson-files/csound-intonation-harmonic-maj3-5cent:35 #: lesson-files/csound-intonation-harmonic-maj3-5cent:65 #: lesson-files/csound-intonation-harmonic-maj3-5cent:95 #: lesson-files/csound-intonation-harmonic-maj3-5cent:125 #: lesson-files/csound-intonation-harmonic-maj3-5cent:155 #: lesson-files/csound-intonation-harmonic-maj3-5cent:185 #: lesson-files/csound-intonation-harmonic-maj3-5cent:215 #: lesson-files/csound-intonation-harmonic-maj3-5cent:245 #: lesson-files/csound-intonation-harmonic-maj3-5cent:275 #: lesson-files/csound-intonation-harmonic-maj3-5cent:305 #: lesson-files/csound-intonation-harmonic-maj3-5cent:335 #: lesson-files/csound-intonation-harmonic-maj3-5cent:365 #: lesson-files/csound-intonation-harmonic-maj3-6cent:35 #: lesson-files/csound-intonation-harmonic-maj3-6cent:65 #: lesson-files/csound-intonation-harmonic-maj3-6cent:95 #: lesson-files/csound-intonation-harmonic-maj3-6cent:125 #: lesson-files/csound-intonation-harmonic-maj3-6cent:155 #: lesson-files/csound-intonation-harmonic-maj3-6cent:185 #: lesson-files/csound-intonation-harmonic-maj3-6cent:215 #: lesson-files/csound-intonation-harmonic-maj3-6cent:245 #: lesson-files/csound-intonation-harmonic-maj3-6cent:275 #: lesson-files/csound-intonation-harmonic-maj3-6cent:305 #: lesson-files/csound-intonation-harmonic-maj3-6cent:335 #: lesson-files/csound-intonation-harmonic-maj3-6cent:365 #: lesson-files/csound-intonation-harmonic-maj3-8cent:35 #: lesson-files/csound-intonation-harmonic-maj3-8cent:65 #: lesson-files/csound-intonation-harmonic-maj3-8cent:95 #: lesson-files/csound-intonation-harmonic-maj3-8cent:125 #: lesson-files/csound-intonation-harmonic-maj3-8cent:155 #: lesson-files/csound-intonation-harmonic-maj3-8cent:185 #: lesson-files/csound-intonation-harmonic-maj3-8cent:215 #: lesson-files/csound-intonation-harmonic-maj3-8cent:245 #: lesson-files/csound-intonation-harmonic-maj3-8cent:275 #: lesson-files/csound-intonation-harmonic-maj3-8cent:305 #: lesson-files/csound-intonation-harmonic-maj3-8cent:335 #: lesson-files/csound-intonation-harmonic-maj3-8cent:365 #: lesson-files/csound-intonation-harmonic-maj6-10cent:35 #: lesson-files/csound-intonation-harmonic-maj6-10cent:65 #: lesson-files/csound-intonation-harmonic-maj6-10cent:95 #: lesson-files/csound-intonation-harmonic-maj6-10cent:125 #: lesson-files/csound-intonation-harmonic-maj6-10cent:155 #: lesson-files/csound-intonation-harmonic-maj6-10cent:185 #: lesson-files/csound-intonation-harmonic-maj6-10cent:215 #: lesson-files/csound-intonation-harmonic-maj6-10cent:245 #: lesson-files/csound-intonation-harmonic-maj6-10cent:275 #: lesson-files/csound-intonation-harmonic-maj6-10cent:305 #: lesson-files/csound-intonation-harmonic-maj6-10cent:335 #: lesson-files/csound-intonation-harmonic-maj6-10cent:365 #: lesson-files/csound-intonation-harmonic-maj6-15cent:35 #: lesson-files/csound-intonation-harmonic-maj6-15cent:65 #: lesson-files/csound-intonation-harmonic-maj6-15cent:95 #: lesson-files/csound-intonation-harmonic-maj6-15cent:125 #: lesson-files/csound-intonation-harmonic-maj6-15cent:155 #: lesson-files/csound-intonation-harmonic-maj6-15cent:185 #: lesson-files/csound-intonation-harmonic-maj6-15cent:215 #: lesson-files/csound-intonation-harmonic-maj6-15cent:245 #: lesson-files/csound-intonation-harmonic-maj6-15cent:275 #: lesson-files/csound-intonation-harmonic-maj6-15cent:305 #: lesson-files/csound-intonation-harmonic-maj6-15cent:335 #: lesson-files/csound-intonation-harmonic-maj6-15cent:365 #: lesson-files/csound-intonation-harmonic-maj6-20cent:35 #: lesson-files/csound-intonation-harmonic-maj6-20cent:65 #: lesson-files/csound-intonation-harmonic-maj6-20cent:95 #: lesson-files/csound-intonation-harmonic-maj6-20cent:125 #: lesson-files/csound-intonation-harmonic-maj6-20cent:155 #: lesson-files/csound-intonation-harmonic-maj6-20cent:185 #: lesson-files/csound-intonation-harmonic-maj6-20cent:215 #: lesson-files/csound-intonation-harmonic-maj6-20cent:245 #: lesson-files/csound-intonation-harmonic-maj6-20cent:275 #: lesson-files/csound-intonation-harmonic-maj6-20cent:305 #: lesson-files/csound-intonation-harmonic-maj6-20cent:335 #: lesson-files/csound-intonation-harmonic-maj6-20cent:365 #: lesson-files/csound-intonation-harmonic-maj6-30cent:35 #: lesson-files/csound-intonation-harmonic-maj6-30cent:65 #: lesson-files/csound-intonation-harmonic-maj6-30cent:95 #: lesson-files/csound-intonation-harmonic-maj6-30cent:125 #: lesson-files/csound-intonation-harmonic-maj6-30cent:155 #: lesson-files/csound-intonation-harmonic-maj6-30cent:185 #: lesson-files/csound-intonation-harmonic-maj6-30cent:215 #: lesson-files/csound-intonation-harmonic-maj6-30cent:245 #: lesson-files/csound-intonation-harmonic-maj6-30cent:275 #: lesson-files/csound-intonation-harmonic-maj6-30cent:305 #: lesson-files/csound-intonation-harmonic-maj6-30cent:335 #: lesson-files/csound-intonation-harmonic-maj6-30cent:365 #: lesson-files/csound-intonation-harmonic-maj6-40cent:35 #: lesson-files/csound-intonation-harmonic-maj6-40cent:65 #: lesson-files/csound-intonation-harmonic-maj6-40cent:95 #: lesson-files/csound-intonation-harmonic-maj6-40cent:125 #: lesson-files/csound-intonation-harmonic-maj6-40cent:155 #: lesson-files/csound-intonation-harmonic-maj6-40cent:185 #: lesson-files/csound-intonation-harmonic-maj6-40cent:215 #: lesson-files/csound-intonation-harmonic-maj6-40cent:245 #: lesson-files/csound-intonation-harmonic-maj6-40cent:275 #: lesson-files/csound-intonation-harmonic-maj6-40cent:305 #: lesson-files/csound-intonation-harmonic-maj6-40cent:335 #: lesson-files/csound-intonation-harmonic-maj6-40cent:365 #: lesson-files/csound-intonation-harmonic-maj6-5cent:35 #: lesson-files/csound-intonation-harmonic-maj6-5cent:65 #: lesson-files/csound-intonation-harmonic-maj6-5cent:95 #: lesson-files/csound-intonation-harmonic-maj6-5cent:125 #: lesson-files/csound-intonation-harmonic-maj6-5cent:155 #: lesson-files/csound-intonation-harmonic-maj6-5cent:185 #: lesson-files/csound-intonation-harmonic-maj6-5cent:215 #: lesson-files/csound-intonation-harmonic-maj6-5cent:245 #: lesson-files/csound-intonation-harmonic-maj6-5cent:275 #: lesson-files/csound-intonation-harmonic-maj6-5cent:305 #: lesson-files/csound-intonation-harmonic-maj6-5cent:335 #: lesson-files/csound-intonation-harmonic-maj6-5cent:365 #: lesson-files/csound-intonation-harmonic-maj6-6cent:35 #: lesson-files/csound-intonation-harmonic-maj6-6cent:65 #: lesson-files/csound-intonation-harmonic-maj6-6cent:95 #: lesson-files/csound-intonation-harmonic-maj6-6cent:125 #: lesson-files/csound-intonation-harmonic-maj6-6cent:155 #: lesson-files/csound-intonation-harmonic-maj6-6cent:185 #: lesson-files/csound-intonation-harmonic-maj6-6cent:215 #: lesson-files/csound-intonation-harmonic-maj6-6cent:245 #: lesson-files/csound-intonation-harmonic-maj6-6cent:275 #: lesson-files/csound-intonation-harmonic-maj6-6cent:305 #: lesson-files/csound-intonation-harmonic-maj6-6cent:335 #: lesson-files/csound-intonation-harmonic-maj6-6cent:365 #: lesson-files/csound-intonation-harmonic-maj6-8cent:35 #: lesson-files/csound-intonation-harmonic-maj6-8cent:65 #: lesson-files/csound-intonation-harmonic-maj6-8cent:95 #: lesson-files/csound-intonation-harmonic-maj6-8cent:125 #: lesson-files/csound-intonation-harmonic-maj6-8cent:155 #: lesson-files/csound-intonation-harmonic-maj6-8cent:185 #: lesson-files/csound-intonation-harmonic-maj6-8cent:215 #: lesson-files/csound-intonation-harmonic-maj6-8cent:245 #: lesson-files/csound-intonation-harmonic-maj6-8cent:275 #: lesson-files/csound-intonation-harmonic-maj6-8cent:305 #: lesson-files/csound-intonation-harmonic-maj6-8cent:335 #: lesson-files/csound-intonation-harmonic-maj6-8cent:365 #: lesson-files/csound-intonation-harmonic-maj7-10cent:35 #: lesson-files/csound-intonation-harmonic-maj7-10cent:65 #: lesson-files/csound-intonation-harmonic-maj7-10cent:95 #: lesson-files/csound-intonation-harmonic-maj7-10cent:125 #: lesson-files/csound-intonation-harmonic-maj7-10cent:155 #: lesson-files/csound-intonation-harmonic-maj7-10cent:185 #: lesson-files/csound-intonation-harmonic-maj7-10cent:215 #: lesson-files/csound-intonation-harmonic-maj7-10cent:245 #: lesson-files/csound-intonation-harmonic-maj7-10cent:275 #: lesson-files/csound-intonation-harmonic-maj7-10cent:305 #: lesson-files/csound-intonation-harmonic-maj7-10cent:335 #: lesson-files/csound-intonation-harmonic-maj7-10cent:365 #: lesson-files/csound-intonation-harmonic-maj7-15cent:35 #: lesson-files/csound-intonation-harmonic-maj7-15cent:65 #: lesson-files/csound-intonation-harmonic-maj7-15cent:95 #: lesson-files/csound-intonation-harmonic-maj7-15cent:125 #: lesson-files/csound-intonation-harmonic-maj7-15cent:155 #: lesson-files/csound-intonation-harmonic-maj7-15cent:185 #: lesson-files/csound-intonation-harmonic-maj7-15cent:215 #: lesson-files/csound-intonation-harmonic-maj7-15cent:245 #: lesson-files/csound-intonation-harmonic-maj7-15cent:275 #: lesson-files/csound-intonation-harmonic-maj7-15cent:305 #: lesson-files/csound-intonation-harmonic-maj7-15cent:335 #: lesson-files/csound-intonation-harmonic-maj7-15cent:365 #: lesson-files/csound-intonation-harmonic-maj7-20cent:35 #: lesson-files/csound-intonation-harmonic-maj7-20cent:65 #: lesson-files/csound-intonation-harmonic-maj7-20cent:95 #: lesson-files/csound-intonation-harmonic-maj7-20cent:125 #: lesson-files/csound-intonation-harmonic-maj7-20cent:155 #: lesson-files/csound-intonation-harmonic-maj7-20cent:185 #: lesson-files/csound-intonation-harmonic-maj7-20cent:215 #: lesson-files/csound-intonation-harmonic-maj7-20cent:245 #: lesson-files/csound-intonation-harmonic-maj7-20cent:275 #: lesson-files/csound-intonation-harmonic-maj7-20cent:305 #: lesson-files/csound-intonation-harmonic-maj7-20cent:335 #: lesson-files/csound-intonation-harmonic-maj7-20cent:365 #: lesson-files/csound-intonation-harmonic-maj7-30cent:35 #: lesson-files/csound-intonation-harmonic-maj7-30cent:65 #: lesson-files/csound-intonation-harmonic-maj7-30cent:95 #: lesson-files/csound-intonation-harmonic-maj7-30cent:125 #: lesson-files/csound-intonation-harmonic-maj7-30cent:155 #: lesson-files/csound-intonation-harmonic-maj7-30cent:185 #: lesson-files/csound-intonation-harmonic-maj7-30cent:215 #: lesson-files/csound-intonation-harmonic-maj7-30cent:245 #: lesson-files/csound-intonation-harmonic-maj7-30cent:275 #: lesson-files/csound-intonation-harmonic-maj7-30cent:305 #: lesson-files/csound-intonation-harmonic-maj7-30cent:335 #: lesson-files/csound-intonation-harmonic-maj7-30cent:365 #: lesson-files/csound-intonation-harmonic-maj7-40cent:35 #: lesson-files/csound-intonation-harmonic-maj7-40cent:65 #: lesson-files/csound-intonation-harmonic-maj7-40cent:95 #: lesson-files/csound-intonation-harmonic-maj7-40cent:125 #: lesson-files/csound-intonation-harmonic-maj7-40cent:155 #: lesson-files/csound-intonation-harmonic-maj7-40cent:185 #: lesson-files/csound-intonation-harmonic-maj7-40cent:215 #: lesson-files/csound-intonation-harmonic-maj7-40cent:245 #: lesson-files/csound-intonation-harmonic-maj7-40cent:275 #: lesson-files/csound-intonation-harmonic-maj7-40cent:305 #: lesson-files/csound-intonation-harmonic-maj7-40cent:335 #: lesson-files/csound-intonation-harmonic-maj7-40cent:365 #: lesson-files/csound-intonation-harmonic-maj7-5cent:35 #: lesson-files/csound-intonation-harmonic-maj7-5cent:65 #: lesson-files/csound-intonation-harmonic-maj7-5cent:95 #: lesson-files/csound-intonation-harmonic-maj7-5cent:125 #: lesson-files/csound-intonation-harmonic-maj7-5cent:155 #: lesson-files/csound-intonation-harmonic-maj7-5cent:185 #: lesson-files/csound-intonation-harmonic-maj7-5cent:215 #: lesson-files/csound-intonation-harmonic-maj7-5cent:245 #: lesson-files/csound-intonation-harmonic-maj7-5cent:275 #: lesson-files/csound-intonation-harmonic-maj7-5cent:305 #: lesson-files/csound-intonation-harmonic-maj7-5cent:335 #: lesson-files/csound-intonation-harmonic-maj7-5cent:365 #: lesson-files/csound-intonation-harmonic-maj7-6cent:35 #: lesson-files/csound-intonation-harmonic-maj7-6cent:65 #: lesson-files/csound-intonation-harmonic-maj7-6cent:95 #: lesson-files/csound-intonation-harmonic-maj7-6cent:125 #: lesson-files/csound-intonation-harmonic-maj7-6cent:155 #: lesson-files/csound-intonation-harmonic-maj7-6cent:185 #: lesson-files/csound-intonation-harmonic-maj7-6cent:215 #: lesson-files/csound-intonation-harmonic-maj7-6cent:245 #: lesson-files/csound-intonation-harmonic-maj7-6cent:275 #: lesson-files/csound-intonation-harmonic-maj7-6cent:305 #: lesson-files/csound-intonation-harmonic-maj7-6cent:335 #: lesson-files/csound-intonation-harmonic-maj7-6cent:365 #: lesson-files/csound-intonation-harmonic-maj7-8cent:35 #: lesson-files/csound-intonation-harmonic-maj7-8cent:65 #: lesson-files/csound-intonation-harmonic-maj7-8cent:95 #: lesson-files/csound-intonation-harmonic-maj7-8cent:125 #: lesson-files/csound-intonation-harmonic-maj7-8cent:155 #: lesson-files/csound-intonation-harmonic-maj7-8cent:185 #: lesson-files/csound-intonation-harmonic-maj7-8cent:215 #: lesson-files/csound-intonation-harmonic-maj7-8cent:245 #: lesson-files/csound-intonation-harmonic-maj7-8cent:275 #: lesson-files/csound-intonation-harmonic-maj7-8cent:305 #: lesson-files/csound-intonation-harmonic-maj7-8cent:335 #: lesson-files/csound-intonation-harmonic-maj7-8cent:365 #: lesson-files/csound-intonation-harmonic-min2-10cent:35 #: lesson-files/csound-intonation-harmonic-min2-10cent:65 #: lesson-files/csound-intonation-harmonic-min2-10cent:95 #: lesson-files/csound-intonation-harmonic-min2-10cent:125 #: lesson-files/csound-intonation-harmonic-min2-10cent:155 #: lesson-files/csound-intonation-harmonic-min2-10cent:185 #: lesson-files/csound-intonation-harmonic-min2-10cent:215 #: lesson-files/csound-intonation-harmonic-min2-10cent:245 #: lesson-files/csound-intonation-harmonic-min2-10cent:275 #: lesson-files/csound-intonation-harmonic-min2-10cent:305 #: lesson-files/csound-intonation-harmonic-min2-10cent:335 #: lesson-files/csound-intonation-harmonic-min2-10cent:365 #: lesson-files/csound-intonation-harmonic-min2-15cent:35 #: lesson-files/csound-intonation-harmonic-min2-15cent:65 #: lesson-files/csound-intonation-harmonic-min2-15cent:95 #: lesson-files/csound-intonation-harmonic-min2-15cent:125 #: lesson-files/csound-intonation-harmonic-min2-15cent:155 #: lesson-files/csound-intonation-harmonic-min2-15cent:185 #: lesson-files/csound-intonation-harmonic-min2-15cent:215 #: lesson-files/csound-intonation-harmonic-min2-15cent:245 #: lesson-files/csound-intonation-harmonic-min2-15cent:275 #: lesson-files/csound-intonation-harmonic-min2-15cent:305 #: lesson-files/csound-intonation-harmonic-min2-15cent:335 #: lesson-files/csound-intonation-harmonic-min2-15cent:365 #: lesson-files/csound-intonation-harmonic-min2-20cent:35 #: lesson-files/csound-intonation-harmonic-min2-20cent:65 #: lesson-files/csound-intonation-harmonic-min2-20cent:95 #: lesson-files/csound-intonation-harmonic-min2-20cent:125 #: lesson-files/csound-intonation-harmonic-min2-20cent:155 #: lesson-files/csound-intonation-harmonic-min2-20cent:185 #: lesson-files/csound-intonation-harmonic-min2-20cent:215 #: lesson-files/csound-intonation-harmonic-min2-20cent:245 #: lesson-files/csound-intonation-harmonic-min2-20cent:275 #: lesson-files/csound-intonation-harmonic-min2-20cent:305 #: lesson-files/csound-intonation-harmonic-min2-20cent:335 #: lesson-files/csound-intonation-harmonic-min2-20cent:365 #: lesson-files/csound-intonation-harmonic-min2-30cent:35 #: lesson-files/csound-intonation-harmonic-min2-30cent:65 #: lesson-files/csound-intonation-harmonic-min2-30cent:95 #: lesson-files/csound-intonation-harmonic-min2-30cent:125 #: lesson-files/csound-intonation-harmonic-min2-30cent:155 #: lesson-files/csound-intonation-harmonic-min2-30cent:185 #: lesson-files/csound-intonation-harmonic-min2-30cent:215 #: lesson-files/csound-intonation-harmonic-min2-30cent:245 #: lesson-files/csound-intonation-harmonic-min2-30cent:275 #: lesson-files/csound-intonation-harmonic-min2-30cent:305 #: lesson-files/csound-intonation-harmonic-min2-30cent:335 #: lesson-files/csound-intonation-harmonic-min2-30cent:365 #: lesson-files/csound-intonation-harmonic-min2-40cent:35 #: lesson-files/csound-intonation-harmonic-min2-40cent:65 #: lesson-files/csound-intonation-harmonic-min2-40cent:95 #: lesson-files/csound-intonation-harmonic-min2-40cent:125 #: lesson-files/csound-intonation-harmonic-min2-40cent:155 #: lesson-files/csound-intonation-harmonic-min2-40cent:185 #: lesson-files/csound-intonation-harmonic-min2-40cent:215 #: lesson-files/csound-intonation-harmonic-min2-40cent:245 #: lesson-files/csound-intonation-harmonic-min2-40cent:275 #: lesson-files/csound-intonation-harmonic-min2-40cent:305 #: lesson-files/csound-intonation-harmonic-min2-40cent:335 #: lesson-files/csound-intonation-harmonic-min2-40cent:365 #: lesson-files/csound-intonation-harmonic-min2-5cent:35 #: lesson-files/csound-intonation-harmonic-min2-5cent:65 #: lesson-files/csound-intonation-harmonic-min2-5cent:95 #: lesson-files/csound-intonation-harmonic-min2-5cent:125 #: lesson-files/csound-intonation-harmonic-min2-5cent:155 #: lesson-files/csound-intonation-harmonic-min2-5cent:185 #: lesson-files/csound-intonation-harmonic-min2-5cent:215 #: lesson-files/csound-intonation-harmonic-min2-5cent:245 #: lesson-files/csound-intonation-harmonic-min2-5cent:275 #: lesson-files/csound-intonation-harmonic-min2-5cent:305 #: lesson-files/csound-intonation-harmonic-min2-5cent:335 #: lesson-files/csound-intonation-harmonic-min2-5cent:365 #: lesson-files/csound-intonation-harmonic-min2-6cent:35 #: lesson-files/csound-intonation-harmonic-min2-6cent:65 #: lesson-files/csound-intonation-harmonic-min2-6cent:95 #: lesson-files/csound-intonation-harmonic-min2-6cent:125 #: lesson-files/csound-intonation-harmonic-min2-6cent:155 #: lesson-files/csound-intonation-harmonic-min2-6cent:185 #: lesson-files/csound-intonation-harmonic-min2-6cent:215 #: lesson-files/csound-intonation-harmonic-min2-6cent:245 #: lesson-files/csound-intonation-harmonic-min2-6cent:275 #: lesson-files/csound-intonation-harmonic-min2-6cent:305 #: lesson-files/csound-intonation-harmonic-min2-6cent:335 #: lesson-files/csound-intonation-harmonic-min2-6cent:365 #: lesson-files/csound-intonation-harmonic-min2-8cent:35 #: lesson-files/csound-intonation-harmonic-min2-8cent:65 #: lesson-files/csound-intonation-harmonic-min2-8cent:95 #: lesson-files/csound-intonation-harmonic-min2-8cent:125 #: lesson-files/csound-intonation-harmonic-min2-8cent:155 #: lesson-files/csound-intonation-harmonic-min2-8cent:185 #: lesson-files/csound-intonation-harmonic-min2-8cent:215 #: lesson-files/csound-intonation-harmonic-min2-8cent:245 #: lesson-files/csound-intonation-harmonic-min2-8cent:275 #: lesson-files/csound-intonation-harmonic-min2-8cent:305 #: lesson-files/csound-intonation-harmonic-min2-8cent:335 #: lesson-files/csound-intonation-harmonic-min2-8cent:365 #: lesson-files/csound-intonation-harmonic-min3-10cent:35 #: lesson-files/csound-intonation-harmonic-min3-10cent:65 #: lesson-files/csound-intonation-harmonic-min3-10cent:95 #: lesson-files/csound-intonation-harmonic-min3-10cent:125 #: lesson-files/csound-intonation-harmonic-min3-10cent:155 #: lesson-files/csound-intonation-harmonic-min3-10cent:185 #: lesson-files/csound-intonation-harmonic-min3-10cent:215 #: lesson-files/csound-intonation-harmonic-min3-10cent:245 #: lesson-files/csound-intonation-harmonic-min3-10cent:275 #: lesson-files/csound-intonation-harmonic-min3-10cent:305 #: lesson-files/csound-intonation-harmonic-min3-10cent:335 #: lesson-files/csound-intonation-harmonic-min3-10cent:365 #: lesson-files/csound-intonation-harmonic-min3-15cent:35 #: lesson-files/csound-intonation-harmonic-min3-15cent:65 #: lesson-files/csound-intonation-harmonic-min3-15cent:95 #: lesson-files/csound-intonation-harmonic-min3-15cent:125 #: lesson-files/csound-intonation-harmonic-min3-15cent:155 #: lesson-files/csound-intonation-harmonic-min3-15cent:185 #: lesson-files/csound-intonation-harmonic-min3-15cent:215 #: lesson-files/csound-intonation-harmonic-min3-15cent:245 #: lesson-files/csound-intonation-harmonic-min3-15cent:275 #: lesson-files/csound-intonation-harmonic-min3-15cent:305 #: lesson-files/csound-intonation-harmonic-min3-15cent:335 #: lesson-files/csound-intonation-harmonic-min3-15cent:365 #: lesson-files/csound-intonation-harmonic-min3-20cent:35 #: lesson-files/csound-intonation-harmonic-min3-20cent:65 #: lesson-files/csound-intonation-harmonic-min3-20cent:95 #: lesson-files/csound-intonation-harmonic-min3-20cent:125 #: lesson-files/csound-intonation-harmonic-min3-20cent:155 #: lesson-files/csound-intonation-harmonic-min3-20cent:185 #: lesson-files/csound-intonation-harmonic-min3-20cent:215 #: lesson-files/csound-intonation-harmonic-min3-20cent:245 #: lesson-files/csound-intonation-harmonic-min3-20cent:275 #: lesson-files/csound-intonation-harmonic-min3-20cent:305 #: lesson-files/csound-intonation-harmonic-min3-20cent:335 #: lesson-files/csound-intonation-harmonic-min3-20cent:365 #: lesson-files/csound-intonation-harmonic-min3-30cent:35 #: lesson-files/csound-intonation-harmonic-min3-30cent:65 #: lesson-files/csound-intonation-harmonic-min3-30cent:95 #: lesson-files/csound-intonation-harmonic-min3-30cent:125 #: lesson-files/csound-intonation-harmonic-min3-30cent:155 #: lesson-files/csound-intonation-harmonic-min3-30cent:185 #: lesson-files/csound-intonation-harmonic-min3-30cent:215 #: lesson-files/csound-intonation-harmonic-min3-30cent:245 #: lesson-files/csound-intonation-harmonic-min3-30cent:275 #: lesson-files/csound-intonation-harmonic-min3-30cent:305 #: lesson-files/csound-intonation-harmonic-min3-30cent:335 #: lesson-files/csound-intonation-harmonic-min3-30cent:365 #: lesson-files/csound-intonation-harmonic-min3-40cent:35 #: lesson-files/csound-intonation-harmonic-min3-40cent:65 #: lesson-files/csound-intonation-harmonic-min3-40cent:95 #: lesson-files/csound-intonation-harmonic-min3-40cent:125 #: lesson-files/csound-intonation-harmonic-min3-40cent:155 #: lesson-files/csound-intonation-harmonic-min3-40cent:185 #: lesson-files/csound-intonation-harmonic-min3-40cent:215 #: lesson-files/csound-intonation-harmonic-min3-40cent:245 #: lesson-files/csound-intonation-harmonic-min3-40cent:275 #: lesson-files/csound-intonation-harmonic-min3-40cent:305 #: lesson-files/csound-intonation-harmonic-min3-40cent:335 #: lesson-files/csound-intonation-harmonic-min3-40cent:365 #: lesson-files/csound-intonation-harmonic-min3-5cent:35 #: lesson-files/csound-intonation-harmonic-min3-5cent:65 #: lesson-files/csound-intonation-harmonic-min3-5cent:95 #: lesson-files/csound-intonation-harmonic-min3-5cent:125 #: lesson-files/csound-intonation-harmonic-min3-5cent:155 #: lesson-files/csound-intonation-harmonic-min3-5cent:185 #: lesson-files/csound-intonation-harmonic-min3-5cent:215 #: lesson-files/csound-intonation-harmonic-min3-5cent:245 #: lesson-files/csound-intonation-harmonic-min3-5cent:275 #: lesson-files/csound-intonation-harmonic-min3-5cent:305 #: lesson-files/csound-intonation-harmonic-min3-5cent:335 #: lesson-files/csound-intonation-harmonic-min3-5cent:365 #: lesson-files/csound-intonation-harmonic-min3-6cent:35 #: lesson-files/csound-intonation-harmonic-min3-6cent:65 #: lesson-files/csound-intonation-harmonic-min3-6cent:95 #: lesson-files/csound-intonation-harmonic-min3-6cent:125 #: lesson-files/csound-intonation-harmonic-min3-6cent:155 #: lesson-files/csound-intonation-harmonic-min3-6cent:185 #: lesson-files/csound-intonation-harmonic-min3-6cent:215 #: lesson-files/csound-intonation-harmonic-min3-6cent:245 #: lesson-files/csound-intonation-harmonic-min3-6cent:275 #: lesson-files/csound-intonation-harmonic-min3-6cent:305 #: lesson-files/csound-intonation-harmonic-min3-6cent:335 #: lesson-files/csound-intonation-harmonic-min3-6cent:365 #: lesson-files/csound-intonation-harmonic-min3-8cent:35 #: lesson-files/csound-intonation-harmonic-min3-8cent:65 #: lesson-files/csound-intonation-harmonic-min3-8cent:95 #: lesson-files/csound-intonation-harmonic-min3-8cent:125 #: lesson-files/csound-intonation-harmonic-min3-8cent:155 #: lesson-files/csound-intonation-harmonic-min3-8cent:185 #: lesson-files/csound-intonation-harmonic-min3-8cent:215 #: lesson-files/csound-intonation-harmonic-min3-8cent:245 #: lesson-files/csound-intonation-harmonic-min3-8cent:275 #: lesson-files/csound-intonation-harmonic-min3-8cent:305 #: lesson-files/csound-intonation-harmonic-min3-8cent:335 #: lesson-files/csound-intonation-harmonic-min3-8cent:365 #: lesson-files/csound-intonation-harmonic-min6-10cent:35 #: lesson-files/csound-intonation-harmonic-min6-10cent:65 #: lesson-files/csound-intonation-harmonic-min6-10cent:95 #: lesson-files/csound-intonation-harmonic-min6-10cent:125 #: lesson-files/csound-intonation-harmonic-min6-10cent:155 #: lesson-files/csound-intonation-harmonic-min6-10cent:185 #: lesson-files/csound-intonation-harmonic-min6-10cent:215 #: lesson-files/csound-intonation-harmonic-min6-10cent:245 #: lesson-files/csound-intonation-harmonic-min6-10cent:275 #: lesson-files/csound-intonation-harmonic-min6-10cent:305 #: lesson-files/csound-intonation-harmonic-min6-10cent:335 #: lesson-files/csound-intonation-harmonic-min6-10cent:365 #: lesson-files/csound-intonation-harmonic-min6-15cent:35 #: lesson-files/csound-intonation-harmonic-min6-15cent:65 #: lesson-files/csound-intonation-harmonic-min6-15cent:95 #: lesson-files/csound-intonation-harmonic-min6-15cent:125 #: lesson-files/csound-intonation-harmonic-min6-15cent:155 #: lesson-files/csound-intonation-harmonic-min6-15cent:185 #: lesson-files/csound-intonation-harmonic-min6-15cent:215 #: lesson-files/csound-intonation-harmonic-min6-15cent:245 #: lesson-files/csound-intonation-harmonic-min6-15cent:275 #: lesson-files/csound-intonation-harmonic-min6-15cent:305 #: lesson-files/csound-intonation-harmonic-min6-15cent:335 #: lesson-files/csound-intonation-harmonic-min6-15cent:365 #: lesson-files/csound-intonation-harmonic-min6-20cent:35 #: lesson-files/csound-intonation-harmonic-min6-20cent:65 #: lesson-files/csound-intonation-harmonic-min6-20cent:95 #: lesson-files/csound-intonation-harmonic-min6-20cent:125 #: lesson-files/csound-intonation-harmonic-min6-20cent:155 #: lesson-files/csound-intonation-harmonic-min6-20cent:185 #: lesson-files/csound-intonation-harmonic-min6-20cent:215 #: lesson-files/csound-intonation-harmonic-min6-20cent:245 #: lesson-files/csound-intonation-harmonic-min6-20cent:275 #: lesson-files/csound-intonation-harmonic-min6-20cent:305 #: lesson-files/csound-intonation-harmonic-min6-20cent:335 #: lesson-files/csound-intonation-harmonic-min6-20cent:365 #: lesson-files/csound-intonation-harmonic-min6-30cent:35 #: lesson-files/csound-intonation-harmonic-min6-30cent:65 #: lesson-files/csound-intonation-harmonic-min6-30cent:95 #: lesson-files/csound-intonation-harmonic-min6-30cent:125 #: lesson-files/csound-intonation-harmonic-min6-30cent:155 #: lesson-files/csound-intonation-harmonic-min6-30cent:185 #: lesson-files/csound-intonation-harmonic-min6-30cent:215 #: lesson-files/csound-intonation-harmonic-min6-30cent:245 #: lesson-files/csound-intonation-harmonic-min6-30cent:275 #: lesson-files/csound-intonation-harmonic-min6-30cent:305 #: lesson-files/csound-intonation-harmonic-min6-30cent:335 #: lesson-files/csound-intonation-harmonic-min6-30cent:365 #: lesson-files/csound-intonation-harmonic-min6-40cent:35 #: lesson-files/csound-intonation-harmonic-min6-40cent:65 #: lesson-files/csound-intonation-harmonic-min6-40cent:95 #: lesson-files/csound-intonation-harmonic-min6-40cent:125 #: lesson-files/csound-intonation-harmonic-min6-40cent:155 #: lesson-files/csound-intonation-harmonic-min6-40cent:185 #: lesson-files/csound-intonation-harmonic-min6-40cent:215 #: lesson-files/csound-intonation-harmonic-min6-40cent:245 #: lesson-files/csound-intonation-harmonic-min6-40cent:275 #: lesson-files/csound-intonation-harmonic-min6-40cent:305 #: lesson-files/csound-intonation-harmonic-min6-40cent:335 #: lesson-files/csound-intonation-harmonic-min6-40cent:365 #: lesson-files/csound-intonation-harmonic-min6-5cent:35 #: lesson-files/csound-intonation-harmonic-min6-5cent:65 #: lesson-files/csound-intonation-harmonic-min6-5cent:95 #: lesson-files/csound-intonation-harmonic-min6-5cent:125 #: lesson-files/csound-intonation-harmonic-min6-5cent:155 #: lesson-files/csound-intonation-harmonic-min6-5cent:185 #: lesson-files/csound-intonation-harmonic-min6-5cent:215 #: lesson-files/csound-intonation-harmonic-min6-5cent:245 #: lesson-files/csound-intonation-harmonic-min6-5cent:275 #: lesson-files/csound-intonation-harmonic-min6-5cent:305 #: lesson-files/csound-intonation-harmonic-min6-5cent:335 #: lesson-files/csound-intonation-harmonic-min6-5cent:365 #: lesson-files/csound-intonation-harmonic-min6-6cent:35 #: lesson-files/csound-intonation-harmonic-min6-6cent:65 #: lesson-files/csound-intonation-harmonic-min6-6cent:95 #: lesson-files/csound-intonation-harmonic-min6-6cent:125 #: lesson-files/csound-intonation-harmonic-min6-6cent:155 #: lesson-files/csound-intonation-harmonic-min6-6cent:185 #: lesson-files/csound-intonation-harmonic-min6-6cent:215 #: lesson-files/csound-intonation-harmonic-min6-6cent:245 #: lesson-files/csound-intonation-harmonic-min6-6cent:275 #: lesson-files/csound-intonation-harmonic-min6-6cent:305 #: lesson-files/csound-intonation-harmonic-min6-6cent:335 #: lesson-files/csound-intonation-harmonic-min6-6cent:365 #: lesson-files/csound-intonation-harmonic-min6-8cent:35 #: lesson-files/csound-intonation-harmonic-min6-8cent:65 #: lesson-files/csound-intonation-harmonic-min6-8cent:95 #: lesson-files/csound-intonation-harmonic-min6-8cent:125 #: lesson-files/csound-intonation-harmonic-min6-8cent:155 #: lesson-files/csound-intonation-harmonic-min6-8cent:185 #: lesson-files/csound-intonation-harmonic-min6-8cent:215 #: lesson-files/csound-intonation-harmonic-min6-8cent:245 #: lesson-files/csound-intonation-harmonic-min6-8cent:275 #: lesson-files/csound-intonation-harmonic-min6-8cent:305 #: lesson-files/csound-intonation-harmonic-min6-8cent:335 #: lesson-files/csound-intonation-harmonic-min6-8cent:365 #: lesson-files/csound-intonation-harmonic-min7-10cent:35 #: lesson-files/csound-intonation-harmonic-min7-10cent:65 #: lesson-files/csound-intonation-harmonic-min7-10cent:95 #: lesson-files/csound-intonation-harmonic-min7-10cent:125 #: lesson-files/csound-intonation-harmonic-min7-10cent:155 #: lesson-files/csound-intonation-harmonic-min7-10cent:185 #: lesson-files/csound-intonation-harmonic-min7-10cent:215 #: lesson-files/csound-intonation-harmonic-min7-10cent:245 #: lesson-files/csound-intonation-harmonic-min7-10cent:275 #: lesson-files/csound-intonation-harmonic-min7-10cent:305 #: lesson-files/csound-intonation-harmonic-min7-10cent:335 #: lesson-files/csound-intonation-harmonic-min7-10cent:365 #: lesson-files/csound-intonation-harmonic-min7-15cent:35 #: lesson-files/csound-intonation-harmonic-min7-15cent:65 #: lesson-files/csound-intonation-harmonic-min7-15cent:95 #: lesson-files/csound-intonation-harmonic-min7-15cent:125 #: lesson-files/csound-intonation-harmonic-min7-15cent:155 #: lesson-files/csound-intonation-harmonic-min7-15cent:185 #: lesson-files/csound-intonation-harmonic-min7-15cent:215 #: lesson-files/csound-intonation-harmonic-min7-15cent:245 #: lesson-files/csound-intonation-harmonic-min7-15cent:275 #: lesson-files/csound-intonation-harmonic-min7-15cent:305 #: lesson-files/csound-intonation-harmonic-min7-15cent:335 #: lesson-files/csound-intonation-harmonic-min7-15cent:365 #: lesson-files/csound-intonation-harmonic-min7-20cent:35 #: lesson-files/csound-intonation-harmonic-min7-20cent:65 #: lesson-files/csound-intonation-harmonic-min7-20cent:95 #: lesson-files/csound-intonation-harmonic-min7-20cent:125 #: lesson-files/csound-intonation-harmonic-min7-20cent:155 #: lesson-files/csound-intonation-harmonic-min7-20cent:185 #: lesson-files/csound-intonation-harmonic-min7-20cent:215 #: lesson-files/csound-intonation-harmonic-min7-20cent:245 #: lesson-files/csound-intonation-harmonic-min7-20cent:275 #: lesson-files/csound-intonation-harmonic-min7-20cent:305 #: lesson-files/csound-intonation-harmonic-min7-20cent:335 #: lesson-files/csound-intonation-harmonic-min7-20cent:365 #: lesson-files/csound-intonation-harmonic-min7-30cent:35 #: lesson-files/csound-intonation-harmonic-min7-30cent:65 #: lesson-files/csound-intonation-harmonic-min7-30cent:95 #: lesson-files/csound-intonation-harmonic-min7-30cent:125 #: lesson-files/csound-intonation-harmonic-min7-30cent:155 #: lesson-files/csound-intonation-harmonic-min7-30cent:185 #: lesson-files/csound-intonation-harmonic-min7-30cent:215 #: lesson-files/csound-intonation-harmonic-min7-30cent:245 #: lesson-files/csound-intonation-harmonic-min7-30cent:275 #: lesson-files/csound-intonation-harmonic-min7-30cent:305 #: lesson-files/csound-intonation-harmonic-min7-30cent:335 #: lesson-files/csound-intonation-harmonic-min7-30cent:365 #: lesson-files/csound-intonation-harmonic-min7-40cent:35 #: lesson-files/csound-intonation-harmonic-min7-40cent:65 #: lesson-files/csound-intonation-harmonic-min7-40cent:95 #: lesson-files/csound-intonation-harmonic-min7-40cent:125 #: lesson-files/csound-intonation-harmonic-min7-40cent:155 #: lesson-files/csound-intonation-harmonic-min7-40cent:185 #: lesson-files/csound-intonation-harmonic-min7-40cent:215 #: lesson-files/csound-intonation-harmonic-min7-40cent:245 #: lesson-files/csound-intonation-harmonic-min7-40cent:275 #: lesson-files/csound-intonation-harmonic-min7-40cent:305 #: lesson-files/csound-intonation-harmonic-min7-40cent:335 #: lesson-files/csound-intonation-harmonic-min7-40cent:365 #: lesson-files/csound-intonation-harmonic-min7-5cent:35 #: lesson-files/csound-intonation-harmonic-min7-5cent:65 #: lesson-files/csound-intonation-harmonic-min7-5cent:95 #: lesson-files/csound-intonation-harmonic-min7-5cent:125 #: lesson-files/csound-intonation-harmonic-min7-5cent:155 #: lesson-files/csound-intonation-harmonic-min7-5cent:185 #: lesson-files/csound-intonation-harmonic-min7-5cent:215 #: lesson-files/csound-intonation-harmonic-min7-5cent:245 #: lesson-files/csound-intonation-harmonic-min7-5cent:275 #: lesson-files/csound-intonation-harmonic-min7-5cent:305 #: lesson-files/csound-intonation-harmonic-min7-5cent:335 #: lesson-files/csound-intonation-harmonic-min7-5cent:365 #: lesson-files/csound-intonation-harmonic-min7-6cent:35 #: lesson-files/csound-intonation-harmonic-min7-6cent:65 #: lesson-files/csound-intonation-harmonic-min7-6cent:95 #: lesson-files/csound-intonation-harmonic-min7-6cent:125 #: lesson-files/csound-intonation-harmonic-min7-6cent:155 #: lesson-files/csound-intonation-harmonic-min7-6cent:185 #: lesson-files/csound-intonation-harmonic-min7-6cent:215 #: lesson-files/csound-intonation-harmonic-min7-6cent:245 #: lesson-files/csound-intonation-harmonic-min7-6cent:275 #: lesson-files/csound-intonation-harmonic-min7-6cent:305 #: lesson-files/csound-intonation-harmonic-min7-6cent:335 #: lesson-files/csound-intonation-harmonic-min7-6cent:365 #: lesson-files/csound-intonation-harmonic-min7-8cent:35 #: lesson-files/csound-intonation-harmonic-min7-8cent:65 #: lesson-files/csound-intonation-harmonic-min7-8cent:95 #: lesson-files/csound-intonation-harmonic-min7-8cent:125 #: lesson-files/csound-intonation-harmonic-min7-8cent:155 #: lesson-files/csound-intonation-harmonic-min7-8cent:185 #: lesson-files/csound-intonation-harmonic-min7-8cent:215 #: lesson-files/csound-intonation-harmonic-min7-8cent:245 #: lesson-files/csound-intonation-harmonic-min7-8cent:275 #: lesson-files/csound-intonation-harmonic-min7-8cent:305 #: lesson-files/csound-intonation-harmonic-min7-8cent:335 #: lesson-files/csound-intonation-harmonic-min7-8cent:365 #: lesson-files/csound-intonation-harmonic-p4-10cent:35 #: lesson-files/csound-intonation-harmonic-p4-10cent:65 #: lesson-files/csound-intonation-harmonic-p4-10cent:95 #: lesson-files/csound-intonation-harmonic-p4-10cent:125 #: lesson-files/csound-intonation-harmonic-p4-10cent:155 #: lesson-files/csound-intonation-harmonic-p4-10cent:185 #: lesson-files/csound-intonation-harmonic-p4-10cent:215 #: lesson-files/csound-intonation-harmonic-p4-10cent:245 #: lesson-files/csound-intonation-harmonic-p4-10cent:275 #: lesson-files/csound-intonation-harmonic-p4-10cent:305 #: lesson-files/csound-intonation-harmonic-p4-10cent:335 #: lesson-files/csound-intonation-harmonic-p4-10cent:365 #: lesson-files/csound-intonation-harmonic-p4-15cent:35 #: lesson-files/csound-intonation-harmonic-p4-15cent:65 #: lesson-files/csound-intonation-harmonic-p4-15cent:95 #: lesson-files/csound-intonation-harmonic-p4-15cent:125 #: lesson-files/csound-intonation-harmonic-p4-15cent:155 #: lesson-files/csound-intonation-harmonic-p4-15cent:185 #: lesson-files/csound-intonation-harmonic-p4-15cent:215 #: lesson-files/csound-intonation-harmonic-p4-15cent:245 #: lesson-files/csound-intonation-harmonic-p4-15cent:275 #: lesson-files/csound-intonation-harmonic-p4-15cent:305 #: lesson-files/csound-intonation-harmonic-p4-15cent:335 #: lesson-files/csound-intonation-harmonic-p4-15cent:365 #: lesson-files/csound-intonation-harmonic-p4-20cent:35 #: lesson-files/csound-intonation-harmonic-p4-20cent:65 #: lesson-files/csound-intonation-harmonic-p4-20cent:95 #: lesson-files/csound-intonation-harmonic-p4-20cent:125 #: lesson-files/csound-intonation-harmonic-p4-20cent:155 #: lesson-files/csound-intonation-harmonic-p4-20cent:185 #: lesson-files/csound-intonation-harmonic-p4-20cent:215 #: lesson-files/csound-intonation-harmonic-p4-20cent:245 #: lesson-files/csound-intonation-harmonic-p4-20cent:275 #: lesson-files/csound-intonation-harmonic-p4-20cent:305 #: lesson-files/csound-intonation-harmonic-p4-20cent:335 #: lesson-files/csound-intonation-harmonic-p4-20cent:365 #: lesson-files/csound-intonation-harmonic-p4-30cent:35 #: lesson-files/csound-intonation-harmonic-p4-30cent:65 #: lesson-files/csound-intonation-harmonic-p4-30cent:95 #: lesson-files/csound-intonation-harmonic-p4-30cent:125 #: lesson-files/csound-intonation-harmonic-p4-30cent:155 #: lesson-files/csound-intonation-harmonic-p4-30cent:185 #: lesson-files/csound-intonation-harmonic-p4-30cent:215 #: lesson-files/csound-intonation-harmonic-p4-30cent:245 #: lesson-files/csound-intonation-harmonic-p4-30cent:275 #: lesson-files/csound-intonation-harmonic-p4-30cent:305 #: lesson-files/csound-intonation-harmonic-p4-30cent:335 #: lesson-files/csound-intonation-harmonic-p4-30cent:365 #: lesson-files/csound-intonation-harmonic-p4-40cent:35 #: lesson-files/csound-intonation-harmonic-p4-40cent:65 #: lesson-files/csound-intonation-harmonic-p4-40cent:95 #: lesson-files/csound-intonation-harmonic-p4-40cent:125 #: lesson-files/csound-intonation-harmonic-p4-40cent:155 #: lesson-files/csound-intonation-harmonic-p4-40cent:185 #: lesson-files/csound-intonation-harmonic-p4-40cent:215 #: lesson-files/csound-intonation-harmonic-p4-40cent:245 #: lesson-files/csound-intonation-harmonic-p4-40cent:275 #: lesson-files/csound-intonation-harmonic-p4-40cent:305 #: lesson-files/csound-intonation-harmonic-p4-40cent:335 #: lesson-files/csound-intonation-harmonic-p4-40cent:365 #: lesson-files/csound-intonation-harmonic-p4-5cent:35 #: lesson-files/csound-intonation-harmonic-p4-5cent:65 #: lesson-files/csound-intonation-harmonic-p4-5cent:95 #: lesson-files/csound-intonation-harmonic-p4-5cent:125 #: lesson-files/csound-intonation-harmonic-p4-5cent:155 #: lesson-files/csound-intonation-harmonic-p4-5cent:185 #: lesson-files/csound-intonation-harmonic-p4-5cent:215 #: lesson-files/csound-intonation-harmonic-p4-5cent:245 #: lesson-files/csound-intonation-harmonic-p4-5cent:275 #: lesson-files/csound-intonation-harmonic-p4-5cent:305 #: lesson-files/csound-intonation-harmonic-p4-5cent:335 #: lesson-files/csound-intonation-harmonic-p4-5cent:365 #: lesson-files/csound-intonation-harmonic-p4-6cent:35 #: lesson-files/csound-intonation-harmonic-p4-6cent:65 #: lesson-files/csound-intonation-harmonic-p4-6cent:95 #: lesson-files/csound-intonation-harmonic-p4-6cent:125 #: lesson-files/csound-intonation-harmonic-p4-6cent:155 #: lesson-files/csound-intonation-harmonic-p4-6cent:185 #: lesson-files/csound-intonation-harmonic-p4-6cent:215 #: lesson-files/csound-intonation-harmonic-p4-6cent:245 #: lesson-files/csound-intonation-harmonic-p4-6cent:275 #: lesson-files/csound-intonation-harmonic-p4-6cent:305 #: lesson-files/csound-intonation-harmonic-p4-6cent:335 #: lesson-files/csound-intonation-harmonic-p4-6cent:365 #: lesson-files/csound-intonation-harmonic-p4-8cent:35 #: lesson-files/csound-intonation-harmonic-p4-8cent:65 #: lesson-files/csound-intonation-harmonic-p4-8cent:95 #: lesson-files/csound-intonation-harmonic-p4-8cent:125 #: lesson-files/csound-intonation-harmonic-p4-8cent:155 #: lesson-files/csound-intonation-harmonic-p4-8cent:185 #: lesson-files/csound-intonation-harmonic-p4-8cent:215 #: lesson-files/csound-intonation-harmonic-p4-8cent:245 #: lesson-files/csound-intonation-harmonic-p4-8cent:275 #: lesson-files/csound-intonation-harmonic-p4-8cent:305 #: lesson-files/csound-intonation-harmonic-p4-8cent:335 #: lesson-files/csound-intonation-harmonic-p4-8cent:365 #: lesson-files/csound-intonation-harmonic-p5-10cent:35 #: lesson-files/csound-intonation-harmonic-p5-10cent:65 #: lesson-files/csound-intonation-harmonic-p5-10cent:95 #: lesson-files/csound-intonation-harmonic-p5-10cent:125 #: lesson-files/csound-intonation-harmonic-p5-10cent:155 #: lesson-files/csound-intonation-harmonic-p5-10cent:185 #: lesson-files/csound-intonation-harmonic-p5-10cent:215 #: lesson-files/csound-intonation-harmonic-p5-10cent:245 #: lesson-files/csound-intonation-harmonic-p5-10cent:275 #: lesson-files/csound-intonation-harmonic-p5-10cent:305 #: lesson-files/csound-intonation-harmonic-p5-10cent:335 #: lesson-files/csound-intonation-harmonic-p5-10cent:365 #: lesson-files/csound-intonation-harmonic-p5-15cent:35 #: lesson-files/csound-intonation-harmonic-p5-15cent:65 #: lesson-files/csound-intonation-harmonic-p5-15cent:95 #: lesson-files/csound-intonation-harmonic-p5-15cent:125 #: lesson-files/csound-intonation-harmonic-p5-15cent:155 #: lesson-files/csound-intonation-harmonic-p5-15cent:185 #: lesson-files/csound-intonation-harmonic-p5-15cent:215 #: lesson-files/csound-intonation-harmonic-p5-15cent:245 #: lesson-files/csound-intonation-harmonic-p5-15cent:275 #: lesson-files/csound-intonation-harmonic-p5-15cent:305 #: lesson-files/csound-intonation-harmonic-p5-15cent:335 #: lesson-files/csound-intonation-harmonic-p5-15cent:365 #: lesson-files/csound-intonation-harmonic-p5-20cent:35 #: lesson-files/csound-intonation-harmonic-p5-20cent:65 #: lesson-files/csound-intonation-harmonic-p5-20cent:95 #: lesson-files/csound-intonation-harmonic-p5-20cent:125 #: lesson-files/csound-intonation-harmonic-p5-20cent:155 #: lesson-files/csound-intonation-harmonic-p5-20cent:185 #: lesson-files/csound-intonation-harmonic-p5-20cent:215 #: lesson-files/csound-intonation-harmonic-p5-20cent:245 #: lesson-files/csound-intonation-harmonic-p5-20cent:275 #: lesson-files/csound-intonation-harmonic-p5-20cent:305 #: lesson-files/csound-intonation-harmonic-p5-20cent:335 #: lesson-files/csound-intonation-harmonic-p5-20cent:365 #: lesson-files/csound-intonation-harmonic-p5-30cent:35 #: lesson-files/csound-intonation-harmonic-p5-30cent:65 #: lesson-files/csound-intonation-harmonic-p5-30cent:95 #: lesson-files/csound-intonation-harmonic-p5-30cent:125 #: lesson-files/csound-intonation-harmonic-p5-30cent:155 #: lesson-files/csound-intonation-harmonic-p5-30cent:185 #: lesson-files/csound-intonation-harmonic-p5-30cent:215 #: lesson-files/csound-intonation-harmonic-p5-30cent:245 #: lesson-files/csound-intonation-harmonic-p5-30cent:275 #: lesson-files/csound-intonation-harmonic-p5-30cent:305 #: lesson-files/csound-intonation-harmonic-p5-30cent:335 #: lesson-files/csound-intonation-harmonic-p5-30cent:365 #: lesson-files/csound-intonation-harmonic-p5-40cent:35 #: lesson-files/csound-intonation-harmonic-p5-40cent:65 #: lesson-files/csound-intonation-harmonic-p5-40cent:95 #: lesson-files/csound-intonation-harmonic-p5-40cent:125 #: lesson-files/csound-intonation-harmonic-p5-40cent:155 #: lesson-files/csound-intonation-harmonic-p5-40cent:185 #: lesson-files/csound-intonation-harmonic-p5-40cent:215 #: lesson-files/csound-intonation-harmonic-p5-40cent:245 #: lesson-files/csound-intonation-harmonic-p5-40cent:275 #: lesson-files/csound-intonation-harmonic-p5-40cent:305 #: lesson-files/csound-intonation-harmonic-p5-40cent:335 #: lesson-files/csound-intonation-harmonic-p5-40cent:365 #: lesson-files/csound-intonation-harmonic-p5-5cent:35 #: lesson-files/csound-intonation-harmonic-p5-5cent:65 #: lesson-files/csound-intonation-harmonic-p5-5cent:95 #: lesson-files/csound-intonation-harmonic-p5-5cent:125 #: lesson-files/csound-intonation-harmonic-p5-5cent:155 #: lesson-files/csound-intonation-harmonic-p5-5cent:185 #: lesson-files/csound-intonation-harmonic-p5-5cent:215 #: lesson-files/csound-intonation-harmonic-p5-5cent:245 #: lesson-files/csound-intonation-harmonic-p5-5cent:275 #: lesson-files/csound-intonation-harmonic-p5-5cent:305 #: lesson-files/csound-intonation-harmonic-p5-5cent:335 #: lesson-files/csound-intonation-harmonic-p5-5cent:365 #: lesson-files/csound-intonation-harmonic-p5-6cent:35 #: lesson-files/csound-intonation-harmonic-p5-6cent:65 #: lesson-files/csound-intonation-harmonic-p5-6cent:95 #: lesson-files/csound-intonation-harmonic-p5-6cent:125 #: lesson-files/csound-intonation-harmonic-p5-6cent:155 #: lesson-files/csound-intonation-harmonic-p5-6cent:185 #: lesson-files/csound-intonation-harmonic-p5-6cent:215 #: lesson-files/csound-intonation-harmonic-p5-6cent:245 #: lesson-files/csound-intonation-harmonic-p5-6cent:275 #: lesson-files/csound-intonation-harmonic-p5-6cent:305 #: lesson-files/csound-intonation-harmonic-p5-6cent:335 #: lesson-files/csound-intonation-harmonic-p5-6cent:365 #: lesson-files/csound-intonation-harmonic-p5-8cent:35 #: lesson-files/csound-intonation-harmonic-p5-8cent:65 #: lesson-files/csound-intonation-harmonic-p5-8cent:95 #: lesson-files/csound-intonation-harmonic-p5-8cent:125 #: lesson-files/csound-intonation-harmonic-p5-8cent:155 #: lesson-files/csound-intonation-harmonic-p5-8cent:185 #: lesson-files/csound-intonation-harmonic-p5-8cent:215 #: lesson-files/csound-intonation-harmonic-p5-8cent:245 #: lesson-files/csound-intonation-harmonic-p5-8cent:275 #: lesson-files/csound-intonation-harmonic-p5-8cent:305 #: lesson-files/csound-intonation-harmonic-p5-8cent:335 #: lesson-files/csound-intonation-harmonic-p5-8cent:365 #: lesson-files/csound-intonation-maj2-10cent:35 #: lesson-files/csound-intonation-maj2-10cent:65 #: lesson-files/csound-intonation-maj2-10cent:95 #: lesson-files/csound-intonation-maj2-10cent:125 #: lesson-files/csound-intonation-maj2-10cent:155 #: lesson-files/csound-intonation-maj2-10cent:185 #: lesson-files/csound-intonation-maj2-10cent:215 #: lesson-files/csound-intonation-maj2-10cent:245 #: lesson-files/csound-intonation-maj2-10cent:275 #: lesson-files/csound-intonation-maj2-10cent:305 #: lesson-files/csound-intonation-maj2-10cent:335 #: lesson-files/csound-intonation-maj2-10cent:365 #: lesson-files/csound-intonation-maj2-15cent:35 #: lesson-files/csound-intonation-maj2-15cent:65 #: lesson-files/csound-intonation-maj2-15cent:95 #: lesson-files/csound-intonation-maj2-15cent:125 #: lesson-files/csound-intonation-maj2-15cent:155 #: lesson-files/csound-intonation-maj2-15cent:185 #: lesson-files/csound-intonation-maj2-15cent:215 #: lesson-files/csound-intonation-maj2-15cent:245 #: lesson-files/csound-intonation-maj2-15cent:275 #: lesson-files/csound-intonation-maj2-15cent:305 #: lesson-files/csound-intonation-maj2-15cent:335 #: lesson-files/csound-intonation-maj2-15cent:365 #: lesson-files/csound-intonation-maj2-20cent:35 #: lesson-files/csound-intonation-maj2-20cent:65 #: lesson-files/csound-intonation-maj2-20cent:95 #: lesson-files/csound-intonation-maj2-20cent:125 #: lesson-files/csound-intonation-maj2-20cent:155 #: lesson-files/csound-intonation-maj2-20cent:185 #: lesson-files/csound-intonation-maj2-20cent:215 #: lesson-files/csound-intonation-maj2-20cent:245 #: lesson-files/csound-intonation-maj2-20cent:275 #: lesson-files/csound-intonation-maj2-20cent:305 #: lesson-files/csound-intonation-maj2-20cent:335 #: lesson-files/csound-intonation-maj2-20cent:365 #: lesson-files/csound-intonation-maj2-30cent:35 #: lesson-files/csound-intonation-maj2-30cent:65 #: lesson-files/csound-intonation-maj2-30cent:95 #: lesson-files/csound-intonation-maj2-30cent:125 #: lesson-files/csound-intonation-maj2-30cent:155 #: lesson-files/csound-intonation-maj2-30cent:185 #: lesson-files/csound-intonation-maj2-30cent:215 #: lesson-files/csound-intonation-maj2-30cent:245 #: lesson-files/csound-intonation-maj2-30cent:275 #: lesson-files/csound-intonation-maj2-30cent:305 #: lesson-files/csound-intonation-maj2-30cent:335 #: lesson-files/csound-intonation-maj2-30cent:365 #: lesson-files/csound-intonation-maj2-40cent:35 #: lesson-files/csound-intonation-maj2-40cent:65 #: lesson-files/csound-intonation-maj2-40cent:95 #: lesson-files/csound-intonation-maj2-40cent:125 #: lesson-files/csound-intonation-maj2-40cent:155 #: lesson-files/csound-intonation-maj2-40cent:185 #: lesson-files/csound-intonation-maj2-40cent:215 #: lesson-files/csound-intonation-maj2-40cent:245 #: lesson-files/csound-intonation-maj2-40cent:275 #: lesson-files/csound-intonation-maj2-40cent:305 #: lesson-files/csound-intonation-maj2-40cent:335 #: lesson-files/csound-intonation-maj2-40cent:365 #: lesson-files/csound-intonation-maj2-5cent:35 #: lesson-files/csound-intonation-maj2-5cent:65 #: lesson-files/csound-intonation-maj2-5cent:95 #: lesson-files/csound-intonation-maj2-5cent:125 #: lesson-files/csound-intonation-maj2-5cent:155 #: lesson-files/csound-intonation-maj2-5cent:185 #: lesson-files/csound-intonation-maj2-5cent:215 #: lesson-files/csound-intonation-maj2-5cent:245 #: lesson-files/csound-intonation-maj2-5cent:275 #: lesson-files/csound-intonation-maj2-5cent:305 #: lesson-files/csound-intonation-maj2-5cent:335 #: lesson-files/csound-intonation-maj2-5cent:365 #: lesson-files/csound-intonation-maj2-6cent:35 #: lesson-files/csound-intonation-maj2-6cent:65 #: lesson-files/csound-intonation-maj2-6cent:95 #: lesson-files/csound-intonation-maj2-6cent:125 #: lesson-files/csound-intonation-maj2-6cent:155 #: lesson-files/csound-intonation-maj2-6cent:185 #: lesson-files/csound-intonation-maj2-6cent:215 #: lesson-files/csound-intonation-maj2-6cent:245 #: lesson-files/csound-intonation-maj2-6cent:275 #: lesson-files/csound-intonation-maj2-6cent:305 #: lesson-files/csound-intonation-maj2-6cent:335 #: lesson-files/csound-intonation-maj2-6cent:365 #: lesson-files/csound-intonation-maj2-8cent:35 #: lesson-files/csound-intonation-maj2-8cent:65 #: lesson-files/csound-intonation-maj2-8cent:95 #: lesson-files/csound-intonation-maj2-8cent:125 #: lesson-files/csound-intonation-maj2-8cent:155 #: lesson-files/csound-intonation-maj2-8cent:185 #: lesson-files/csound-intonation-maj2-8cent:215 #: lesson-files/csound-intonation-maj2-8cent:245 #: lesson-files/csound-intonation-maj2-8cent:275 #: lesson-files/csound-intonation-maj2-8cent:305 #: lesson-files/csound-intonation-maj2-8cent:335 #: lesson-files/csound-intonation-maj2-8cent:365 #: lesson-files/csound-intonation-maj3-10cent:35 #: lesson-files/csound-intonation-maj3-10cent:65 #: lesson-files/csound-intonation-maj3-10cent:95 #: lesson-files/csound-intonation-maj3-10cent:125 #: lesson-files/csound-intonation-maj3-10cent:155 #: lesson-files/csound-intonation-maj3-10cent:185 #: lesson-files/csound-intonation-maj3-10cent:215 #: lesson-files/csound-intonation-maj3-10cent:245 #: lesson-files/csound-intonation-maj3-10cent:275 #: lesson-files/csound-intonation-maj3-10cent:305 #: lesson-files/csound-intonation-maj3-10cent:335 #: lesson-files/csound-intonation-maj3-10cent:365 #: lesson-files/csound-intonation-maj3-15cent:35 #: lesson-files/csound-intonation-maj3-15cent:65 #: lesson-files/csound-intonation-maj3-15cent:95 #: lesson-files/csound-intonation-maj3-15cent:125 #: lesson-files/csound-intonation-maj3-15cent:155 #: lesson-files/csound-intonation-maj3-15cent:185 #: lesson-files/csound-intonation-maj3-15cent:215 #: lesson-files/csound-intonation-maj3-15cent:245 #: lesson-files/csound-intonation-maj3-15cent:275 #: lesson-files/csound-intonation-maj3-15cent:305 #: lesson-files/csound-intonation-maj3-15cent:335 #: lesson-files/csound-intonation-maj3-15cent:365 #: lesson-files/csound-intonation-maj3-20cent:35 #: lesson-files/csound-intonation-maj3-20cent:65 #: lesson-files/csound-intonation-maj3-20cent:95 #: lesson-files/csound-intonation-maj3-20cent:125 #: lesson-files/csound-intonation-maj3-20cent:155 #: lesson-files/csound-intonation-maj3-20cent:185 #: lesson-files/csound-intonation-maj3-20cent:215 #: lesson-files/csound-intonation-maj3-20cent:245 #: lesson-files/csound-intonation-maj3-20cent:275 #: lesson-files/csound-intonation-maj3-20cent:305 #: lesson-files/csound-intonation-maj3-20cent:335 #: lesson-files/csound-intonation-maj3-20cent:365 #: lesson-files/csound-intonation-maj3-30cent:35 #: lesson-files/csound-intonation-maj3-30cent:65 #: lesson-files/csound-intonation-maj3-30cent:95 #: lesson-files/csound-intonation-maj3-30cent:125 #: lesson-files/csound-intonation-maj3-30cent:155 #: lesson-files/csound-intonation-maj3-30cent:185 #: lesson-files/csound-intonation-maj3-30cent:215 #: lesson-files/csound-intonation-maj3-30cent:245 #: lesson-files/csound-intonation-maj3-30cent:275 #: lesson-files/csound-intonation-maj3-30cent:305 #: lesson-files/csound-intonation-maj3-30cent:335 #: lesson-files/csound-intonation-maj3-30cent:365 #: lesson-files/csound-intonation-maj3-40cent:35 #: lesson-files/csound-intonation-maj3-40cent:65 #: lesson-files/csound-intonation-maj3-40cent:95 #: lesson-files/csound-intonation-maj3-40cent:125 #: lesson-files/csound-intonation-maj3-40cent:155 #: lesson-files/csound-intonation-maj3-40cent:185 #: lesson-files/csound-intonation-maj3-40cent:215 #: lesson-files/csound-intonation-maj3-40cent:245 #: lesson-files/csound-intonation-maj3-40cent:275 #: lesson-files/csound-intonation-maj3-40cent:305 #: lesson-files/csound-intonation-maj3-40cent:335 #: lesson-files/csound-intonation-maj3-40cent:365 #: lesson-files/csound-intonation-maj3-5cent:35 #: lesson-files/csound-intonation-maj3-5cent:65 #: lesson-files/csound-intonation-maj3-5cent:95 #: lesson-files/csound-intonation-maj3-5cent:125 #: lesson-files/csound-intonation-maj3-5cent:155 #: lesson-files/csound-intonation-maj3-5cent:185 #: lesson-files/csound-intonation-maj3-5cent:215 #: lesson-files/csound-intonation-maj3-5cent:245 #: lesson-files/csound-intonation-maj3-5cent:275 #: lesson-files/csound-intonation-maj3-5cent:305 #: lesson-files/csound-intonation-maj3-5cent:335 #: lesson-files/csound-intonation-maj3-5cent:365 #: lesson-files/csound-intonation-maj3-6cent:35 #: lesson-files/csound-intonation-maj3-6cent:65 #: lesson-files/csound-intonation-maj3-6cent:95 #: lesson-files/csound-intonation-maj3-6cent:125 #: lesson-files/csound-intonation-maj3-6cent:155 #: lesson-files/csound-intonation-maj3-6cent:185 #: lesson-files/csound-intonation-maj3-6cent:215 #: lesson-files/csound-intonation-maj3-6cent:245 #: lesson-files/csound-intonation-maj3-6cent:275 #: lesson-files/csound-intonation-maj3-6cent:305 #: lesson-files/csound-intonation-maj3-6cent:335 #: lesson-files/csound-intonation-maj3-6cent:365 #: lesson-files/csound-intonation-maj3-8cent:35 #: lesson-files/csound-intonation-maj3-8cent:65 #: lesson-files/csound-intonation-maj3-8cent:95 #: lesson-files/csound-intonation-maj3-8cent:125 #: lesson-files/csound-intonation-maj3-8cent:155 #: lesson-files/csound-intonation-maj3-8cent:185 #: lesson-files/csound-intonation-maj3-8cent:215 #: lesson-files/csound-intonation-maj3-8cent:245 #: lesson-files/csound-intonation-maj3-8cent:275 #: lesson-files/csound-intonation-maj3-8cent:305 #: lesson-files/csound-intonation-maj3-8cent:335 #: lesson-files/csound-intonation-maj3-8cent:365 #: lesson-files/csound-intonation-maj6-10cent:35 #: lesson-files/csound-intonation-maj6-10cent:65 #: lesson-files/csound-intonation-maj6-10cent:95 #: lesson-files/csound-intonation-maj6-10cent:125 #: lesson-files/csound-intonation-maj6-10cent:155 #: lesson-files/csound-intonation-maj6-10cent:185 #: lesson-files/csound-intonation-maj6-10cent:215 #: lesson-files/csound-intonation-maj6-10cent:245 #: lesson-files/csound-intonation-maj6-10cent:275 #: lesson-files/csound-intonation-maj6-10cent:305 #: lesson-files/csound-intonation-maj6-10cent:335 #: lesson-files/csound-intonation-maj6-10cent:365 #: lesson-files/csound-intonation-maj6-15cent:35 #: lesson-files/csound-intonation-maj6-15cent:65 #: lesson-files/csound-intonation-maj6-15cent:95 #: lesson-files/csound-intonation-maj6-15cent:125 #: lesson-files/csound-intonation-maj6-15cent:155 #: lesson-files/csound-intonation-maj6-15cent:185 #: lesson-files/csound-intonation-maj6-15cent:215 #: lesson-files/csound-intonation-maj6-15cent:245 #: lesson-files/csound-intonation-maj6-15cent:275 #: lesson-files/csound-intonation-maj6-15cent:305 #: lesson-files/csound-intonation-maj6-15cent:335 #: lesson-files/csound-intonation-maj6-15cent:365 #: lesson-files/csound-intonation-maj6-20cent:35 #: lesson-files/csound-intonation-maj6-20cent:65 #: lesson-files/csound-intonation-maj6-20cent:95 #: lesson-files/csound-intonation-maj6-20cent:125 #: lesson-files/csound-intonation-maj6-20cent:155 #: lesson-files/csound-intonation-maj6-20cent:185 #: lesson-files/csound-intonation-maj6-20cent:215 #: lesson-files/csound-intonation-maj6-20cent:245 #: lesson-files/csound-intonation-maj6-20cent:275 #: lesson-files/csound-intonation-maj6-20cent:305 #: lesson-files/csound-intonation-maj6-20cent:335 #: lesson-files/csound-intonation-maj6-20cent:365 #: lesson-files/csound-intonation-maj6-30cent:35 #: lesson-files/csound-intonation-maj6-30cent:65 #: lesson-files/csound-intonation-maj6-30cent:95 #: lesson-files/csound-intonation-maj6-30cent:125 #: lesson-files/csound-intonation-maj6-30cent:155 #: lesson-files/csound-intonation-maj6-30cent:185 #: lesson-files/csound-intonation-maj6-30cent:215 #: lesson-files/csound-intonation-maj6-30cent:245 #: lesson-files/csound-intonation-maj6-30cent:275 #: lesson-files/csound-intonation-maj6-30cent:305 #: lesson-files/csound-intonation-maj6-30cent:335 #: lesson-files/csound-intonation-maj6-30cent:365 #: lesson-files/csound-intonation-maj6-40cent:35 #: lesson-files/csound-intonation-maj6-40cent:65 #: lesson-files/csound-intonation-maj6-40cent:95 #: lesson-files/csound-intonation-maj6-40cent:125 #: lesson-files/csound-intonation-maj6-40cent:155 #: lesson-files/csound-intonation-maj6-40cent:185 #: lesson-files/csound-intonation-maj6-40cent:215 #: lesson-files/csound-intonation-maj6-40cent:245 #: lesson-files/csound-intonation-maj6-40cent:275 #: lesson-files/csound-intonation-maj6-40cent:305 #: lesson-files/csound-intonation-maj6-40cent:335 #: lesson-files/csound-intonation-maj6-40cent:365 #: lesson-files/csound-intonation-maj6-5cent:35 #: lesson-files/csound-intonation-maj6-5cent:65 #: lesson-files/csound-intonation-maj6-5cent:95 #: lesson-files/csound-intonation-maj6-5cent:125 #: lesson-files/csound-intonation-maj6-5cent:155 #: lesson-files/csound-intonation-maj6-5cent:185 #: lesson-files/csound-intonation-maj6-5cent:215 #: lesson-files/csound-intonation-maj6-5cent:245 #: lesson-files/csound-intonation-maj6-5cent:275 #: lesson-files/csound-intonation-maj6-5cent:305 #: lesson-files/csound-intonation-maj6-5cent:335 #: lesson-files/csound-intonation-maj6-5cent:365 #: lesson-files/csound-intonation-maj6-6cent:35 #: lesson-files/csound-intonation-maj6-6cent:65 #: lesson-files/csound-intonation-maj6-6cent:95 #: lesson-files/csound-intonation-maj6-6cent:125 #: lesson-files/csound-intonation-maj6-6cent:155 #: lesson-files/csound-intonation-maj6-6cent:185 #: lesson-files/csound-intonation-maj6-6cent:215 #: lesson-files/csound-intonation-maj6-6cent:245 #: lesson-files/csound-intonation-maj6-6cent:275 #: lesson-files/csound-intonation-maj6-6cent:305 #: lesson-files/csound-intonation-maj6-6cent:335 #: lesson-files/csound-intonation-maj6-6cent:365 #: lesson-files/csound-intonation-maj6-8cent:35 #: lesson-files/csound-intonation-maj6-8cent:65 #: lesson-files/csound-intonation-maj6-8cent:95 #: lesson-files/csound-intonation-maj6-8cent:125 #: lesson-files/csound-intonation-maj6-8cent:155 #: lesson-files/csound-intonation-maj6-8cent:185 #: lesson-files/csound-intonation-maj6-8cent:215 #: lesson-files/csound-intonation-maj6-8cent:245 #: lesson-files/csound-intonation-maj6-8cent:275 #: lesson-files/csound-intonation-maj6-8cent:305 #: lesson-files/csound-intonation-maj6-8cent:335 #: lesson-files/csound-intonation-maj6-8cent:365 #: lesson-files/csound-intonation-maj7-10cent:35 #: lesson-files/csound-intonation-maj7-10cent:65 #: lesson-files/csound-intonation-maj7-10cent:95 #: lesson-files/csound-intonation-maj7-10cent:125 #: lesson-files/csound-intonation-maj7-10cent:155 #: lesson-files/csound-intonation-maj7-10cent:185 #: lesson-files/csound-intonation-maj7-10cent:215 #: lesson-files/csound-intonation-maj7-10cent:245 #: lesson-files/csound-intonation-maj7-10cent:275 #: lesson-files/csound-intonation-maj7-10cent:305 #: lesson-files/csound-intonation-maj7-10cent:335 #: lesson-files/csound-intonation-maj7-10cent:365 #: lesson-files/csound-intonation-maj7-15cent:35 #: lesson-files/csound-intonation-maj7-15cent:65 #: lesson-files/csound-intonation-maj7-15cent:95 #: lesson-files/csound-intonation-maj7-15cent:125 #: lesson-files/csound-intonation-maj7-15cent:155 #: lesson-files/csound-intonation-maj7-15cent:185 #: lesson-files/csound-intonation-maj7-15cent:215 #: lesson-files/csound-intonation-maj7-15cent:245 #: lesson-files/csound-intonation-maj7-15cent:275 #: lesson-files/csound-intonation-maj7-15cent:305 #: lesson-files/csound-intonation-maj7-15cent:335 #: lesson-files/csound-intonation-maj7-15cent:365 #: lesson-files/csound-intonation-maj7-20cent:35 #: lesson-files/csound-intonation-maj7-20cent:65 #: lesson-files/csound-intonation-maj7-20cent:95 #: lesson-files/csound-intonation-maj7-20cent:125 #: lesson-files/csound-intonation-maj7-20cent:155 #: lesson-files/csound-intonation-maj7-20cent:185 #: lesson-files/csound-intonation-maj7-20cent:215 #: lesson-files/csound-intonation-maj7-20cent:245 #: lesson-files/csound-intonation-maj7-20cent:275 #: lesson-files/csound-intonation-maj7-20cent:305 #: lesson-files/csound-intonation-maj7-20cent:335 #: lesson-files/csound-intonation-maj7-20cent:365 #: lesson-files/csound-intonation-maj7-30cent:35 #: lesson-files/csound-intonation-maj7-30cent:65 #: lesson-files/csound-intonation-maj7-30cent:95 #: lesson-files/csound-intonation-maj7-30cent:125 #: lesson-files/csound-intonation-maj7-30cent:155 #: lesson-files/csound-intonation-maj7-30cent:185 #: lesson-files/csound-intonation-maj7-30cent:215 #: lesson-files/csound-intonation-maj7-30cent:245 #: lesson-files/csound-intonation-maj7-30cent:275 #: lesson-files/csound-intonation-maj7-30cent:305 #: lesson-files/csound-intonation-maj7-30cent:335 #: lesson-files/csound-intonation-maj7-30cent:365 #: lesson-files/csound-intonation-maj7-40cent:35 #: lesson-files/csound-intonation-maj7-40cent:65 #: lesson-files/csound-intonation-maj7-40cent:95 #: lesson-files/csound-intonation-maj7-40cent:125 #: lesson-files/csound-intonation-maj7-40cent:155 #: lesson-files/csound-intonation-maj7-40cent:185 #: lesson-files/csound-intonation-maj7-40cent:215 #: lesson-files/csound-intonation-maj7-40cent:245 #: lesson-files/csound-intonation-maj7-40cent:275 #: lesson-files/csound-intonation-maj7-40cent:305 #: lesson-files/csound-intonation-maj7-40cent:335 #: lesson-files/csound-intonation-maj7-40cent:365 #: lesson-files/csound-intonation-maj7-5cent:35 #: lesson-files/csound-intonation-maj7-5cent:65 #: lesson-files/csound-intonation-maj7-5cent:95 #: lesson-files/csound-intonation-maj7-5cent:125 #: lesson-files/csound-intonation-maj7-5cent:155 #: lesson-files/csound-intonation-maj7-5cent:185 #: lesson-files/csound-intonation-maj7-5cent:215 #: lesson-files/csound-intonation-maj7-5cent:245 #: lesson-files/csound-intonation-maj7-5cent:275 #: lesson-files/csound-intonation-maj7-5cent:305 #: lesson-files/csound-intonation-maj7-5cent:335 #: lesson-files/csound-intonation-maj7-5cent:365 #: lesson-files/csound-intonation-maj7-6cent:35 #: lesson-files/csound-intonation-maj7-6cent:65 #: lesson-files/csound-intonation-maj7-6cent:95 #: lesson-files/csound-intonation-maj7-6cent:125 #: lesson-files/csound-intonation-maj7-6cent:155 #: lesson-files/csound-intonation-maj7-6cent:185 #: lesson-files/csound-intonation-maj7-6cent:215 #: lesson-files/csound-intonation-maj7-6cent:245 #: lesson-files/csound-intonation-maj7-6cent:275 #: lesson-files/csound-intonation-maj7-6cent:305 #: lesson-files/csound-intonation-maj7-6cent:335 #: lesson-files/csound-intonation-maj7-6cent:365 #: lesson-files/csound-intonation-maj7-8cent:35 #: lesson-files/csound-intonation-maj7-8cent:65 #: lesson-files/csound-intonation-maj7-8cent:95 #: lesson-files/csound-intonation-maj7-8cent:125 #: lesson-files/csound-intonation-maj7-8cent:155 #: lesson-files/csound-intonation-maj7-8cent:185 #: lesson-files/csound-intonation-maj7-8cent:215 #: lesson-files/csound-intonation-maj7-8cent:245 #: lesson-files/csound-intonation-maj7-8cent:275 #: lesson-files/csound-intonation-maj7-8cent:305 #: lesson-files/csound-intonation-maj7-8cent:335 #: lesson-files/csound-intonation-maj7-8cent:365 #: lesson-files/csound-intonation-min2-10cent:35 #: lesson-files/csound-intonation-min2-10cent:65 #: lesson-files/csound-intonation-min2-10cent:95 #: lesson-files/csound-intonation-min2-10cent:125 #: lesson-files/csound-intonation-min2-10cent:155 #: lesson-files/csound-intonation-min2-10cent:185 #: lesson-files/csound-intonation-min2-10cent:215 #: lesson-files/csound-intonation-min2-10cent:245 #: lesson-files/csound-intonation-min2-10cent:275 #: lesson-files/csound-intonation-min2-10cent:305 #: lesson-files/csound-intonation-min2-10cent:335 #: lesson-files/csound-intonation-min2-10cent:365 #: lesson-files/csound-intonation-min2-15cent:35 #: lesson-files/csound-intonation-min2-15cent:65 #: lesson-files/csound-intonation-min2-15cent:95 #: lesson-files/csound-intonation-min2-15cent:125 #: lesson-files/csound-intonation-min2-15cent:155 #: lesson-files/csound-intonation-min2-15cent:185 #: lesson-files/csound-intonation-min2-15cent:215 #: lesson-files/csound-intonation-min2-15cent:245 #: lesson-files/csound-intonation-min2-15cent:275 #: lesson-files/csound-intonation-min2-15cent:305 #: lesson-files/csound-intonation-min2-15cent:335 #: lesson-files/csound-intonation-min2-15cent:365 #: lesson-files/csound-intonation-min2-20cent:35 #: lesson-files/csound-intonation-min2-20cent:65 #: lesson-files/csound-intonation-min2-20cent:95 #: lesson-files/csound-intonation-min2-20cent:125 #: lesson-files/csound-intonation-min2-20cent:155 #: lesson-files/csound-intonation-min2-20cent:185 #: lesson-files/csound-intonation-min2-20cent:215 #: lesson-files/csound-intonation-min2-20cent:245 #: lesson-files/csound-intonation-min2-20cent:275 #: lesson-files/csound-intonation-min2-20cent:305 #: lesson-files/csound-intonation-min2-20cent:335 #: lesson-files/csound-intonation-min2-20cent:365 #: lesson-files/csound-intonation-min2-30cent:35 #: lesson-files/csound-intonation-min2-30cent:65 #: lesson-files/csound-intonation-min2-30cent:95 #: lesson-files/csound-intonation-min2-30cent:125 #: lesson-files/csound-intonation-min2-30cent:155 #: lesson-files/csound-intonation-min2-30cent:185 #: lesson-files/csound-intonation-min2-30cent:215 #: lesson-files/csound-intonation-min2-30cent:245 #: lesson-files/csound-intonation-min2-30cent:275 #: lesson-files/csound-intonation-min2-30cent:305 #: lesson-files/csound-intonation-min2-30cent:335 #: lesson-files/csound-intonation-min2-30cent:365 #: lesson-files/csound-intonation-min2-40cent:35 #: lesson-files/csound-intonation-min2-40cent:65 #: lesson-files/csound-intonation-min2-40cent:95 #: lesson-files/csound-intonation-min2-40cent:125 #: lesson-files/csound-intonation-min2-40cent:155 #: lesson-files/csound-intonation-min2-40cent:185 #: lesson-files/csound-intonation-min2-40cent:215 #: lesson-files/csound-intonation-min2-40cent:245 #: lesson-files/csound-intonation-min2-40cent:275 #: lesson-files/csound-intonation-min2-40cent:305 #: lesson-files/csound-intonation-min2-40cent:335 #: lesson-files/csound-intonation-min2-40cent:365 #: lesson-files/csound-intonation-min2-5cent:35 #: lesson-files/csound-intonation-min2-5cent:65 #: lesson-files/csound-intonation-min2-5cent:95 #: lesson-files/csound-intonation-min2-5cent:125 #: lesson-files/csound-intonation-min2-5cent:155 #: lesson-files/csound-intonation-min2-5cent:185 #: lesson-files/csound-intonation-min2-5cent:215 #: lesson-files/csound-intonation-min2-5cent:245 #: lesson-files/csound-intonation-min2-5cent:275 #: lesson-files/csound-intonation-min2-5cent:305 #: lesson-files/csound-intonation-min2-5cent:335 #: lesson-files/csound-intonation-min2-5cent:365 #: lesson-files/csound-intonation-min2-6cent:35 #: lesson-files/csound-intonation-min2-6cent:65 #: lesson-files/csound-intonation-min2-6cent:95 #: lesson-files/csound-intonation-min2-6cent:125 #: lesson-files/csound-intonation-min2-6cent:155 #: lesson-files/csound-intonation-min2-6cent:185 #: lesson-files/csound-intonation-min2-6cent:215 #: lesson-files/csound-intonation-min2-6cent:245 #: lesson-files/csound-intonation-min2-6cent:275 #: lesson-files/csound-intonation-min2-6cent:305 #: lesson-files/csound-intonation-min2-6cent:335 #: lesson-files/csound-intonation-min2-6cent:365 #: lesson-files/csound-intonation-min2-8cent:35 #: lesson-files/csound-intonation-min2-8cent:65 #: lesson-files/csound-intonation-min2-8cent:95 #: lesson-files/csound-intonation-min2-8cent:125 #: lesson-files/csound-intonation-min2-8cent:155 #: lesson-files/csound-intonation-min2-8cent:185 #: lesson-files/csound-intonation-min2-8cent:215 #: lesson-files/csound-intonation-min2-8cent:245 #: lesson-files/csound-intonation-min2-8cent:275 #: lesson-files/csound-intonation-min2-8cent:305 #: lesson-files/csound-intonation-min2-8cent:335 #: lesson-files/csound-intonation-min2-8cent:365 #: lesson-files/csound-intonation-min3-10cent:35 #: lesson-files/csound-intonation-min3-10cent:65 #: lesson-files/csound-intonation-min3-10cent:95 #: lesson-files/csound-intonation-min3-10cent:125 #: lesson-files/csound-intonation-min3-10cent:155 #: lesson-files/csound-intonation-min3-10cent:185 #: lesson-files/csound-intonation-min3-10cent:215 #: lesson-files/csound-intonation-min3-10cent:245 #: lesson-files/csound-intonation-min3-10cent:275 #: lesson-files/csound-intonation-min3-10cent:305 #: lesson-files/csound-intonation-min3-10cent:335 #: lesson-files/csound-intonation-min3-10cent:365 #: lesson-files/csound-intonation-min3-15cent:35 #: lesson-files/csound-intonation-min3-15cent:65 #: lesson-files/csound-intonation-min3-15cent:95 #: lesson-files/csound-intonation-min3-15cent:125 #: lesson-files/csound-intonation-min3-15cent:155 #: lesson-files/csound-intonation-min3-15cent:185 #: lesson-files/csound-intonation-min3-15cent:215 #: lesson-files/csound-intonation-min3-15cent:245 #: lesson-files/csound-intonation-min3-15cent:275 #: lesson-files/csound-intonation-min3-15cent:305 #: lesson-files/csound-intonation-min3-15cent:335 #: lesson-files/csound-intonation-min3-15cent:365 #: lesson-files/csound-intonation-min3-20cent:35 #: lesson-files/csound-intonation-min3-20cent:65 #: lesson-files/csound-intonation-min3-20cent:95 #: lesson-files/csound-intonation-min3-20cent:125 #: lesson-files/csound-intonation-min3-20cent:155 #: lesson-files/csound-intonation-min3-20cent:185 #: lesson-files/csound-intonation-min3-20cent:215 #: lesson-files/csound-intonation-min3-20cent:245 #: lesson-files/csound-intonation-min3-20cent:275 #: lesson-files/csound-intonation-min3-20cent:305 #: lesson-files/csound-intonation-min3-20cent:335 #: lesson-files/csound-intonation-min3-20cent:365 #: lesson-files/csound-intonation-min3-30cent:35 #: lesson-files/csound-intonation-min3-30cent:65 #: lesson-files/csound-intonation-min3-30cent:95 #: lesson-files/csound-intonation-min3-30cent:125 #: lesson-files/csound-intonation-min3-30cent:155 #: lesson-files/csound-intonation-min3-30cent:185 #: lesson-files/csound-intonation-min3-30cent:215 #: lesson-files/csound-intonation-min3-30cent:245 #: lesson-files/csound-intonation-min3-30cent:275 #: lesson-files/csound-intonation-min3-30cent:305 #: lesson-files/csound-intonation-min3-30cent:335 #: lesson-files/csound-intonation-min3-30cent:365 #: lesson-files/csound-intonation-min3-40cent:35 #: lesson-files/csound-intonation-min3-40cent:65 #: lesson-files/csound-intonation-min3-40cent:95 #: lesson-files/csound-intonation-min3-40cent:125 #: lesson-files/csound-intonation-min3-40cent:155 #: lesson-files/csound-intonation-min3-40cent:185 #: lesson-files/csound-intonation-min3-40cent:215 #: lesson-files/csound-intonation-min3-40cent:245 #: lesson-files/csound-intonation-min3-40cent:275 #: lesson-files/csound-intonation-min3-40cent:305 #: lesson-files/csound-intonation-min3-40cent:335 #: lesson-files/csound-intonation-min3-40cent:365 #: lesson-files/csound-intonation-min3-5cent:35 #: lesson-files/csound-intonation-min3-5cent:65 #: lesson-files/csound-intonation-min3-5cent:95 #: lesson-files/csound-intonation-min3-5cent:125 #: lesson-files/csound-intonation-min3-5cent:155 #: lesson-files/csound-intonation-min3-5cent:185 #: lesson-files/csound-intonation-min3-5cent:215 #: lesson-files/csound-intonation-min3-5cent:245 #: lesson-files/csound-intonation-min3-5cent:275 #: lesson-files/csound-intonation-min3-5cent:305 #: lesson-files/csound-intonation-min3-5cent:335 #: lesson-files/csound-intonation-min3-5cent:365 #: lesson-files/csound-intonation-min3-6cent:35 #: lesson-files/csound-intonation-min3-6cent:65 #: lesson-files/csound-intonation-min3-6cent:95 #: lesson-files/csound-intonation-min3-6cent:125 #: lesson-files/csound-intonation-min3-6cent:155 #: lesson-files/csound-intonation-min3-6cent:185 #: lesson-files/csound-intonation-min3-6cent:215 #: lesson-files/csound-intonation-min3-6cent:245 #: lesson-files/csound-intonation-min3-6cent:275 #: lesson-files/csound-intonation-min3-6cent:305 #: lesson-files/csound-intonation-min3-6cent:335 #: lesson-files/csound-intonation-min3-6cent:365 #: lesson-files/csound-intonation-min3-8cent:35 #: lesson-files/csound-intonation-min3-8cent:65 #: lesson-files/csound-intonation-min3-8cent:95 #: lesson-files/csound-intonation-min3-8cent:125 #: lesson-files/csound-intonation-min3-8cent:155 #: lesson-files/csound-intonation-min3-8cent:185 #: lesson-files/csound-intonation-min3-8cent:215 #: lesson-files/csound-intonation-min3-8cent:245 #: lesson-files/csound-intonation-min3-8cent:275 #: lesson-files/csound-intonation-min3-8cent:305 #: lesson-files/csound-intonation-min3-8cent:335 #: lesson-files/csound-intonation-min3-8cent:365 #: lesson-files/csound-intonation-min6-10cent:35 #: lesson-files/csound-intonation-min6-10cent:65 #: lesson-files/csound-intonation-min6-10cent:95 #: lesson-files/csound-intonation-min6-10cent:125 #: lesson-files/csound-intonation-min6-10cent:155 #: lesson-files/csound-intonation-min6-10cent:185 #: lesson-files/csound-intonation-min6-10cent:215 #: lesson-files/csound-intonation-min6-10cent:245 #: lesson-files/csound-intonation-min6-10cent:275 #: lesson-files/csound-intonation-min6-10cent:305 #: lesson-files/csound-intonation-min6-10cent:335 #: lesson-files/csound-intonation-min6-10cent:365 #: lesson-files/csound-intonation-min6-15cent:35 #: lesson-files/csound-intonation-min6-15cent:65 #: lesson-files/csound-intonation-min6-15cent:95 #: lesson-files/csound-intonation-min6-15cent:125 #: lesson-files/csound-intonation-min6-15cent:155 #: lesson-files/csound-intonation-min6-15cent:185 #: lesson-files/csound-intonation-min6-15cent:215 #: lesson-files/csound-intonation-min6-15cent:245 #: lesson-files/csound-intonation-min6-15cent:275 #: lesson-files/csound-intonation-min6-15cent:305 #: lesson-files/csound-intonation-min6-15cent:335 #: lesson-files/csound-intonation-min6-15cent:365 #: lesson-files/csound-intonation-min6-20cent:35 #: lesson-files/csound-intonation-min6-20cent:65 #: lesson-files/csound-intonation-min6-20cent:95 #: lesson-files/csound-intonation-min6-20cent:125 #: lesson-files/csound-intonation-min6-20cent:155 #: lesson-files/csound-intonation-min6-20cent:185 #: lesson-files/csound-intonation-min6-20cent:215 #: lesson-files/csound-intonation-min6-20cent:245 #: lesson-files/csound-intonation-min6-20cent:275 #: lesson-files/csound-intonation-min6-20cent:305 #: lesson-files/csound-intonation-min6-20cent:335 #: lesson-files/csound-intonation-min6-20cent:365 #: lesson-files/csound-intonation-min6-30cent:35 #: lesson-files/csound-intonation-min6-30cent:65 #: lesson-files/csound-intonation-min6-30cent:95 #: lesson-files/csound-intonation-min6-30cent:125 #: lesson-files/csound-intonation-min6-30cent:155 #: lesson-files/csound-intonation-min6-30cent:185 #: lesson-files/csound-intonation-min6-30cent:215 #: lesson-files/csound-intonation-min6-30cent:245 #: lesson-files/csound-intonation-min6-30cent:275 #: lesson-files/csound-intonation-min6-30cent:305 #: lesson-files/csound-intonation-min6-30cent:335 #: lesson-files/csound-intonation-min6-30cent:365 #: lesson-files/csound-intonation-min6-40cent:35 #: lesson-files/csound-intonation-min6-40cent:65 #: lesson-files/csound-intonation-min6-40cent:95 #: lesson-files/csound-intonation-min6-40cent:125 #: lesson-files/csound-intonation-min6-40cent:155 #: lesson-files/csound-intonation-min6-40cent:185 #: lesson-files/csound-intonation-min6-40cent:215 #: lesson-files/csound-intonation-min6-40cent:245 #: lesson-files/csound-intonation-min6-40cent:275 #: lesson-files/csound-intonation-min6-40cent:305 #: lesson-files/csound-intonation-min6-40cent:335 #: lesson-files/csound-intonation-min6-40cent:365 #: lesson-files/csound-intonation-min6-5cent:35 #: lesson-files/csound-intonation-min6-5cent:65 #: lesson-files/csound-intonation-min6-5cent:95 #: lesson-files/csound-intonation-min6-5cent:125 #: lesson-files/csound-intonation-min6-5cent:155 #: lesson-files/csound-intonation-min6-5cent:185 #: lesson-files/csound-intonation-min6-5cent:215 #: lesson-files/csound-intonation-min6-5cent:245 #: lesson-files/csound-intonation-min6-5cent:275 #: lesson-files/csound-intonation-min6-5cent:305 #: lesson-files/csound-intonation-min6-5cent:335 #: lesson-files/csound-intonation-min6-5cent:365 #: lesson-files/csound-intonation-min6-6cent:35 #: lesson-files/csound-intonation-min6-6cent:65 #: lesson-files/csound-intonation-min6-6cent:95 #: lesson-files/csound-intonation-min6-6cent:125 #: lesson-files/csound-intonation-min6-6cent:155 #: lesson-files/csound-intonation-min6-6cent:185 #: lesson-files/csound-intonation-min6-6cent:215 #: lesson-files/csound-intonation-min6-6cent:245 #: lesson-files/csound-intonation-min6-6cent:275 #: lesson-files/csound-intonation-min6-6cent:305 #: lesson-files/csound-intonation-min6-6cent:335 #: lesson-files/csound-intonation-min6-6cent:365 #: lesson-files/csound-intonation-min6-8cent:35 #: lesson-files/csound-intonation-min6-8cent:65 #: lesson-files/csound-intonation-min6-8cent:95 #: lesson-files/csound-intonation-min6-8cent:125 #: lesson-files/csound-intonation-min6-8cent:155 #: lesson-files/csound-intonation-min6-8cent:185 #: lesson-files/csound-intonation-min6-8cent:215 #: lesson-files/csound-intonation-min6-8cent:245 #: lesson-files/csound-intonation-min6-8cent:275 #: lesson-files/csound-intonation-min6-8cent:305 #: lesson-files/csound-intonation-min6-8cent:335 #: lesson-files/csound-intonation-min6-8cent:365 #: lesson-files/csound-intonation-min7-10cent:35 #: lesson-files/csound-intonation-min7-10cent:65 #: lesson-files/csound-intonation-min7-10cent:95 #: lesson-files/csound-intonation-min7-10cent:125 #: lesson-files/csound-intonation-min7-10cent:155 #: lesson-files/csound-intonation-min7-10cent:185 #: lesson-files/csound-intonation-min7-10cent:215 #: lesson-files/csound-intonation-min7-10cent:245 #: lesson-files/csound-intonation-min7-10cent:275 #: lesson-files/csound-intonation-min7-10cent:305 #: lesson-files/csound-intonation-min7-10cent:335 #: lesson-files/csound-intonation-min7-10cent:365 #: lesson-files/csound-intonation-min7-15cent:35 #: lesson-files/csound-intonation-min7-15cent:65 #: lesson-files/csound-intonation-min7-15cent:95 #: lesson-files/csound-intonation-min7-15cent:125 #: lesson-files/csound-intonation-min7-15cent:155 #: lesson-files/csound-intonation-min7-15cent:185 #: lesson-files/csound-intonation-min7-15cent:215 #: lesson-files/csound-intonation-min7-15cent:245 #: lesson-files/csound-intonation-min7-15cent:275 #: lesson-files/csound-intonation-min7-15cent:305 #: lesson-files/csound-intonation-min7-15cent:335 #: lesson-files/csound-intonation-min7-15cent:365 #: lesson-files/csound-intonation-min7-20cent:35 #: lesson-files/csound-intonation-min7-20cent:65 #: lesson-files/csound-intonation-min7-20cent:95 #: lesson-files/csound-intonation-min7-20cent:125 #: lesson-files/csound-intonation-min7-20cent:155 #: lesson-files/csound-intonation-min7-20cent:185 #: lesson-files/csound-intonation-min7-20cent:215 #: lesson-files/csound-intonation-min7-20cent:245 #: lesson-files/csound-intonation-min7-20cent:275 #: lesson-files/csound-intonation-min7-20cent:305 #: lesson-files/csound-intonation-min7-20cent:335 #: lesson-files/csound-intonation-min7-20cent:365 #: lesson-files/csound-intonation-min7-30cent:35 #: lesson-files/csound-intonation-min7-30cent:65 #: lesson-files/csound-intonation-min7-30cent:95 #: lesson-files/csound-intonation-min7-30cent:125 #: lesson-files/csound-intonation-min7-30cent:155 #: lesson-files/csound-intonation-min7-30cent:185 #: lesson-files/csound-intonation-min7-30cent:215 #: lesson-files/csound-intonation-min7-30cent:245 #: lesson-files/csound-intonation-min7-30cent:275 #: lesson-files/csound-intonation-min7-30cent:305 #: lesson-files/csound-intonation-min7-30cent:335 #: lesson-files/csound-intonation-min7-30cent:365 #: lesson-files/csound-intonation-min7-40cent:35 #: lesson-files/csound-intonation-min7-40cent:65 #: lesson-files/csound-intonation-min7-40cent:95 #: lesson-files/csound-intonation-min7-40cent:125 #: lesson-files/csound-intonation-min7-40cent:155 #: lesson-files/csound-intonation-min7-40cent:185 #: lesson-files/csound-intonation-min7-40cent:215 #: lesson-files/csound-intonation-min7-40cent:245 #: lesson-files/csound-intonation-min7-40cent:275 #: lesson-files/csound-intonation-min7-40cent:305 #: lesson-files/csound-intonation-min7-40cent:335 #: lesson-files/csound-intonation-min7-40cent:365 #: lesson-files/csound-intonation-min7-5cent:35 #: lesson-files/csound-intonation-min7-5cent:65 #: lesson-files/csound-intonation-min7-5cent:95 #: lesson-files/csound-intonation-min7-5cent:125 #: lesson-files/csound-intonation-min7-5cent:155 #: lesson-files/csound-intonation-min7-5cent:185 #: lesson-files/csound-intonation-min7-5cent:215 #: lesson-files/csound-intonation-min7-5cent:245 #: lesson-files/csound-intonation-min7-5cent:275 #: lesson-files/csound-intonation-min7-5cent:305 #: lesson-files/csound-intonation-min7-5cent:335 #: lesson-files/csound-intonation-min7-5cent:365 #: lesson-files/csound-intonation-min7-6cent:35 #: lesson-files/csound-intonation-min7-6cent:65 #: lesson-files/csound-intonation-min7-6cent:95 #: lesson-files/csound-intonation-min7-6cent:125 #: lesson-files/csound-intonation-min7-6cent:155 #: lesson-files/csound-intonation-min7-6cent:185 #: lesson-files/csound-intonation-min7-6cent:215 #: lesson-files/csound-intonation-min7-6cent:245 #: lesson-files/csound-intonation-min7-6cent:275 #: lesson-files/csound-intonation-min7-6cent:305 #: lesson-files/csound-intonation-min7-6cent:335 #: lesson-files/csound-intonation-min7-6cent:365 #: lesson-files/csound-intonation-min7-8cent:35 #: lesson-files/csound-intonation-min7-8cent:65 #: lesson-files/csound-intonation-min7-8cent:95 #: lesson-files/csound-intonation-min7-8cent:125 #: lesson-files/csound-intonation-min7-8cent:155 #: lesson-files/csound-intonation-min7-8cent:185 #: lesson-files/csound-intonation-min7-8cent:215 #: lesson-files/csound-intonation-min7-8cent:245 #: lesson-files/csound-intonation-min7-8cent:275 #: lesson-files/csound-intonation-min7-8cent:305 #: lesson-files/csound-intonation-min7-8cent:335 #: lesson-files/csound-intonation-min7-8cent:365 #: lesson-files/csound-intonation-p4-10cent:35 #: lesson-files/csound-intonation-p4-10cent:65 #: lesson-files/csound-intonation-p4-10cent:95 #: lesson-files/csound-intonation-p4-10cent:125 #: lesson-files/csound-intonation-p4-10cent:155 #: lesson-files/csound-intonation-p4-10cent:185 #: lesson-files/csound-intonation-p4-10cent:215 #: lesson-files/csound-intonation-p4-10cent:245 #: lesson-files/csound-intonation-p4-10cent:275 #: lesson-files/csound-intonation-p4-10cent:305 #: lesson-files/csound-intonation-p4-10cent:335 #: lesson-files/csound-intonation-p4-10cent:365 #: lesson-files/csound-intonation-p4-15cent:35 #: lesson-files/csound-intonation-p4-15cent:65 #: lesson-files/csound-intonation-p4-15cent:95 #: lesson-files/csound-intonation-p4-15cent:125 #: lesson-files/csound-intonation-p4-15cent:155 #: lesson-files/csound-intonation-p4-15cent:185 #: lesson-files/csound-intonation-p4-15cent:215 #: lesson-files/csound-intonation-p4-15cent:245 #: lesson-files/csound-intonation-p4-15cent:275 #: lesson-files/csound-intonation-p4-15cent:305 #: lesson-files/csound-intonation-p4-15cent:335 #: lesson-files/csound-intonation-p4-15cent:365 #: lesson-files/csound-intonation-p4-20cent:35 #: lesson-files/csound-intonation-p4-20cent:65 #: lesson-files/csound-intonation-p4-20cent:95 #: lesson-files/csound-intonation-p4-20cent:125 #: lesson-files/csound-intonation-p4-20cent:155 #: lesson-files/csound-intonation-p4-20cent:185 #: lesson-files/csound-intonation-p4-20cent:215 #: lesson-files/csound-intonation-p4-20cent:245 #: lesson-files/csound-intonation-p4-20cent:275 #: lesson-files/csound-intonation-p4-20cent:305 #: lesson-files/csound-intonation-p4-20cent:335 #: lesson-files/csound-intonation-p4-20cent:365 #: lesson-files/csound-intonation-p4-30cent:35 #: lesson-files/csound-intonation-p4-30cent:65 #: lesson-files/csound-intonation-p4-30cent:95 #: lesson-files/csound-intonation-p4-30cent:125 #: lesson-files/csound-intonation-p4-30cent:155 #: lesson-files/csound-intonation-p4-30cent:185 #: lesson-files/csound-intonation-p4-30cent:215 #: lesson-files/csound-intonation-p4-30cent:245 #: lesson-files/csound-intonation-p4-30cent:275 #: lesson-files/csound-intonation-p4-30cent:305 #: lesson-files/csound-intonation-p4-30cent:335 #: lesson-files/csound-intonation-p4-30cent:365 #: lesson-files/csound-intonation-p4-40cent:35 #: lesson-files/csound-intonation-p4-40cent:65 #: lesson-files/csound-intonation-p4-40cent:95 #: lesson-files/csound-intonation-p4-40cent:125 #: lesson-files/csound-intonation-p4-40cent:155 #: lesson-files/csound-intonation-p4-40cent:185 #: lesson-files/csound-intonation-p4-40cent:215 #: lesson-files/csound-intonation-p4-40cent:245 #: lesson-files/csound-intonation-p4-40cent:275 #: lesson-files/csound-intonation-p4-40cent:305 #: lesson-files/csound-intonation-p4-40cent:335 #: lesson-files/csound-intonation-p4-40cent:365 #: lesson-files/csound-intonation-p4-5cent:35 #: lesson-files/csound-intonation-p4-5cent:65 #: lesson-files/csound-intonation-p4-5cent:95 #: lesson-files/csound-intonation-p4-5cent:125 #: lesson-files/csound-intonation-p4-5cent:155 #: lesson-files/csound-intonation-p4-5cent:185 #: lesson-files/csound-intonation-p4-5cent:215 #: lesson-files/csound-intonation-p4-5cent:245 #: lesson-files/csound-intonation-p4-5cent:275 #: lesson-files/csound-intonation-p4-5cent:305 #: lesson-files/csound-intonation-p4-5cent:335 #: lesson-files/csound-intonation-p4-5cent:365 #: lesson-files/csound-intonation-p4-6cent:35 #: lesson-files/csound-intonation-p4-6cent:65 #: lesson-files/csound-intonation-p4-6cent:95 #: lesson-files/csound-intonation-p4-6cent:125 #: lesson-files/csound-intonation-p4-6cent:155 #: lesson-files/csound-intonation-p4-6cent:185 #: lesson-files/csound-intonation-p4-6cent:215 #: lesson-files/csound-intonation-p4-6cent:245 #: lesson-files/csound-intonation-p4-6cent:275 #: lesson-files/csound-intonation-p4-6cent:305 #: lesson-files/csound-intonation-p4-6cent:335 #: lesson-files/csound-intonation-p4-6cent:365 #: lesson-files/csound-intonation-p4-8cent:35 #: lesson-files/csound-intonation-p4-8cent:65 #: lesson-files/csound-intonation-p4-8cent:95 #: lesson-files/csound-intonation-p4-8cent:125 #: lesson-files/csound-intonation-p4-8cent:155 #: lesson-files/csound-intonation-p4-8cent:185 #: lesson-files/csound-intonation-p4-8cent:215 #: lesson-files/csound-intonation-p4-8cent:245 #: lesson-files/csound-intonation-p4-8cent:275 #: lesson-files/csound-intonation-p4-8cent:305 #: lesson-files/csound-intonation-p4-8cent:335 #: lesson-files/csound-intonation-p4-8cent:365 #: lesson-files/csound-intonation-p5-10cent:35 #: lesson-files/csound-intonation-p5-10cent:65 #: lesson-files/csound-intonation-p5-10cent:95 #: lesson-files/csound-intonation-p5-10cent:125 #: lesson-files/csound-intonation-p5-10cent:155 #: lesson-files/csound-intonation-p5-10cent:185 #: lesson-files/csound-intonation-p5-10cent:215 #: lesson-files/csound-intonation-p5-10cent:245 #: lesson-files/csound-intonation-p5-10cent:275 #: lesson-files/csound-intonation-p5-10cent:305 #: lesson-files/csound-intonation-p5-10cent:335 #: lesson-files/csound-intonation-p5-10cent:365 #: lesson-files/csound-intonation-p5-15cent:35 #: lesson-files/csound-intonation-p5-15cent:65 #: lesson-files/csound-intonation-p5-15cent:95 #: lesson-files/csound-intonation-p5-15cent:125 #: lesson-files/csound-intonation-p5-15cent:155 #: lesson-files/csound-intonation-p5-15cent:185 #: lesson-files/csound-intonation-p5-15cent:215 #: lesson-files/csound-intonation-p5-15cent:245 #: lesson-files/csound-intonation-p5-15cent:275 #: lesson-files/csound-intonation-p5-15cent:305 #: lesson-files/csound-intonation-p5-15cent:335 #: lesson-files/csound-intonation-p5-15cent:365 #: lesson-files/csound-intonation-p5-20cent:35 #: lesson-files/csound-intonation-p5-20cent:65 #: lesson-files/csound-intonation-p5-20cent:95 #: lesson-files/csound-intonation-p5-20cent:125 #: lesson-files/csound-intonation-p5-20cent:155 #: lesson-files/csound-intonation-p5-20cent:185 #: lesson-files/csound-intonation-p5-20cent:215 #: lesson-files/csound-intonation-p5-20cent:245 #: lesson-files/csound-intonation-p5-20cent:275 #: lesson-files/csound-intonation-p5-20cent:305 #: lesson-files/csound-intonation-p5-20cent:335 #: lesson-files/csound-intonation-p5-20cent:365 #: lesson-files/csound-intonation-p5-30cent:35 #: lesson-files/csound-intonation-p5-30cent:65 #: lesson-files/csound-intonation-p5-30cent:95 #: lesson-files/csound-intonation-p5-30cent:125 #: lesson-files/csound-intonation-p5-30cent:155 #: lesson-files/csound-intonation-p5-30cent:185 #: lesson-files/csound-intonation-p5-30cent:215 #: lesson-files/csound-intonation-p5-30cent:245 #: lesson-files/csound-intonation-p5-30cent:275 #: lesson-files/csound-intonation-p5-30cent:305 #: lesson-files/csound-intonation-p5-30cent:335 #: lesson-files/csound-intonation-p5-30cent:365 #: lesson-files/csound-intonation-p5-40cent:35 #: lesson-files/csound-intonation-p5-40cent:65 #: lesson-files/csound-intonation-p5-40cent:95 #: lesson-files/csound-intonation-p5-40cent:125 #: lesson-files/csound-intonation-p5-40cent:155 #: lesson-files/csound-intonation-p5-40cent:185 #: lesson-files/csound-intonation-p5-40cent:215 #: lesson-files/csound-intonation-p5-40cent:245 #: lesson-files/csound-intonation-p5-40cent:275 #: lesson-files/csound-intonation-p5-40cent:305 #: lesson-files/csound-intonation-p5-40cent:335 #: lesson-files/csound-intonation-p5-40cent:365 #: lesson-files/csound-intonation-p5-5cent:35 #: lesson-files/csound-intonation-p5-5cent:65 #: lesson-files/csound-intonation-p5-5cent:95 #: lesson-files/csound-intonation-p5-5cent:125 #: lesson-files/csound-intonation-p5-5cent:155 #: lesson-files/csound-intonation-p5-5cent:185 #: lesson-files/csound-intonation-p5-5cent:215 #: lesson-files/csound-intonation-p5-5cent:245 #: lesson-files/csound-intonation-p5-5cent:275 #: lesson-files/csound-intonation-p5-5cent:305 #: lesson-files/csound-intonation-p5-5cent:335 #: lesson-files/csound-intonation-p5-5cent:365 #: lesson-files/csound-intonation-p5-6cent:35 #: lesson-files/csound-intonation-p5-6cent:65 #: lesson-files/csound-intonation-p5-6cent:95 #: lesson-files/csound-intonation-p5-6cent:125 #: lesson-files/csound-intonation-p5-6cent:155 #: lesson-files/csound-intonation-p5-6cent:185 #: lesson-files/csound-intonation-p5-6cent:215 #: lesson-files/csound-intonation-p5-6cent:245 #: lesson-files/csound-intonation-p5-6cent:275 #: lesson-files/csound-intonation-p5-6cent:305 #: lesson-files/csound-intonation-p5-6cent:335 #: lesson-files/csound-intonation-p5-6cent:365 #: lesson-files/csound-intonation-p5-8cent:35 #: lesson-files/csound-intonation-p5-8cent:65 #: lesson-files/csound-intonation-p5-8cent:95 #: lesson-files/csound-intonation-p5-8cent:125 #: lesson-files/csound-intonation-p5-8cent:155 #: lesson-files/csound-intonation-p5-8cent:185 #: lesson-files/csound-intonation-p5-8cent:215 #: lesson-files/csound-intonation-p5-8cent:245 #: lesson-files/csound-intonation-p5-8cent:275 #: lesson-files/csound-intonation-p5-8cent:305 #: lesson-files/csound-intonation-p5-8cent:335 #: lesson-files/csound-intonation-p5-8cent:365 msgid "intonation|sharp" msgstr "ylävireinen" #: lesson-files/csound-intonation-harmonic-maj2-10cent:9 #: lesson-files/csound-intonation-harmonic-maj2-15cent:9 #: lesson-files/csound-intonation-harmonic-maj2-20cent:9 #: lesson-files/csound-intonation-harmonic-maj2-30cent:9 #: lesson-files/csound-intonation-harmonic-maj2-40cent:9 #: lesson-files/csound-intonation-harmonic-maj2-5cent:9 #: lesson-files/csound-intonation-harmonic-maj2-6cent:9 #: lesson-files/csound-intonation-harmonic-maj2-8cent:9 #: lesson-files/csound-intonation-harmonic-maj3-10cent:9 #: lesson-files/csound-intonation-harmonic-maj3-15cent:9 #: lesson-files/csound-intonation-harmonic-maj3-20cent:9 #: lesson-files/csound-intonation-harmonic-maj3-30cent:9 #: lesson-files/csound-intonation-harmonic-maj3-40cent:9 #: lesson-files/csound-intonation-harmonic-maj3-5cent:9 #: lesson-files/csound-intonation-harmonic-maj3-6cent:9 #: lesson-files/csound-intonation-harmonic-maj3-8cent:9 #: lesson-files/csound-intonation-harmonic-maj6-10cent:9 #: lesson-files/csound-intonation-harmonic-maj6-15cent:9 #: lesson-files/csound-intonation-harmonic-maj6-20cent:9 #: lesson-files/csound-intonation-harmonic-maj6-30cent:9 #: lesson-files/csound-intonation-harmonic-maj6-40cent:9 #: lesson-files/csound-intonation-harmonic-maj6-5cent:9 #: lesson-files/csound-intonation-harmonic-maj6-6cent:9 #: lesson-files/csound-intonation-harmonic-maj6-8cent:9 #: lesson-files/csound-intonation-harmonic-maj7-10cent:9 #: lesson-files/csound-intonation-harmonic-maj7-15cent:9 #: lesson-files/csound-intonation-harmonic-maj7-20cent:9 #: lesson-files/csound-intonation-harmonic-maj7-30cent:9 #: lesson-files/csound-intonation-harmonic-maj7-40cent:9 #: lesson-files/csound-intonation-harmonic-maj7-5cent:9 #: lesson-files/csound-intonation-harmonic-maj7-6cent:9 #: lesson-files/csound-intonation-harmonic-maj7-8cent:9 #: lesson-files/csound-intonation-harmonic-min2-10cent:9 #: lesson-files/csound-intonation-harmonic-min2-15cent:9 #: lesson-files/csound-intonation-harmonic-min2-20cent:9 #: lesson-files/csound-intonation-harmonic-min2-30cent:9 #: lesson-files/csound-intonation-harmonic-min2-40cent:9 #: lesson-files/csound-intonation-harmonic-min2-5cent:9 #: lesson-files/csound-intonation-harmonic-min2-6cent:9 #: lesson-files/csound-intonation-harmonic-min2-8cent:9 #: lesson-files/csound-intonation-harmonic-min3-10cent:9 #: lesson-files/csound-intonation-harmonic-min3-15cent:9 #: lesson-files/csound-intonation-harmonic-min3-20cent:9 #: lesson-files/csound-intonation-harmonic-min3-30cent:9 #: lesson-files/csound-intonation-harmonic-min3-40cent:9 #: lesson-files/csound-intonation-harmonic-min3-5cent:9 #: lesson-files/csound-intonation-harmonic-min3-6cent:9 #: lesson-files/csound-intonation-harmonic-min3-8cent:9 #: lesson-files/csound-intonation-harmonic-min6-10cent:9 #: lesson-files/csound-intonation-harmonic-min6-15cent:9 #: lesson-files/csound-intonation-harmonic-min6-20cent:9 #: lesson-files/csound-intonation-harmonic-min6-30cent:9 #: lesson-files/csound-intonation-harmonic-min6-40cent:9 #: lesson-files/csound-intonation-harmonic-min6-5cent:9 #: lesson-files/csound-intonation-harmonic-min6-6cent:9 #: lesson-files/csound-intonation-harmonic-min6-8cent:9 #: lesson-files/csound-intonation-harmonic-min7-10cent:9 #: lesson-files/csound-intonation-harmonic-min7-15cent:9 #: lesson-files/csound-intonation-harmonic-min7-20cent:9 #: lesson-files/csound-intonation-harmonic-min7-30cent:9 #: lesson-files/csound-intonation-harmonic-min7-40cent:9 #: lesson-files/csound-intonation-harmonic-min7-5cent:9 #: lesson-files/csound-intonation-harmonic-min7-6cent:9 #: lesson-files/csound-intonation-harmonic-min7-8cent:9 #: lesson-files/csound-intonation-harmonic-p4-10cent:9 #: lesson-files/csound-intonation-harmonic-p4-15cent:9 #: lesson-files/csound-intonation-harmonic-p4-20cent:9 #: lesson-files/csound-intonation-harmonic-p4-30cent:9 #: lesson-files/csound-intonation-harmonic-p4-40cent:9 #: lesson-files/csound-intonation-harmonic-p4-5cent:9 #: lesson-files/csound-intonation-harmonic-p4-6cent:9 #: lesson-files/csound-intonation-harmonic-p4-8cent:9 #: lesson-files/csound-intonation-harmonic-p5-10cent:9 #: lesson-files/csound-intonation-harmonic-p5-15cent:9 #: lesson-files/csound-intonation-harmonic-p5-20cent:9 #: lesson-files/csound-intonation-harmonic-p5-30cent:9 #: lesson-files/csound-intonation-harmonic-p5-40cent:9 #: lesson-files/csound-intonation-harmonic-p5-5cent:9 #: lesson-files/csound-intonation-harmonic-p5-6cent:9 #: lesson-files/csound-intonation-harmonic-p5-8cent:9 #: lesson-files/csound-intonation-maj2-10cent:9 #: lesson-files/csound-intonation-maj2-15cent:9 #: lesson-files/csound-intonation-maj2-20cent:9 #: lesson-files/csound-intonation-maj2-30cent:9 #: lesson-files/csound-intonation-maj2-40cent:9 #: lesson-files/csound-intonation-maj2-5cent:9 #: lesson-files/csound-intonation-maj2-6cent:9 #: lesson-files/csound-intonation-maj2-8cent:9 #: lesson-files/csound-intonation-maj3-10cent:9 #: lesson-files/csound-intonation-maj3-15cent:9 #: lesson-files/csound-intonation-maj3-20cent:9 #: lesson-files/csound-intonation-maj3-30cent:9 #: lesson-files/csound-intonation-maj3-40cent:9 #: lesson-files/csound-intonation-maj3-5cent:9 #: lesson-files/csound-intonation-maj3-6cent:9 #: lesson-files/csound-intonation-maj3-8cent:9 #: lesson-files/csound-intonation-maj6-10cent:9 #: lesson-files/csound-intonation-maj6-15cent:9 #: lesson-files/csound-intonation-maj6-20cent:9 #: lesson-files/csound-intonation-maj6-30cent:9 #: lesson-files/csound-intonation-maj6-40cent:9 #: lesson-files/csound-intonation-maj6-5cent:9 #: lesson-files/csound-intonation-maj6-6cent:9 #: lesson-files/csound-intonation-maj6-8cent:9 #: lesson-files/csound-intonation-maj7-10cent:9 #: lesson-files/csound-intonation-maj7-15cent:9 #: lesson-files/csound-intonation-maj7-20cent:9 #: lesson-files/csound-intonation-maj7-30cent:9 #: lesson-files/csound-intonation-maj7-40cent:9 #: lesson-files/csound-intonation-maj7-5cent:9 #: lesson-files/csound-intonation-maj7-6cent:9 #: lesson-files/csound-intonation-maj7-8cent:9 #: lesson-files/csound-intonation-min2-10cent:9 #: lesson-files/csound-intonation-min2-15cent:9 #: lesson-files/csound-intonation-min2-20cent:9 #: lesson-files/csound-intonation-min2-30cent:9 #: lesson-files/csound-intonation-min2-40cent:9 #: lesson-files/csound-intonation-min2-5cent:9 #: lesson-files/csound-intonation-min2-6cent:9 #: lesson-files/csound-intonation-min2-8cent:9 #: lesson-files/csound-intonation-min3-10cent:9 #: lesson-files/csound-intonation-min3-15cent:9 #: lesson-files/csound-intonation-min3-20cent:9 #: lesson-files/csound-intonation-min3-30cent:9 #: lesson-files/csound-intonation-min3-40cent:9 #: lesson-files/csound-intonation-min3-5cent:9 #: lesson-files/csound-intonation-min3-6cent:9 #: lesson-files/csound-intonation-min3-8cent:9 #: lesson-files/csound-intonation-min6-10cent:9 #: lesson-files/csound-intonation-min6-15cent:9 #: lesson-files/csound-intonation-min6-20cent:9 #: lesson-files/csound-intonation-min6-30cent:9 #: lesson-files/csound-intonation-min6-40cent:9 #: lesson-files/csound-intonation-min6-5cent:9 #: lesson-files/csound-intonation-min6-6cent:9 #: lesson-files/csound-intonation-min6-8cent:9 #: lesson-files/csound-intonation-min7-10cent:9 #: lesson-files/csound-intonation-min7-15cent:9 #: lesson-files/csound-intonation-min7-20cent:9 #: lesson-files/csound-intonation-min7-30cent:9 #: lesson-files/csound-intonation-min7-40cent:9 #: lesson-files/csound-intonation-min7-5cent:9 #: lesson-files/csound-intonation-min7-6cent:9 #: lesson-files/csound-intonation-min7-8cent:9 #: lesson-files/csound-intonation-p4-10cent:9 #: lesson-files/csound-intonation-p4-15cent:9 #: lesson-files/csound-intonation-p4-20cent:9 #: lesson-files/csound-intonation-p4-30cent:9 #: lesson-files/csound-intonation-p4-40cent:9 #: lesson-files/csound-intonation-p4-5cent:9 #: lesson-files/csound-intonation-p4-6cent:9 #: lesson-files/csound-intonation-p4-8cent:9 #: lesson-files/csound-intonation-p5-10cent:9 #: lesson-files/csound-intonation-p5-15cent:9 #: lesson-files/csound-intonation-p5-20cent:9 #: lesson-files/csound-intonation-p5-30cent:9 #: lesson-files/csound-intonation-p5-40cent:9 #: lesson-files/csound-intonation-p5-5cent:9 #: lesson-files/csound-intonation-p5-6cent:9 #: lesson-files/csound-intonation-p5-8cent:9 #, python-format msgid "Is the interval flat, in tune or sharp? %s cent wrong" msgstr "Onko intervalli alavireinen, tasavireinen vai ylävireinen? %s prosenttia väärin" #: lesson-files/csound-intonation-harmonic-maj2-10cent:10 #: lesson-files/csound-intonation-harmonic-maj2-15cent:10 #: lesson-files/csound-intonation-harmonic-maj2-20cent:10 #: lesson-files/csound-intonation-harmonic-maj2-30cent:10 #: lesson-files/csound-intonation-harmonic-maj2-40cent:10 #: lesson-files/csound-intonation-harmonic-maj2-5cent:10 #: lesson-files/csound-intonation-harmonic-maj2-6cent:10 #: lesson-files/csound-intonation-harmonic-maj2-8cent:10 #: lesson-files/csound-intonation-harmonic-maj3-10cent:10 #: lesson-files/csound-intonation-harmonic-maj3-15cent:10 #: lesson-files/csound-intonation-harmonic-maj3-20cent:10 #: lesson-files/csound-intonation-harmonic-maj3-30cent:10 #: lesson-files/csound-intonation-harmonic-maj3-40cent:10 #: lesson-files/csound-intonation-harmonic-maj3-5cent:10 #: lesson-files/csound-intonation-harmonic-maj3-6cent:10 #: lesson-files/csound-intonation-harmonic-maj3-8cent:10 #: lesson-files/csound-intonation-harmonic-maj6-10cent:10 #: lesson-files/csound-intonation-harmonic-maj6-15cent:10 #: lesson-files/csound-intonation-harmonic-maj6-20cent:10 #: lesson-files/csound-intonation-harmonic-maj6-30cent:10 #: lesson-files/csound-intonation-harmonic-maj6-40cent:10 #: lesson-files/csound-intonation-harmonic-maj6-5cent:10 #: lesson-files/csound-intonation-harmonic-maj6-6cent:10 #: lesson-files/csound-intonation-harmonic-maj6-8cent:10 #: lesson-files/csound-intonation-harmonic-maj7-10cent:10 #: lesson-files/csound-intonation-harmonic-maj7-15cent:10 #: lesson-files/csound-intonation-harmonic-maj7-20cent:10 #: lesson-files/csound-intonation-harmonic-maj7-30cent:10 #: lesson-files/csound-intonation-harmonic-maj7-40cent:10 #: lesson-files/csound-intonation-harmonic-maj7-5cent:10 #: lesson-files/csound-intonation-harmonic-maj7-6cent:10 #: lesson-files/csound-intonation-harmonic-maj7-8cent:10 #: lesson-files/csound-intonation-harmonic-min2-10cent:10 #: lesson-files/csound-intonation-harmonic-min2-15cent:10 #: lesson-files/csound-intonation-harmonic-min2-20cent:10 #: lesson-files/csound-intonation-harmonic-min2-30cent:10 #: lesson-files/csound-intonation-harmonic-min2-40cent:10 #: lesson-files/csound-intonation-harmonic-min2-5cent:10 #: lesson-files/csound-intonation-harmonic-min2-6cent:10 #: lesson-files/csound-intonation-harmonic-min2-8cent:10 #: lesson-files/csound-intonation-harmonic-min3-10cent:10 #: lesson-files/csound-intonation-harmonic-min3-15cent:10 #: lesson-files/csound-intonation-harmonic-min3-20cent:10 #: lesson-files/csound-intonation-harmonic-min3-30cent:10 #: lesson-files/csound-intonation-harmonic-min3-40cent:10 #: lesson-files/csound-intonation-harmonic-min3-5cent:10 #: lesson-files/csound-intonation-harmonic-min3-6cent:10 #: lesson-files/csound-intonation-harmonic-min3-8cent:10 #: lesson-files/csound-intonation-harmonic-min6-10cent:10 #: lesson-files/csound-intonation-harmonic-min6-15cent:10 #: lesson-files/csound-intonation-harmonic-min6-20cent:10 #: lesson-files/csound-intonation-harmonic-min6-30cent:10 #: lesson-files/csound-intonation-harmonic-min6-40cent:10 #: lesson-files/csound-intonation-harmonic-min6-5cent:10 #: lesson-files/csound-intonation-harmonic-min6-6cent:10 #: lesson-files/csound-intonation-harmonic-min6-8cent:10 #: lesson-files/csound-intonation-harmonic-min7-10cent:10 #: lesson-files/csound-intonation-harmonic-min7-15cent:10 #: lesson-files/csound-intonation-harmonic-min7-20cent:10 #: lesson-files/csound-intonation-harmonic-min7-30cent:10 #: lesson-files/csound-intonation-harmonic-min7-40cent:10 #: lesson-files/csound-intonation-harmonic-min7-5cent:10 #: lesson-files/csound-intonation-harmonic-min7-6cent:10 #: lesson-files/csound-intonation-harmonic-min7-8cent:10 #: lesson-files/csound-intonation-harmonic-p4-10cent:10 #: lesson-files/csound-intonation-harmonic-p4-15cent:10 #: lesson-files/csound-intonation-harmonic-p4-20cent:10 #: lesson-files/csound-intonation-harmonic-p4-30cent:10 #: lesson-files/csound-intonation-harmonic-p4-40cent:10 #: lesson-files/csound-intonation-harmonic-p4-5cent:10 #: lesson-files/csound-intonation-harmonic-p4-6cent:10 #: lesson-files/csound-intonation-harmonic-p4-8cent:10 #: lesson-files/csound-intonation-harmonic-p5-10cent:10 #: lesson-files/csound-intonation-harmonic-p5-15cent:10 #: lesson-files/csound-intonation-harmonic-p5-20cent:10 #: lesson-files/csound-intonation-harmonic-p5-30cent:10 #: lesson-files/csound-intonation-harmonic-p5-40cent:10 #: lesson-files/csound-intonation-harmonic-p5-5cent:10 #: lesson-files/csound-intonation-harmonic-p5-6cent:10 #: lesson-files/csound-intonation-harmonic-p5-8cent:10 #: lesson-files/csound-intonation-maj2-10cent:10 #: lesson-files/csound-intonation-maj2-15cent:10 #: lesson-files/csound-intonation-maj2-20cent:10 #: lesson-files/csound-intonation-maj2-30cent:10 #: lesson-files/csound-intonation-maj2-40cent:10 #: lesson-files/csound-intonation-maj2-5cent:10 #: lesson-files/csound-intonation-maj2-6cent:10 #: lesson-files/csound-intonation-maj2-8cent:10 #: lesson-files/csound-intonation-maj3-10cent:10 #: lesson-files/csound-intonation-maj3-15cent:10 #: lesson-files/csound-intonation-maj3-20cent:10 #: lesson-files/csound-intonation-maj3-30cent:10 #: lesson-files/csound-intonation-maj3-40cent:10 #: lesson-files/csound-intonation-maj3-5cent:10 #: lesson-files/csound-intonation-maj3-6cent:10 #: lesson-files/csound-intonation-maj3-8cent:10 #: lesson-files/csound-intonation-maj6-10cent:10 #: lesson-files/csound-intonation-maj6-15cent:10 #: lesson-files/csound-intonation-maj6-20cent:10 #: lesson-files/csound-intonation-maj6-30cent:10 #: lesson-files/csound-intonation-maj6-40cent:10 #: lesson-files/csound-intonation-maj6-5cent:10 #: lesson-files/csound-intonation-maj6-6cent:10 #: lesson-files/csound-intonation-maj6-8cent:10 #: lesson-files/csound-intonation-maj7-10cent:10 #: lesson-files/csound-intonation-maj7-15cent:10 #: lesson-files/csound-intonation-maj7-20cent:10 #: lesson-files/csound-intonation-maj7-30cent:10 #: lesson-files/csound-intonation-maj7-40cent:10 #: lesson-files/csound-intonation-maj7-5cent:10 #: lesson-files/csound-intonation-maj7-6cent:10 #: lesson-files/csound-intonation-maj7-8cent:10 #: lesson-files/csound-intonation-min2-10cent:10 #: lesson-files/csound-intonation-min2-15cent:10 #: lesson-files/csound-intonation-min2-20cent:10 #: lesson-files/csound-intonation-min2-30cent:10 #: lesson-files/csound-intonation-min2-40cent:10 #: lesson-files/csound-intonation-min2-5cent:10 #: lesson-files/csound-intonation-min2-6cent:10 #: lesson-files/csound-intonation-min2-8cent:10 #: lesson-files/csound-intonation-min3-10cent:10 #: lesson-files/csound-intonation-min3-15cent:10 #: lesson-files/csound-intonation-min3-20cent:10 #: lesson-files/csound-intonation-min3-30cent:10 #: lesson-files/csound-intonation-min3-40cent:10 #: lesson-files/csound-intonation-min3-5cent:10 #: lesson-files/csound-intonation-min3-6cent:10 #: lesson-files/csound-intonation-min3-8cent:10 #: lesson-files/csound-intonation-min6-10cent:10 #: lesson-files/csound-intonation-min6-15cent:10 #: lesson-files/csound-intonation-min6-20cent:10 #: lesson-files/csound-intonation-min6-30cent:10 #: lesson-files/csound-intonation-min6-40cent:10 #: lesson-files/csound-intonation-min6-5cent:10 #: lesson-files/csound-intonation-min6-6cent:10 #: lesson-files/csound-intonation-min6-8cent:10 #: lesson-files/csound-intonation-min7-10cent:10 #: lesson-files/csound-intonation-min7-15cent:10 #: lesson-files/csound-intonation-min7-20cent:10 #: lesson-files/csound-intonation-min7-30cent:10 #: lesson-files/csound-intonation-min7-40cent:10 #: lesson-files/csound-intonation-min7-5cent:10 #: lesson-files/csound-intonation-min7-6cent:10 #: lesson-files/csound-intonation-min7-8cent:10 #: lesson-files/csound-intonation-p4-10cent:10 #: lesson-files/csound-intonation-p4-15cent:10 #: lesson-files/csound-intonation-p4-20cent:10 #: lesson-files/csound-intonation-p4-30cent:10 #: lesson-files/csound-intonation-p4-40cent:10 #: lesson-files/csound-intonation-p4-5cent:10 #: lesson-files/csound-intonation-p4-6cent:10 #: lesson-files/csound-intonation-p4-8cent:10 #: lesson-files/csound-intonation-p5-10cent:10 #: lesson-files/csound-intonation-p5-15cent:10 #: lesson-files/csound-intonation-p5-20cent:10 #: lesson-files/csound-intonation-p5-30cent:10 #: lesson-files/csound-intonation-p5-40cent:10 #: lesson-files/csound-intonation-p5-5cent:10 #: lesson-files/csound-intonation-p5-6cent:10 #: lesson-files/csound-intonation-p5-8cent:10 #, python-format msgid "Just interval: %s" msgstr "Vain intervalli: %s" #: lesson-files/diatonic-1:9 msgid "Diatonic chords" msgstr "Diatoniset soinnut" #: lesson-files/diatonic-2:9 msgid "Diatonic chords & inversions" msgstr "Diatoniset soinnut" #: lesson-files/harmonic-intervals-2-to-8:8 #: lesson-files/melodic-intervals-2-to-8:7 #: lesson-files/melodic-intervals-down-2-to-8:7 #: lesson-files/melodic-intervals-up-2-to-8:7 msgid "Second to octave" msgstr "Sekunti -> oktaavi" #: lesson-files/harmonic-intervals-self-config:6 msgid "Harmonic intervals" msgstr "Harmoniset intervallit" #: lesson-files/hear-tones-1:13 lesson-files/hear-tones-1:19 #: lesson-files/hear-tones-2:13 lesson-files/hear-tones-2:19 #: lesson-files/hear-tones-3:13 lesson-files/hear-tones-3:19 #: lesson-files/hear-tones-4:13 lesson-files/hear-tones-4:19 #: lesson-files/hear-tones-4:25 lesson-files/hear-tones-4:31 #: lesson-files/hear-tones-5:13 lesson-files/hear-tones-5:19 #: lesson-files/hear-tones-5:25 lesson-files/hear-tones-5:31 #: lesson-files/hear-tones-5:37 lesson-files/hear-tones-5:43 #: lesson-files/hear-tones-5:49 lesson-files/hear-tones-5:55 #: lesson-files/hear-tones-5:61 lesson-files/hear-tones-5:67 #: lesson-files/hear-tones-5:73 lesson-files/hear-tones-6:13 #: lesson-files/hear-tones-6:19 lesson-files/hear-tones-6:25 #: lesson-files/hear-tones-6:31 lesson-files/hear-tones-6:37 #: lesson-files/hear-tones-6:43 lesson-files/hear-tones-6:49 #: lesson-files/hear-tones-6:55 lesson-files/hear-tones-6:61 #: lesson-files/hear-tones-6:67 lesson-files/hear-tones-6:73 #: lesson-files/hear-tones-6:79 msgid "Sing the two tones" msgstr "Laula kaksi ääntä" #: lesson-files/hear-tones-5:7 msgid "Intervals smaller than an octave" msgstr "Oktaavia pienemmät intervallit" #: lesson-files/hear-tones-6:7 msgid "Intervals larger than an octave" msgstr "Oktaavia suuremmat intervallit" #: lesson-files/hear-tones-triads:7 msgid "Triads" msgstr "Kolmisoinnut" #: lesson-files/hear-tones-triads:12 lesson-files/hear-tones-triads:17 #: lesson-files/hear-tones-triads:22 lesson-files/hear-tones-triads:27 #: lesson-files/hear-tones-triads:32 lesson-files/hear-tones-triads:37 #: lesson-files/hear-tones-triads:42 lesson-files/hear-tones-triads:47 #: lesson-files/hear-tones-triads:52 lesson-files/hear-tones-triads:57 #: lesson-files/hear-tones-triads:62 lesson-files/hear-tones-triads:67 #: lesson-files/hear-tones-triads:72 lesson-files/hear-tones-triads:77 #: lesson-files/hear-tones-triads:82 lesson-files/hear-tones-triads:87 #: lesson-files/hear-tones-triads:92 lesson-files/hear-tones-triads:97 #: lesson-files/hear-tones-triads:102 lesson-files/hear-tones-triads:107 #: lesson-files/hear-tones-triads:112 lesson-files/hear-tones-triads:117 #: lesson-files/hear-tones-triads:122 lesson-files/hear-tones-triads:127 #: lesson-files/hear-tones-triads:132 lesson-files/hear-tones-triads:137 #: lesson-files/hear-tones-triads:142 lesson-files/hear-tones-triads:147 #: lesson-files/hear-tones-triads:152 lesson-files/hear-tones-triads:157 #: lesson-files/hear-tones-triads:162 lesson-files/hear-tones-triads:167 #: lesson-files/hear-tones-triads:172 lesson-files/hear-tones-triads:177 #: lesson-files/hear-tones-triads:182 lesson-files/hear-tones-triads:187 #: lesson-files/hear-tones-triads:192 lesson-files/hear-tones-triads:197 #: lesson-files/hear-tones-triads:202 lesson-files/hear-tones-triads:207 #: lesson-files/hear-tones-triads:212 lesson-files/hear-tones-triads:217 #: lesson-files/hear-tones-triads:222 lesson-files/hear-tones-triads:227 #: lesson-files/hear-tones-triads:232 lesson-files/hear-tones-triads:237 #: lesson-files/hear-tones-triads:242 lesson-files/hear-tones-triads:247 #: lesson-files/hear-tones-triads:252 lesson-files/hear-tones-triads:257 #: lesson-files/hear-tones-triads:262 lesson-files/hear-tones-triads:267 #: lesson-files/hear-tones-triads:272 lesson-files/hear-tones-triads:277 #: lesson-files/hear-tones-triads:282 lesson-files/hear-tones-triads:287 #: lesson-files/hear-tones-triads:292 lesson-files/hear-tones-triads:297 #: lesson-files/hear-tones-triads:302 lesson-files/hear-tones-triads:307 #: lesson-files/hear-tones-triads:312 lesson-files/hear-tones-triads:317 #: lesson-files/hear-tones-triads:322 lesson-files/hear-tones-triads:327 #: lesson-files/hear-tones-triads:332 lesson-files/hear-tones-triads:337 #: lesson-files/hear-tones-triads-difficult:12 #: lesson-files/hear-tones-triads-difficult:17 #: lesson-files/hear-tones-triads-difficult:22 #: lesson-files/hear-tones-triads-difficult:27 #: lesson-files/hear-tones-triads-difficult:32 #: lesson-files/hear-tones-triads-difficult:37 #: lesson-files/hear-tones-triads-difficult:42 #: lesson-files/hear-tones-triads-difficult:47 #: lesson-files/hear-tones-triads-difficult:52 #: lesson-files/hear-tones-triads-difficult:57 #: lesson-files/hear-tones-triads-difficult:62 #: lesson-files/hear-tones-triads-difficult:67 #: lesson-files/hear-tones-triads-difficult:72 #: lesson-files/hear-tones-triads-difficult:77 #: lesson-files/hear-tones-triads-difficult:82 #: lesson-files/hear-tones-triads-difficult:87 #: lesson-files/hear-tones-triads-difficult:92 #: lesson-files/hear-tones-triads-difficult:97 #: lesson-files/hear-tones-triads-difficult:102 #: lesson-files/hear-tones-triads-difficult:107 #: lesson-files/hear-tones-triads-difficult:112 #: lesson-files/hear-tones-triads-difficult:117 #: lesson-files/hear-tones-triads-difficult:122 #: lesson-files/hear-tones-triads-difficult:127 #: lesson-files/hear-tones-triads-difficult:132 #: lesson-files/hear-tones-triads-difficult:137 #: lesson-files/hear-tones-triads-difficult:142 #: lesson-files/hear-tones-triads-difficult:147 #: lesson-files/hear-tones-triads-difficult:152 #: lesson-files/hear-tones-triads-difficult:157 #: lesson-files/hear-tones-triads-difficult:162 #: lesson-files/hear-tones-triads-difficult:167 #: lesson-files/hear-tones-triads-difficult:172 #: lesson-files/hear-tones-triads-difficult:177 #: lesson-files/hear-tones-triads-difficult:182 #: lesson-files/hear-tones-triads-difficult:187 #: lesson-files/hear-tones-triads-difficult:192 #: lesson-files/hear-tones-triads-difficult:197 #: lesson-files/hear-tones-triads-difficult:202 #: lesson-files/hear-tones-triads-difficult:207 #: lesson-files/hear-tones-triads-difficult:212 #: lesson-files/hear-tones-triads-difficult:217 #: lesson-files/hear-tones-triads-difficult:222 #: lesson-files/hear-tones-triads-difficult:227 #: lesson-files/hear-tones-triads-difficult:232 #: lesson-files/hear-tones-triads-difficult:237 #: lesson-files/hear-tones-triads-difficult:242 #: lesson-files/hear-tones-triads-difficult:247 #: lesson-files/hear-tones-triads-difficult:252 #: lesson-files/hear-tones-triads-difficult:257 #: lesson-files/hear-tones-triads-difficult:262 #: lesson-files/hear-tones-triads-difficult:267 #: lesson-files/hear-tones-triads-difficult:272 #: lesson-files/hear-tones-triads-difficult:277 #: lesson-files/hear-tones-triads-difficult:282 #: lesson-files/hear-tones-triads-difficult:287 #: lesson-files/hear-tones-triads-difficult:292 #: lesson-files/hear-tones-triads-difficult:297 #: lesson-files/hear-tones-triads-difficult:302 #: lesson-files/hear-tones-triads-difficult:307 #: lesson-files/hear-tones-triads-difficult:312 #: lesson-files/hear-tones-triads-difficult:317 #: lesson-files/hear-tones-triads-difficult:322 #: lesson-files/hear-tones-triads-difficult:327 #: lesson-files/hear-tones-triads-difficult:332 #: lesson-files/hear-tones-triads-difficult:337 #: lesson-files/hear-tones-triads-difficult:342 #: lesson-files/hear-tones-triads-difficult:347 #: lesson-files/hear-tones-triads-difficult:352 #: lesson-files/hear-tones-triads-difficult:357 #: lesson-files/hear-tones-triads-difficult:362 #: lesson-files/hear-tones-triads-difficult:367 #: lesson-files/hear-tones-triads-difficult:372 #: lesson-files/hear-tones-triads-difficult:377 #: lesson-files/hear-tones-triads-difficult:382 #: lesson-files/hear-tones-triads-difficult:387 #: lesson-files/hear-tones-triads-difficult:392 #: lesson-files/hear-tones-triads-difficult:397 #: lesson-files/hear-tones-triads-difficult:402 #: lesson-files/hear-tones-triads-difficult:407 #: lesson-files/hear-tones-triads-difficult:412 #: lesson-files/hear-tones-triads-difficult:417 #: lesson-files/hear-tones-triads-difficult:422 #: lesson-files/hear-tones-triads-difficult:427 #: lesson-files/hear-tones-triads-difficult:432 #: lesson-files/hear-tones-triads-difficult:437 #: lesson-files/hear-tones-triads-difficult:442 #: lesson-files/hear-tones-triads-difficult:447 #: lesson-files/hear-tones-triads-difficult:452 #: lesson-files/hear-tones-triads-difficult:457 #: lesson-files/hear-tones-triads-difficult:462 #: lesson-files/hear-tones-triads-difficult:467 #: lesson-files/hear-tones-triads-difficult:472 #: lesson-files/hear-tones-triads-difficult:477 #: lesson-files/hear-tones-triads-difficult:482 #: lesson-files/hear-tones-triads-difficult:487 #: lesson-files/hear-tones-triads-difficult:492 #: lesson-files/hear-tones-triads-difficult:497 #: lesson-files/hear-tones-triads-difficult:502 #: lesson-files/hear-tones-triads-difficult:507 #: lesson-files/hear-tones-triads-difficult:512 #: lesson-files/hear-tones-triads-difficult:517 #: lesson-files/hear-tones-triads-difficult:522 #: lesson-files/hear-tones-triads-difficult:527 #: lesson-files/hear-tones-triads-difficult:532 #: lesson-files/hear-tones-triads-difficult:537 #: lesson-files/hear-tones-triads-difficult:542 #: lesson-files/hear-tones-triads-difficult:547 #: lesson-files/hear-tones-triads-difficult:552 #: lesson-files/hear-tones-triads-difficult:557 #: lesson-files/hear-tones-triads-difficult:562 #: lesson-files/hear-tones-triads-difficult:567 #: lesson-files/hear-tones-triads-difficult:572 #: lesson-files/hear-tones-triads-difficult:577 #: lesson-files/hear-tones-triads-difficult:582 #: lesson-files/hear-tones-triads-difficult:587 #: lesson-files/hear-tones-triads-difficult:592 #: lesson-files/hear-tones-triads-difficult:597 #: lesson-files/hear-tones-triads-difficult:602 #: lesson-files/hear-tones-triads-difficult:607 #: lesson-files/hear-tones-triads-difficult:612 #: lesson-files/hear-tones-triads-difficult:617 #: lesson-files/hear-tones-triads-difficult:622 #: lesson-files/hear-tones-triads-difficult:627 #: lesson-files/hear-tones-triads-difficult:632 #: lesson-files/hear-tones-triads-difficult:637 #: lesson-files/hear-tones-triads-difficult:642 #: lesson-files/hear-tones-triads-difficult:647 #: lesson-files/hear-tones-triads-difficult:652 #: lesson-files/hear-tones-triads-difficult:657 #: lesson-files/hear-tones-triads-difficult:662 #: lesson-files/hear-tones-triads-difficult:667 #: lesson-files/hear-tones-triads-difficult:672 #: lesson-files/hear-tones-triads-difficult:677 #: lesson-files/hear-tones-triads-difficult:682 #: lesson-files/hear-tones-triads-difficult:687 #: lesson-files/hear-tones-triads-difficult:692 #: lesson-files/hear-tones-triads-difficult:697 #: lesson-files/hear-tones-triads-difficult:702 #: lesson-files/hear-tones-triads-difficult:707 #: lesson-files/hear-tones-triads-difficult:712 #: lesson-files/hear-tones-triads-difficult:717 #: lesson-files/hear-tones-triads-difficult:722 #: lesson-files/hear-tones-triads-difficult:727 #: lesson-files/hear-tones-triads-difficult:732 #: lesson-files/hear-tones-triads-difficult:737 #: lesson-files/hear-tones-triads-difficult:742 #: lesson-files/hear-tones-triads-difficult:747 #: lesson-files/hear-tones-triads-difficult:752 #: lesson-files/hear-tones-triads-difficult:757 #: lesson-files/hear-tones-triads-difficult:762 #: lesson-files/hear-tones-triads-difficult:767 #: lesson-files/hear-tones-triads-difficult:772 #: lesson-files/hear-tones-triads-difficult:777 #: lesson-files/hear-tones-triads-difficult:782 #: lesson-files/hear-tones-triads-difficult:787 #: lesson-files/hear-tones-triads-difficult:792 #: lesson-files/hear-tones-triads-difficult:797 #: lesson-files/hear-tones-triads-difficult:802 #: lesson-files/hear-tones-triads-difficult:807 #: lesson-files/hear-tones-triads-difficult:812 #: lesson-files/hear-tones-triads-difficult:817 #: lesson-files/hear-tones-triads-difficult:822 #: lesson-files/hear-tones-triads-difficult:827 #: lesson-files/hear-tones-triads-difficult:832 #: lesson-files/hear-tones-triads-difficult:837 #: lesson-files/hear-tones-triads-difficult:842 #: lesson-files/hear-tones-triads-difficult:847 #: lesson-files/hear-tones-triads-difficult:852 #: lesson-files/hear-tones-triads-difficult:857 #: lesson-files/hear-tones-triads-difficult:862 #: lesson-files/hear-tones-triads-difficult:867 #: lesson-files/hear-tones-triads-difficult:872 #: lesson-files/hear-tones-triads-difficult:877 #: lesson-files/hear-tones-triads-difficult:882 #: lesson-files/hear-tones-triads-difficult:887 #: lesson-files/hear-tones-triads-difficult:892 #: lesson-files/hear-tones-triads-difficult:897 #: lesson-files/hear-tones-triads-difficult:902 #: lesson-files/hear-tones-triads-difficult:907 #: lesson-files/hear-tones-triads-difficult:912 #: lesson-files/hear-tones-triads-difficult:917 #: lesson-files/hear-tones-triads-difficult:922 #: lesson-files/hear-tones-triads-difficult:927 #: lesson-files/hear-tones-triads-difficult:932 #: lesson-files/hear-tones-triads-difficult:937 #: lesson-files/hear-tones-triads-difficult:942 #: lesson-files/hear-tones-triads-difficult:947 #: lesson-files/hear-tones-triads-difficult:952 #: lesson-files/hear-tones-triads-difficult:957 #: lesson-files/hear-tones-triads-difficult:962 #: lesson-files/hear-tones-triads-difficult:967 #: lesson-files/hear-tones-triads-difficult:972 #: lesson-files/hear-tones-triads-difficult:977 #: lesson-files/hear-tones-triads-difficult:982 #: lesson-files/hear-tones-triads-difficult:987 #: lesson-files/hear-tones-triads-difficult:992 #: lesson-files/hear-tones-triads-difficult:997 #: lesson-files/hear-tones-triads-difficult:1002 #: lesson-files/hear-tones-triads-difficult:1007 #: lesson-files/hear-tones-triads-difficult:1012 #: lesson-files/hear-tones-triads-difficult:1017 #: lesson-files/hear-tones-triads-difficult:1022 #: lesson-files/hear-tones-triads-difficult:1027 #: lesson-files/hear-tones-triads-difficult:1032 #: lesson-files/hear-tones-triads-difficult:1037 #: lesson-files/hear-tones-triads-difficult:1042 #: lesson-files/hear-tones-triads-difficult:1047 #: lesson-files/hear-tones-triads-difficult:1052 #: lesson-files/hear-tones-triads-difficult:1057 #: lesson-files/hear-tones-triads-easy:13 #: lesson-files/hear-tones-triads-easy:18 #: lesson-files/hear-tones-triads-easy:23 #: lesson-files/hear-tones-triads-easy:28 #: lesson-files/hear-tones-triads-easy:33 #: lesson-files/hear-tones-triads-easy:38 #: lesson-files/hear-tones-triads-easy:45 #: lesson-files/hear-tones-triads-easy:50 #: lesson-files/hear-tones-triads-easy:55 #: lesson-files/hear-tones-triads-easy:60 #: lesson-files/hear-tones-triads-easy:65 #: lesson-files/hear-tones-triads-easy:70 #: lesson-files/hear-tones-triads-easy:77 #: lesson-files/hear-tones-triads-easy:82 #: lesson-files/hear-tones-triads-easy:87 #: lesson-files/hear-tones-triads-easy:92 #: lesson-files/hear-tones-triads-easy:97 #: lesson-files/hear-tones-triads-easy:102 #: lesson-files/hear-tones-triads-easy:109 #: lesson-files/hear-tones-triads-easy:114 #: lesson-files/hear-tones-triads-easy:119 #: lesson-files/hear-tones-triads-easy:124 #: lesson-files/hear-tones-triads-easy:129 msgid "Sing the three tones" msgstr "Laula kolme ääntä" #: lesson-files/hear-tones-triads-difficult:7 msgid "Triads, difficult" msgstr "Kolmisoinnut (vaikea)" #: lesson-files/hear-tones-triads-easy:7 msgid "Triads, easy" msgstr "Kolmisoinnut (helppo)" #: lesson-files/id-tone:6 msgid "Id tone" msgstr "Sävelet" #: lesson-files/id-tone-cde-10:8 msgid "C to B, C#, D# and F#" msgstr "C -> H, C#, D# ja F#" #: lesson-files/id-tone-cde-11:8 msgid "C to B, C#, D#, F# and G#" msgstr "C -> H, C#, D#, F# ja G#" #: lesson-files/id-tone-cde-12:8 msgid "All" msgstr "Kaikki" #: lesson-files/id-tone-cde-3:7 msgid "C to E" msgstr "C -> E" #: lesson-files/id-tone-cde-4:7 msgid "C to F" msgstr "C -> F" #: lesson-files/id-tone-cde-5:7 msgid "C to G" msgstr "C -> G" #: lesson-files/id-tone-cde-6:7 msgid "C to A" msgstr "C -> A" #: lesson-files/id-tone-cde-7:7 msgid "C to B" msgstr "C -> H" #: lesson-files/id-tone-cde-8:8 msgid "C to B and C#" msgstr "C -> H ja C#" #: lesson-files/id-tone-cde-9:8 msgid "C to B, C# and D#" msgstr "C -> H, C# ja D#" #: lesson-files/interval_in_key_maj:13 msgid "Interval in a key (major)" msgstr "Intervalli sävellajissa (duuri)" #: lesson-files/interval_in_key_maj:31 lesson-files/interval_in_key_maj:38 #: lesson-files/interval_in_key_min:31 lesson-files/interval_in_key_min:38 #: lesson-files/interval_in_key_min:45 msgid "m2" msgstr "p2" #: lesson-files/interval_in_key_maj:46 lesson-files/interval_in_key_maj:54 #: lesson-files/interval_in_key_maj:62 lesson-files/interval_in_key_maj:70 #: lesson-files/interval_in_key_maj:78 lesson-files/interval_in_key_min:52 #: lesson-files/interval_in_key_min:60 lesson-files/interval_in_key_min:68 #: lesson-files/interval_in_key_min:76 msgid "M2" msgstr "s2" #: lesson-files/interval_in_key_maj:88 lesson-files/interval_in_key_maj:95 #: lesson-files/interval_in_key_maj:102 lesson-files/interval_in_key_min:89 #: lesson-files/interval_in_key_min:96 lesson-files/interval_in_key_min:103 msgid "m3" msgstr "p3" #: lesson-files/interval_in_key_maj:110 lesson-files/interval_in_key_maj:118 #: lesson-files/interval_in_key_maj:125 lesson-files/interval_in_key_min:111 #: lesson-files/interval_in_key_min:119 msgid "M3" msgstr "s3" #: lesson-files/interval_in_key_maj:135 lesson-files/interval_in_key_maj:142 #: lesson-files/interval_in_key_maj:149 lesson-files/interval_in_key_maj:157 #: lesson-files/interval_in_key_min:131 lesson-files/interval_in_key_min:138 #: lesson-files/interval_in_key_min:145 lesson-files/interval_in_key_min:153 msgid "4" msgstr "4" #: lesson-files/interval_in_key_maj:164 lesson-files/interval_in_key_min:160 msgid "a4" msgstr "y4" #: lesson-files/interval_in_key_maj:173 lesson-files/interval_in_key_maj:181 #: lesson-files/interval_in_key_maj:188 lesson-files/interval_in_key_min:169 #: lesson-files/interval_in_key_min:177 lesson-files/interval_in_key_min:184 msgid "5" msgstr "5" #: lesson-files/interval_in_key_maj:195 lesson-files/interval_in_key_min:191 msgid "d5" msgstr "vä5" #: lesson-files/interval_in_key_maj:205 lesson-files/interval_in_key_maj:212 #: lesson-files/interval_in_key_min:201 lesson-files/interval_in_key_min:208 #: lesson-files/interval_in_key_min:215 msgid "m6" msgstr "p6" #: lesson-files/interval_in_key_maj:220 lesson-files/interval_in_key_maj:227 #: lesson-files/interval_in_key_min:223 lesson-files/interval_in_key_min:230 msgid "M6" msgstr "s6" #: lesson-files/interval_in_key_maj:237 lesson-files/interval_in_key_maj:245 #: lesson-files/interval_in_key_maj:252 lesson-files/interval_in_key_min:240 #: lesson-files/interval_in_key_min:248 lesson-files/interval_in_key_min:255 msgid "m7" msgstr "p7" #: lesson-files/interval_in_key_maj:261 lesson-files/interval_in_key_maj:269 #: lesson-files/interval_in_key_min:264 lesson-files/interval_in_key_min:272 msgid "M7" msgstr "s7" #: lesson-files/interval_in_key_min:12 msgid "Interval in a key (minor)" msgstr "Intervalli sävellajissa (molli)" #: lesson-files/interval_in_key_min:15 msgid "Indetify the interval played after tonic" msgstr "Tunnista toonikan jälkeen soitettu intervalli" #: lesson-files/jsb-inventions:8 msgid "Parts of 2 Bach inventions" msgstr "Osia kahdesta Bachin inventiosta" #: lesson-files/melodic-intervals-self-config:6 msgid "Melodic intervals" msgstr "Melodiset intervallit" #: lesson-files/mma-1:10 lesson-files/mma-2:11 lesson-files/mma-3:12 msgid "Harmonic prog with MMA" msgstr "Sointukulku MMA:lla" #: lesson-files/mma-1:11 lesson-files/mma-2:12 lesson-files/mma-3:13 #: lesson-files/progression-1:11 lesson-files/progression-2:12 #: lesson-files/progression-atte:32 lesson-files/three-prog-root:10 msgid "Enter the harmonic progression" msgstr "Määritä sointukulku" #: lesson-files/nameinterval-1:8 msgid "Many intervals" msgstr "Useita intervalleja" #: lesson-files/nameinterval-2:8 msgid "All intervals" msgstr "Kaikki intervallit" #: lesson-files/nameinterval-fifths:8 msgid "Fifths" msgstr "Kvintit" #: lesson-files/nameinterval-fourths:8 msgid "Fourths" msgstr "Kvartit" #: lesson-files/nameinterval-octave:8 msgid "Octaves" msgstr "Oktaavit" #: lesson-files/nameinterval-unison:8 msgid "Unisons" msgstr "Priimit" #: lesson-files/progression-1:10 msgid "Easy harmonic progressions" msgstr "Helpot sointukulut" #: lesson-files/progression-2:11 msgid "Easy harmonic progressions, including inverted chords" msgstr "Helpot sointukulut, sisältäen sointukäännökset" #: lesson-files/progression-atte:31 msgid "A few jazz progressions" msgstr "Muutama jazz-sointukulku" #: lesson-files/rhythm-all:8 lesson-files/tapping-all:8 msgid "Rhythms (difficult)" msgstr "Rytmit (vaikea)" #: lesson-files/rhythm-easy:8 lesson-files/tapping-easy:8 msgid "Rhythms (easy)" msgstr "Rytmit (helppo)" #: lesson-files/rhythm-mid:8 lesson-files/tapping-mid:8 msgid "Rhythms" msgstr "Rytmit" #: lesson-files/rhythm-self-config-binary:8 msgid "Rhythms, binary time" msgstr "Rytmit, kaksijakoiset" #: lesson-files/rhythm-self-config-ternary:9 msgid "Rhythms, ternary time" msgstr "Rytmit, kolmijakoiset" #: lesson-files/rhythmtapping2-self-config-binary:9 msgid "Rhythm tapping" msgstr "Rytmin naputus" #: lesson-files/rhythmtapping2-self-config-ternary:9 msgid "Rhythm tapping, ternary" msgstr "Rytmin naputus, kolmijakoinen" #: lesson-files/rhythm-ternary:8 msgid "Rhythms in 3/8" msgstr "3/8 rytmejä" #: lesson-files/sc-6tones:10 msgid "Scales with 6 notes" msgstr "6-sävelasteikkoja" #: lesson-files/sc-8tones:10 msgid "Scales with 8 notes" msgstr "8-sävelasteikkoja" #: lesson-files/sc-beb:10 lesson-files/sc-beb-name:10 #: learningtrees/learningtree.txt:287 msgid "Bebop Scales" msgstr "Bebop-asteikot" #: lesson-files/sc-beb-a:10 msgid "Bebop Scales - Ascending" msgstr "Bebop-asteikot - Nouseva" #: lesson-files/sc-beb-d:10 msgid "Bebop Scales - Descending" msgstr "Bebop-asteikot - Laskeva" #: lesson-files/sc-beb-elem:10 msgid "Bebop Scales - enter structure" msgstr "Bebop-asteikot - määritä rakenne" #: lesson-files/sc-beb-elem:11 lesson-files/sc-dha-elem:11 #: lesson-files/sc-ham-elem:11 lesson-files/sc-har-elem:11 #: lesson-files/sc-hun-elem:11 lesson-files/sc-maj-elem:11 #: lesson-files/sc-mel-elem:11 lesson-files/sc-nea-elem:11 #: lesson-files/sc-nem-elem:11 lesson-files/sc-pen-elem:11 #: lesson-files/sc-sim-elem:11 msgid "Enter the structure of the mode in number of half-tones" msgstr "Määritä moodin rakenne puolisävelaskeiden määrillä" #: lesson-files/sc-beb-s:10 msgid "Bebop Scales - recognize structure" msgstr "Bebop-asteikot - tunnista rakenne" #: lesson-files/sc-church:10 msgid "Church Tones" msgstr "Kirkkosävellajit" #: lesson-files/sc-dha:10 lesson-files/sc-dha-name:10 #: learningtrees/learningtree.txt:224 msgid "Double Harmonic Scale and its modes" msgstr "Kaksinkertainen harmoninen asteikko ja sen moodit" #: lesson-files/sc-dha-a:10 msgid "Double Harmonic Scale and its modes - Ascending" msgstr "Kaksinkertainen harmoninen asteikko ja sen moodit - Nouseva" #: lesson-files/sc-dha-d:10 msgid "Double Harmonic Scale and its modes - Descending" msgstr "Kaksinkertainen harmoninen asteikko ja sen moodit - Laskeva" #: lesson-files/sc-dha-elem:10 msgid "Double Harmonic scale and its modes - enter structure" msgstr "Kaksinkertainen harmoninen asteikko ja sen moodit - määritä rakenne" #: lesson-files/sc-dha-f:10 msgid "Double Harmonic Scale and its modes - arpeged by fourths" msgstr "Kaksinkertainen harmoninen asteikko ja sen moodit - kvarttiarpeggio" #: lesson-files/sc-dha-g:10 msgid "Double Harmonic Scale and its modes - recognize grade" msgstr "Kaksinkertainen harmoninen asteikko ja sen moodit - tunnista aste" #: lesson-files/sc-dha-p:10 msgid "Double Harmonic Scale and its modes - patterns" msgstr "Kaksinkertainen harmoninen asteikko ja sen moodit - sävelkuviot" #: lesson-files/sc-dha-s:10 msgid "Double Harmonic Scale and its modes - recognize structure" msgstr "Kaksinkertainen harmoninen asteikko ja sen moodit - tunnista rakenne" #: lesson-files/sc-dha-t:10 msgid "Double Harmonic Scale and its modes - arpeged by thirds" msgstr "Kaksinkertainen harmoninen asteikko ja sen moodit - terssiarpeggio" #: lesson-files/sc-dom:10 msgid "More Scales used over a Dominant or Altered chord" msgstr "Lisää asteikoita, joita käytetään dominantti- tai muunnesoinnun yhteydessä" #: lesson-files/sc-dom-jazz:10 msgid "Jazz Modes used over a Dominant or Altered chord" msgstr "Jazz-moodeja, joita käytetään dominantti- tai muunnesoinnun yhteydessä" #: lesson-files/sc-east:10 msgid "Modes used in East European Music" msgstr "Itä-Eurooppalaisessa musiikissa käytettyjä moodeja" #: lesson-files/sc-greek:10 msgid "Ancient Greek Modes" msgstr "Antiikin Kreikan moodit" #: lesson-files/sc-hal:10 msgid "More Scales used over a Half-Diminished or Diminished chord" msgstr "Lisää asteikkoja, joita käytetään puolivähennetyn tai vähennetyn soinnun yhteydessä" #: lesson-files/sc-hal-jazz:10 msgid "Jazz Modes over a Half-Diminished or Diminished chord" msgstr "Jazz-moodeja, joita käytetään puolivähennetyn tai vähennetyn soinnun yhteydessä" #: lesson-files/sc-ham:10 lesson-files/sc-ham-name:10 #: learningtrees/learningtree.txt:211 msgid "Harmonic Major Scale and its modes" msgstr "Harmoninen duuri ja sen moodit" #: lesson-files/sc-ham-a:10 msgid "Harmonic Major Scale and its modes - Ascending" msgstr "Harmoninen duuri ja sen moodit - Nouseva" #: lesson-files/sc-ham-d:10 msgid "Harmonic Major Scale and its modes - Descending" msgstr "Harmoninen duuri ja sen moodit - Laskeva" #: lesson-files/sc-ham-elem:10 msgid "Harmonic Major scale and its modes - enter structure" msgstr "Harmoninen duuri ja sen moodit - määritä rakenne" #: lesson-files/sc-ham-f:10 msgid "Harmonic Major Scale and its modes - arpeged by fourths" msgstr "Harmoninen duuri ja sen moodit - kvarttiarpeggio" #: lesson-files/sc-ham-g:10 msgid "Harmonic Major Scale and its modes - recognize grade" msgstr "Harmoninen duuri ja sen moodit - tunnista aste" #: lesson-files/sc-ham-p:10 msgid "Harmonic Major Scale and its modes - patterns" msgstr "Harmoninen duuri ja sen moodit - sävelkuviot" #: lesson-files/sc-ham-s:10 msgid "Harmonic Major Scale and its modes - recognize structure" msgstr "Harmoninen duuri ja sen moodit - tunnista rakenne" #: lesson-files/sc-ham-t:10 msgid "Harmonic Major Scale and its modes - arpeged by thirds" msgstr "Harmoninen duuri ja sen moodit - terssiarpeggio" #: lesson-files/sc-har:10 lesson-files/sc-har-name:10 #: learningtrees/learningtree.txt:198 msgid "Harmonic Minor Scale and its modes" msgstr "Harmoninen molli ja sen moodit" #: lesson-files/sc-har-a:10 msgid "Harmonic Minor Scale and its modes - Ascending" msgstr "Harmoninen molli ja sen moodit - Nouseva" #: lesson-files/sc-har-d:10 msgid "Harmonic Minor Scale and its modes - Descending" msgstr "Harmoninen molli ja sen moodit - Laskeva" #: lesson-files/sc-har-elem:10 msgid "Harmonic Minor scale and its modes - enter structure" msgstr "Harmoninen molli ja sen moodit - määritä rakenne" #: lesson-files/sc-har-f:10 msgid "Harmonic Minor Scale and its modes - arpeged by fourths" msgstr "Harmoninen molli ja sen moodit - kvarttiarpeggio" #: lesson-files/sc-har-g:10 msgid "Harmonic Minor Scale and its modes - recognize grade" msgstr "Harmoninen molli ja sen moodit - tunnista aste" #: lesson-files/sc-har-p:10 msgid "Harmonic Minor Scale and its modes - patterns" msgstr "Harmoninen molli ja sen moodit - sävelkuviot" #: lesson-files/sc-har-s:10 msgid "Harmonic Minor Scale and its modes - recognize structure" msgstr "Harmoninen molli ja sen moodit - tunnista rakenne" #: lesson-files/sc-har-t:10 msgid "Harmonic Minor Scale and its modes - arpeged by thirds" msgstr "Harmoninen molli ja sen moodit - terssiarpeggio" #: lesson-files/sc-hum-g:10 msgid "Hungarian Minor Scale and its modes - recognize grade" msgstr "Unkarilainen molli ja sen moodit - tunnista aste" #: lesson-files/sc-hun:10 lesson-files/sc-hun-name:10 #: learningtrees/learningtree.txt:264 msgid "Hungarian Scale and its modes" msgstr "Unkarilainen asteikko ja sen moodit" #: lesson-files/sc-hun-a:10 msgid "Hungarian Scale and its modes - Ascending" msgstr "Unkarilainen asteikko ja sen moodit - Nouseva" #: lesson-files/sc-hun-d:10 msgid "Hungarian Scale and its modes - Descending" msgstr "Unkarilainen asteikko ja sen moodit - Laskeva" #: lesson-files/sc-hun-elem:10 msgid "Hungarian scale and its modes - enter structure" msgstr "Unkarilainen asteikko ja sen moodit - määritä rakenne" #: lesson-files/sc-hun-f:10 msgid "Hungarian Scale and its modes - arpeged by fourths" msgstr "Unkarilainen asteikko ja sen moodit - kvarttiarpeggio" #: lesson-files/sc-hun-g:10 msgid "Hungarian Scale and its modes - recognize grade" msgstr "Unkarilainen asteikko ja sen moodit - tunnista aste" #: lesson-files/sc-hun-p:10 msgid "Hungarian Scale and its modes - patterns" msgstr "Unkarilainen asteikko ja sen moodit - sävelkuviot" #: lesson-files/sc-hun-s:10 msgid "Hungarian Scale and its modes - recognize structure" msgstr "Unkarilainen asteikko ja sen moodit - tunnista rakenne" #: lesson-files/sc-hun-t:10 msgid "Hungarian Scale and its modes - arpeged by thirds" msgstr "Unkarilainen asteikko ja sen moodit - terssiarpeggio" #: lesson-files/sc-maj:10 lesson-files/sc-maj-name:10 #: learningtrees/learningtree.txt:170 msgid "Major Scale and its modes" msgstr "Duuri ja sen moodit" #: lesson-files/sc-maj-a:10 msgid "Major Scale and its modes - Ascending" msgstr "Duuri ja sen moodit - Nouseva" #: lesson-files/sc-maj-d:10 msgid "Major Scale and its modes - Descending" msgstr "Duuri ja sen moodit - Laskeva" #: lesson-files/sc-maj-elem:10 msgid "Major scale and its modes - enter structure" msgstr "Duuri ja sen moodit - määritä rakenne" #: lesson-files/sc-maj-f:10 msgid "Major Scale and its modes - arpeged by fourths" msgstr "Duuri ja sen moodit - kvarttiarpeggio" #: lesson-files/sc-maj-g:10 msgid "Major Scale and its modes - recognize grade" msgstr "Duuri ja sen moodit - tunnista aste" #: lesson-files/sc-maj-p:10 msgid "Major Scale and its modes - patterns" msgstr "Duuri ja sen moodit - sävelkuviot" #: lesson-files/sc-maj-px:10 msgid "Major Scale and its modes - recognize with only few notes" msgstr "Duuri ja sen moodit - tunnista vain muutamalla nuotilla" #: lesson-files/sc-maj-px:11 msgid "Three notes are enough to recognize the mode" msgstr "Kolme nuottia riittää moodin tunnistamiseen" #: lesson-files/sc-maj-s:10 msgid "Major Scale and its modes - recognize structure" msgstr "Duuri ja sen moodit - tunnista rakenne" #: lesson-files/sc-maj-t:10 msgid "Major Scale and its modes - arpeged by thirds" msgstr "Duuri ja sen moodit - terssiarpeggio" #: lesson-files/sc-mau:10 msgid "More Scales used over a Major or Augmented chord" msgstr "Lisää asteikoita, joita käytetään duurin tai ylinousevan soinnun yhteydessä" #: lesson-files/sc-mau-jazz:10 msgid "Jazz Modes over a Major or Augmented chord" msgstr "Jazz-moodeja, joita käytetään duuri- tai ylinousevan soinnun yhteydessä" #: lesson-files/sc-mel:10 lesson-files/sc-mel-name:10 #: learningtrees/learningtree.txt:185 msgid "Melodic Minor Scale and its modes" msgstr "Melodinen molli ja sen moodit" #: lesson-files/sc-mel-a:10 msgid "Melodic Minor Scale and its modes - Ascending" msgstr "Melodinen molli ja sen moodit - Nouseva" #: lesson-files/sc-mel-d:10 msgid "Melodic Minor Scale and its modes - Descending" msgstr "Melodinen molli ja sen moodit - Laskeva" #: lesson-files/sc-mel-elem:10 msgid "Melodic Minor scale and its modes - enter structure" msgstr "Melodinen molli ja sen moodit - määritä rakenne" #: lesson-files/sc-mel-f:10 msgid "Melodic Minor Scale and its modes - arpeged by fourths" msgstr "Melodinen molli ja sen moodit - kvarttiarpeggio" #: lesson-files/sc-mel-g:10 msgid "Melodic Minor Scale and its modes - recognize grade" msgstr "Melodinen molli ja sen moodit - tunnista aste" #: lesson-files/sc-mel-p:10 msgid "Melodic Minor Scale and its modes - patterns" msgstr "Melodinen molli ja sen moodit - sävelkuviot" #: lesson-files/sc-mel-s:10 msgid "Melodic Minor Scale and its modes - recognize structure" msgstr "Melodinen molli ja sen moodit - tunnista rakenne" #: lesson-files/sc-mel-t:10 msgid "Melodic Minor Scale and its modes - arpeged by thirds" msgstr "Melodinen molli ja sen moodit - terssiarpeggio" #: lesson-files/sc-min:10 msgid "More Scales used over a Minor chord" msgstr "Lisää asteikoita, joita käytetään mollisoinnun yhteydessä" #: lesson-files/sc-min-jazz:10 msgid "Jazz Modes over a Minor chord" msgstr "Jazz-moodeja, joita käytetään mollisoinnun yhteydessä" #: lesson-files/sc-nat-g:10 msgid "Natural Minor Scale and its modes - recognize grade" msgstr "Luonnollinen molli ja sen moodit - tunnista aste" #: lesson-files/sc-nea:10 lesson-files/sc-nea-name:10 #: learningtrees/learningtree.txt:238 msgid "Neapolitan Scale and its modes" msgstr "Napolilainen asteikko ja sen moodit" #: lesson-files/sc-nea-a:10 msgid "Neapolitan Scale and its modes - Ascending" msgstr "Napolilainen asteikko ja sen moodit - Nouseva" #: lesson-files/sc-nea-d:10 msgid "Neapolitan Scale and its modes - Descending" msgstr "Napolilainen asteikko ja sen moodit - Laskeva" #: lesson-files/sc-nea-elem:10 msgid "Neapolitan scale and its modes - enter structure" msgstr "Napolilainen asteikko ja sen moodit - määritä rakenne" #: lesson-files/sc-nea-f:10 msgid "Neapolitan Scale and its modes - arpeged by fourths" msgstr "Napolilainen asteikko ja sen moodit - kvarttiarpeggio" #: lesson-files/sc-nea-g:10 msgid "Neapolitan Scale and its modes - recognize grade" msgstr "Napolilainen asteikko ja sen moodit - tunnista aste" #: lesson-files/sc-nea-p:10 msgid "Neapolitan Scale and its modes - patterns" msgstr "Napolilainen asteikko ja sen moodit - sävelkuviot" #: lesson-files/sc-nea-s:10 msgid "Neapolitan Scale and its modes - recognize structure" msgstr "Napolilainen asteikko ja sen moodit - tunnista rakenne" #: lesson-files/sc-nea-t:10 msgid "Neapolitan Scale and its modes - arpeged by thirds" msgstr "Napolilainen asteikko ja sen moodit - terssiarpeggio" #: lesson-files/sc-nem:10 lesson-files/sc-nem-name:10 msgid "Neapolitan Minor Scale and its modes" msgstr "Napolilainen molli ja sen moodit" #: lesson-files/sc-nem-a:10 msgid "Neapolitan Minor Scale and its modes - Ascending" msgstr "Napolilainen molli ja sen moodit - Nouseva" #: lesson-files/sc-nem-d:10 msgid "Neapolitan Minor Scale and its modes - Descending" msgstr "Napolilainen molli ja sen moodit - Laskeva" #: lesson-files/sc-nem-elem:10 msgid "Neapolitan Minor scale and its modes - enter structure" msgstr "Napolilainen molli ja sen moodit - määritä rakenne" #: lesson-files/sc-nem-f:10 msgid "Neapolitan Minor Scale and its modes - arpeged by fourths" msgstr "Napolilainen molli ja sen moodit - kvarttiarpeggio" #: lesson-files/sc-nem-g:10 msgid "Neapolitan Minor Scale and its modes - recognize grade" msgstr "Napolilainen molli ja sen moodit - tunnista aste" #: lesson-files/sc-nem-p:10 msgid "Neapolitan Minor Scale and its modes - patterns" msgstr "Napolilainen molli ja sen moodit - sävelkuviot" #: lesson-files/sc-nem-s:10 msgid "Neapolitan Minor Scale and its modes - recognize structure" msgstr "Napolilainen molli ja sen moodit - tunnista rakenne" #: lesson-files/sc-nem-t:10 msgid "Neapolitan Minor Scale and its modes - arpeged by thirds" msgstr "Napolilainen molli ja sen moodit - terssiarpeggio" #: lesson-files/sc-pen:10 lesson-files/sc-pen-name:10 #: learningtrees/learningtree.txt:277 msgid "Pentatonic Major Scale and its modes" msgstr "Pentatoninen duuri ja sen moodit" #: lesson-files/sc-pen-a:10 msgid "Pentatonic Major Scale and its modes - Ascending" msgstr "Pentatoninen duuri ja sen moodit - Nouseva" #: lesson-files/sc-pen-d:10 msgid "Pentatonic Major Scale and its modes - Descending" msgstr "Pentatoninen duuri ja sen moodit - Laskeva" #: lesson-files/sc-pen-elem:10 msgid "Pentatonic Major scale and its modes - enter structure" msgstr "Pentatoninen duuri ja sen moodit - määritä rakenne" #: lesson-files/sc-pen-g:10 msgid "Pentatonic Major Scale and its modes - recognize grade" msgstr "Pentatoninen duuri ja sen moodit - tunnista aste" #: lesson-files/sc-pen-s:10 msgid "Pentatonic Major Scale and its modes - recognize structure" msgstr "Pentatoninen duuri ja sen moodit - tunnista rakenne" #: lesson-files/sc-plagal:10 msgid "Plagal Modes" msgstr "Plagaaliset moodit" #: lesson-files/sc-sim:10 lesson-files/sc-sim-name:10 msgid "Symmetric scales" msgstr "Symmetriset asteikot" #: lesson-files/sc-sim-a:10 msgid "Symmetric scales - Ascending" msgstr "Symmetriset asteikot - Nouseva" #: lesson-files/sc-sim-d:10 msgid "Symmetric scales - Descending" msgstr "Symmetriset asteikot - Laskeva" #: lesson-files/sc-sim-elem:10 msgid "Symmetric Scales - enter structure" msgstr "Symmetriset asteikot - määritä rakenne" #: lesson-files/sc-sim-s:10 msgid "Symmetric scales - recognize structure" msgstr "Symmetriset asteikot - tunnista rakenne" #: lesson-files/singchord-1:8 msgid "Major chords (singchord)" msgstr "Duuri (laula sointu)" #: lesson-files/singchord-2:8 msgid "Major chords in different inversions" msgstr "Duurisointujen eri käännökset" #: lesson-files/singchord-3:8 msgid "Major and minor chords in different inversions" msgstr "Duuri- ja mollisointujen eri käännökset" #: lesson-files/singchord-4:8 msgid "Dominant 7th chords in root position" msgstr "Dominanttiseptimi perusmuodossa" #: lesson-files/singchord-5:8 msgid "Minor 7th chords in root position" msgstr "Molli 7 perusmuodossa" #: lesson-files/singchord-6:9 msgid "Major 7th chords in root position" msgstr "Duuri 7 perusmuodossa" #: lesson-files/singchord-all:8 msgid "All the questions from the singchord exercises" msgstr "Kaikki kysymykset 'Laula sointu' -harjoituksista" #: lesson-files/sing-intervals-self-config:8 msgid "Sing intervals" msgstr "Laula intervallit" #: lesson-files/sing-the-fifth:9 lesson-files/sing-the-fifth:14 #: lesson-files/sing-the-fifth:19 msgid "Sing the fifth of the chord" msgstr "Laula soinnun kvintti" #: lesson-files/sing-the-root:9 lesson-files/sing-the-root:15 #: lesson-files/sing-the-root:20 msgid "Sing the root of the chord" msgstr "Laula soinnun pohjasävel" #: lesson-files/sing-the-seventh:9 lesson-files/sing-the-seventh:15 #: lesson-files/sing-the-seventh:20 lesson-files/sing-the-seventh-inv:16 #: lesson-files/sing-the-seventh-inv:21 lesson-files/sing-the-seventh-inv:27 #: lesson-files/sing-the-seventh-inv:32 lesson-files/sing-the-seventh-inv:38 #: lesson-files/sing-the-seventh-inv:43 lesson-files/sing-the-seventh-inv:49 #: lesson-files/sing-the-seventh-inv:54 lesson-files/sing-the-seventh-inv:61 #: lesson-files/sing-the-seventh-inv:66 lesson-files/sing-the-seventh-inv:72 #: lesson-files/sing-the-seventh-inv:77 lesson-files/sing-the-seventh-inv:83 #: lesson-files/sing-the-seventh-inv:88 lesson-files/sing-the-seventh-inv:94 #: lesson-files/sing-the-seventh-inv:99 msgid "Sing the seventh of the chord" msgstr "Laula soinnun septimi" #: lesson-files/sing-the-seventh-inv:9 msgid "Sing the seventh of the chord. Inversions." msgstr "Laula soinnun septimi (eri käännökset)" #: lesson-files/sing-the-third:9 lesson-files/sing-the-third:15 #: lesson-files/sing-the-third:20 msgid "Sing the third of the chord" msgstr "Laula soinnun terssi" #: lesson-files/solfa-17:14 lesson-files/solfa-7:12 #, python-format msgid "%s syllables" msgstr "%s tavua" #: lesson-files/solfa-17:15 lesson-files/solfa-17-C:13 lesson-files/solfa-7:13 #: lesson-files/solfa-7-C:13 msgid "Find the sol-fa syllable" msgstr "Määritä solmisaatiotavu" #: lesson-files/solfa-17:20 lesson-files/solfa-17-C:18 lesson-files/solfa-7:18 #: lesson-files/solfa-7-C:18 msgid "solfa|Do" msgstr "Do" #: lesson-files/solfa-17:24 lesson-files/solfa-17-C:22 msgid "solfa|Di" msgstr "Di" #: lesson-files/solfa-17:28 lesson-files/solfa-17-C:26 msgid "solfa|Ra" msgstr "Ra" #: lesson-files/solfa-17:32 lesson-files/solfa-17-C:30 lesson-files/solfa-7:22 #: lesson-files/solfa-7-C:22 msgid "solfa|Re" msgstr "Re" #: lesson-files/solfa-17:36 lesson-files/solfa-17-C:34 msgid "solfa|Ri" msgstr "Ri" #: lesson-files/solfa-17:40 lesson-files/solfa-17-C:38 msgid "solfa|Me" msgstr "Me" #: lesson-files/solfa-17:44 lesson-files/solfa-17-C:42 lesson-files/solfa-7:26 #: lesson-files/solfa-7-C:26 msgid "solfa|Mi" msgstr "Mi" #: lesson-files/solfa-17:48 lesson-files/solfa-17-C:46 lesson-files/solfa-7:30 #: lesson-files/solfa-7-C:30 msgid "solfa|Fa" msgstr "Fa" #: lesson-files/solfa-17:52 lesson-files/solfa-17-C:50 msgid "solfa|Fi" msgstr "Fi" #: lesson-files/solfa-17:56 lesson-files/solfa-17-C:54 msgid "solfa|Se" msgstr "Se" #: lesson-files/solfa-17:60 lesson-files/solfa-17-C:58 lesson-files/solfa-7:34 #: lesson-files/solfa-7-C:34 msgid "solfa|Sol" msgstr "Sol" #: lesson-files/solfa-17:64 lesson-files/solfa-17-C:62 msgid "solfa|Si" msgstr "Si" #: lesson-files/solfa-17:68 lesson-files/solfa-17-C:66 msgid "solfa|Le" msgstr "Le" #: lesson-files/solfa-17:72 lesson-files/solfa-17-C:70 lesson-files/solfa-7:38 #: lesson-files/solfa-7-C:38 msgid "solfa|La" msgstr "La" #: lesson-files/solfa-17:76 lesson-files/solfa-17-C:74 msgid "solfa|Li" msgstr "Li" #: lesson-files/solfa-17:80 lesson-files/solfa-17-C:78 msgid "solfa|Te" msgstr "Te" #: lesson-files/solfa-17:84 lesson-files/solfa-17-C:82 lesson-files/solfa-7:42 #: lesson-files/solfa-7-C:42 msgid "solfa|Ti" msgstr "Ti" #: lesson-files/solfa-17-C:12 lesson-files/solfa-7-C:12 #, python-format msgid "%s syllables in C major" msgstr "%s tavua C-duurissa" #: lesson-files/three-prog-root:9 msgid "Three chords, root position" msgstr "Kolme sointua (perusmuodossa)" #: lesson-files/twelvetone:7 msgid "Sing twelve random tones" msgstr "Laula 12 satunnaista säveltä" #: lesson-files/include/sc-master:18 msgid "Ionian" msgstr "Jooninen" #: lesson-files/include/sc-master:19 msgid "Major" msgstr "Duuri" #: lesson-files/include/sc-master:20 msgid "Diatonic" msgstr "Diatoninen" #: lesson-files/include/sc-master:21 msgid "Greek Lydian" msgstr "Kreikan Lyydinen" #: lesson-files/include/sc-master:22 msgid "Hypolydian" msgstr "Hypolyydinen" #: lesson-files/include/sc-master:57 msgid "Dorian" msgstr "Doorinen" #: lesson-files/include/sc-master:58 msgid "Greek Phrygian" msgstr "Kreikan Fryyginen" #: lesson-files/include/sc-master:59 msgid "Hypomixolydian" msgstr "Hypomiksolyydinen" #: lesson-files/include/sc-master:94 msgid "Phrygian" msgstr "Fryyginen" #: lesson-files/include/sc-master:95 msgid "Maqam Kurd" msgstr "Maqam Kurd" #: lesson-files/include/sc-master:96 msgid "Major Inverse" msgstr "Duuri käänteinen" #: lesson-files/include/sc-master:97 msgid "Greek Dorian" msgstr "Kreikan Doorinen" #: lesson-files/include/sc-master:98 msgid "Hypoaeolian" msgstr "Hypoaiolinen" #: lesson-files/include/sc-master:133 msgid "Lydian" msgstr "Lyydinen" #: lesson-files/include/sc-master:134 msgid "Greek Hypolydian" msgstr "Kreikan Hypolyydinen" #: lesson-files/include/sc-master:135 msgid "Hypolocrian" msgstr "Hypolokrinen" #: lesson-files/include/sc-master:170 msgid "Mixolydian" msgstr "Miksolyydinen" #: lesson-files/include/sc-master:171 msgid "Greek Hypophrygian" msgstr "Kreikan Hypofryyginen" #: lesson-files/include/sc-master:172 msgid "Hypoionian" msgstr "Hypojooninen" #: lesson-files/include/sc-master:207 msgid "Aeolian" msgstr "Aiolinen" #: lesson-files/include/sc-master:208 msgid "Natural Minor" msgstr "Luonnollinen molli" #: lesson-files/include/sc-master:209 msgid "Ancient Minor" msgstr "Luonnollinen molli" #: lesson-files/include/sc-master:210 msgid "Pure Minor" msgstr "Puhdas molli" #: lesson-files/include/sc-master:211 msgid "Greek Hypodorian" msgstr "Kreikan Hypodoorinen" #: lesson-files/include/sc-master:212 msgid "Hypodorian" msgstr "Hypodoorinen" #: lesson-files/include/sc-master:247 msgid "Locrian" msgstr "Lokrinen" #: lesson-files/include/sc-master:248 lesson-files/include/sc-master:474 msgid "Half Diminished" msgstr "Puolivähennetty" #: lesson-files/include/sc-master:249 msgid "Greek Mixolydian" msgstr "Kreikan Miksolyydinen" #: lesson-files/include/sc-master:250 msgid "Hypophrygian" msgstr "Hypofryyginen" #: lesson-files/include/sc-master:289 msgid "Jazz Minor" msgstr "Jazz-molli" #: lesson-files/include/sc-master:290 msgid "Melodic Minor Ascending" msgstr "Melodinen molli - Nouseva" #: lesson-files/include/sc-master:291 msgid "Modern Minor" msgstr "Moderni molli" #: lesson-files/include/sc-master:292 msgid "Minor-Major" msgstr "molli-Duuri" #: lesson-files/include/sc-master:293 msgid "Ipoionian" msgstr "Ipojooninen" #: lesson-files/include/sc-master:294 msgid "Ionian b3" msgstr "Jooninen b3" #: lesson-files/include/sc-master:295 msgid "Dorian maj7" msgstr "Doorinen maj7" #: lesson-files/include/sc-master:328 msgid "Dorian b9" msgstr "Doorinen b9" #: lesson-files/include/sc-master:329 msgid "Javanese" msgstr "Javalainen" #: lesson-files/include/sc-master:330 msgid "Phrygian #6" msgstr "Fryyginen #6" #: lesson-files/include/sc-master:363 msgid "Lydian Augmented" msgstr "Lyydinen ylinouseva" #: lesson-files/include/sc-master:364 msgid "Lydian #5" msgstr "Lyydinen #5" #: lesson-files/include/sc-master:397 msgid "Lydian Dominant" msgstr "Lyydinen dominantti" #: lesson-files/include/sc-master:398 msgid "Lydian b7" msgstr "Lyydinen b7" #: lesson-files/include/sc-master:399 msgid "Mixolydian #4" msgstr "Miksolyydinen #4" #: lesson-files/include/sc-master:400 msgid "Mixolydian #11" msgstr "Miksolyydinen #11" #: lesson-files/include/sc-master:401 msgid "Overtone" msgstr "Yliääni" #: lesson-files/include/sc-master:434 msgid "Mixolydian b13" msgstr "Miksolyydinen b13" #: lesson-files/include/sc-master:435 msgid "Mixolydian b6" msgstr "Miksolyydinen b6" #: lesson-files/include/sc-master:436 msgid "Hindu" msgstr "Hindulainen" #: lesson-files/include/sc-master:437 msgid "Hindustan" msgstr "Hindustanilainen" #: lesson-files/include/sc-master:438 msgid "Aeolian Dominant" msgstr "Aiolinen dominantti" #: lesson-files/include/sc-master:439 msgid "Aeolian #3" msgstr "Aiolinen #3" #: lesson-files/include/sc-master:472 msgid "Semilocrian" msgstr "Semilokrinen" #: lesson-files/include/sc-master:473 msgid "Locrian #2" msgstr "Lokrinen #2" #: lesson-files/include/sc-master:475 msgid "Aeolian b5" msgstr "Aiolinen b5" #: lesson-files/include/sc-master:476 msgid "Locrian natural 2" msgstr "Lokrinen luonnollinen 2" #: lesson-files/include/sc-master:509 msgid "Superlocrian" msgstr "Superlokrinen" #: lesson-files/include/sc-master:510 msgid "Altered" msgstr "Muunne" #: lesson-files/include/sc-master:511 msgid "Ravel" msgstr "Ravelin" #: lesson-files/include/sc-master:512 msgid "Diminished-WholeTone" msgstr "Vähennetty-Kokosävel" #: lesson-files/include/sc-master:513 msgid "Locrian b4" msgstr "Lokrinen b4" #: lesson-files/include/sc-master:544 msgid "Melodic Minor A-D" msgstr "Melodinen molli" #: lesson-files/include/sc-master:559 msgid "Harmonic Minor" msgstr "Harmoninen molli" #: lesson-files/include/sc-master:560 msgid "Mohammedan" msgstr "Muhamettilainen" #: lesson-files/include/sc-master:561 msgid "Aeolian maj7" msgstr "Aiolinen maj7" #: lesson-files/include/sc-master:562 msgid "Melodic Minor b6" msgstr "Melodinen molli b6" #: lesson-files/include/sc-master:595 msgid "Locrian #6" msgstr "Lokrinen #6" #: lesson-files/include/sc-master:628 msgid "Ionian Augmented" msgstr "Jooninen ylinouseva" #: lesson-files/include/sc-master:629 msgid "Ionian #5" msgstr "Jooninen #5" #: lesson-files/include/sc-master:662 msgid "Romanian" msgstr "Romanialainen" #: lesson-files/include/sc-master:663 msgid "Dorian #4" msgstr "Doorinen #4" #: lesson-files/include/sc-master:664 msgid "Dorian #11" msgstr "Doorinen #11" #: lesson-files/include/sc-master:665 msgid "Misheberakh" msgstr "Misheberakh" #: lesson-files/include/sc-master:698 msgid "Phrygian Dominant" msgstr "Fryyginen dominantti" #: lesson-files/include/sc-master:699 msgid "Phrygian Major" msgstr "Fryyginen duuri" #: lesson-files/include/sc-master:700 msgid "Balkan" msgstr "Balkanilainen" #: lesson-files/include/sc-master:701 msgid "Jewish" msgstr "Juutalainen" #: lesson-files/include/sc-master:702 msgid "Spanish Gypsy" msgstr "Espanjalainen mustalaisasteikko" #: lesson-files/include/sc-master:703 msgid "Ahava Rabah" msgstr "Ahava Rabah" #: lesson-files/include/sc-master:704 msgid "Mixolydian b2 b6" msgstr "Miksolyydinen b2 b6" #: lesson-files/include/sc-master:705 msgid "Mixolydian b9 b13" msgstr "Miksolyydinen b9 b13" #: lesson-files/include/sc-master:738 msgid "Lydian #2" msgstr "Lyydinen #2" #: lesson-files/include/sc-master:771 msgid "Ultralocrian" msgstr "Ultralokrinen" #: lesson-files/include/sc-master:772 msgid "Superlocrian bb7" msgstr "Superlokrinen bb7" #: lesson-files/include/sc-master:773 msgid "Diminished" msgstr "Vähennetty" #: lesson-files/include/sc-master:810 msgid "Harmonic Major" msgstr "Harmoninen duuri" #: lesson-files/include/sc-master:811 msgid "Ionian b6" msgstr "Jooninen b6" #: lesson-files/include/sc-master:844 msgid "Dorian b5" msgstr "Doorinen b5" #: lesson-files/include/sc-master:845 msgid "Locrian #2 #6" msgstr "Lokrinen #2 #6" #: lesson-files/include/sc-master:878 msgid "Phrygian b4" msgstr "Fryyginen b4" #: lesson-files/include/sc-master:879 msgid "Superphrygian" msgstr "Superfryyginen" #: lesson-files/include/sc-master:880 msgid "Superlocrian natural 5" msgstr "Superlokrinen luonnollinen 5" #: lesson-files/include/sc-master:913 msgid "Lydian b3" msgstr "Lyydinen b3" #: lesson-files/include/sc-master:914 msgid "Jazz Minor #4" msgstr "Jazz-molli #4" #: lesson-files/include/sc-master:915 msgid "Jazz Minor #11" msgstr "Jazz-molli #11" #: lesson-files/include/sc-master:916 msgid "Lydian Diminished" msgstr "Lyydinen vähennetty" #: lesson-files/include/sc-master:949 msgid "Mixolydian b9" msgstr "Miksolyydinen b9" #: lesson-files/include/sc-master:950 msgid "Mixolydian b2" msgstr "Miksolyydinen b2" #: lesson-files/include/sc-master:983 msgid "Lydian #2 #5" msgstr "Lyydinen #2 #5" #: lesson-files/include/sc-master:984 msgid "Lydian Augmented #2" msgstr "Lyydinen ylinouseva #2" #: lesson-files/include/sc-master:1017 msgid "Locrian bb7" msgstr "Lokrinen bb7" #: lesson-files/include/sc-master:1018 msgid "Locrian diminished 7" msgstr "Lokrinen vähennetty 7" #: lesson-files/include/sc-master:1055 msgid "Double Harmonic Major" msgstr "Kaksinkertainen harmoninen duuri" #: lesson-files/include/sc-master:1056 msgid "Double Harmonic" msgstr "Kaksinkertainen harmoninen" #: lesson-files/include/sc-master:1057 msgid "Ionian b2 b6" msgstr "Jooninen b2 b6" #: lesson-files/include/sc-master:1058 msgid "Bizantine" msgstr "Bysanttilainen" #: lesson-files/include/sc-master:1059 msgid "Major Gipsy" msgstr "Mustalaisduuri" #: lesson-files/include/sc-master:1060 msgid "Charhargah" msgstr "Charhargah" #: lesson-files/include/sc-master:1093 msgid "Lydian #2 #6" msgstr "Lyydinen #2 #6" #: lesson-files/include/sc-master:1126 msgid "Ultraphrygian" msgstr "Ultrafryyginen" #: lesson-files/include/sc-master:1127 msgid "Phrygian b4 bb7" msgstr "Fryyginen b4 bb7" #: lesson-files/include/sc-master:1128 msgid "Ultralocrian natural 5" msgstr "Ultralokrinen luonnollinen 5" #: lesson-files/include/sc-master:1161 msgid "Hungarian Minor" msgstr "Unkarilainen molli" #: lesson-files/include/sc-master:1162 msgid "Double Harmonic Minor" msgstr "Kaksinkertainen harmoninen molli" #: lesson-files/include/sc-master:1163 msgid "Harmonic Minor #4" msgstr "Harmoninen molli #4" #: lesson-files/include/sc-master:1164 msgid "Lydian b3 b6" msgstr "Lyydinen b3 b6" #: lesson-files/include/sc-master:1165 msgid "Algerian" msgstr "Algerialainen" #: lesson-files/include/sc-master:1166 msgid "Minor Gipsy" msgstr "Mustalaismolli" #: lesson-files/include/sc-master:1199 msgid "Oriental" msgstr "Itämainen" #: lesson-files/include/sc-master:1200 msgid "Mixolydian b5 b9" msgstr "Miksolyydinen b5 b9" #: lesson-files/include/sc-master:1201 msgid "Mixolydian b2 b5" msgstr "Miksolyydinen b2 b5" #: lesson-files/include/sc-master:1234 msgid "Ionian #2 #5" msgstr "Jooninen #2 #5" #: lesson-files/include/sc-master:1235 msgid "Ionian Augmented #2" msgstr "Jooninen ylinouseva #2" #: lesson-files/include/sc-master:1268 msgid "Locrian bb3 bb7" msgstr "Lokrinen bb3 bb7" #: lesson-files/include/sc-master:1305 msgid "Neapolitan" msgstr "Napolilainen" #: lesson-files/include/sc-master:1306 msgid "Neapolitan Major" msgstr "Napolilainen duuri" #: lesson-files/include/sc-master:1307 msgid "Jazz Minor b2" msgstr "Jazz-molli b2" #: lesson-files/include/sc-master:1340 msgid "Leading Whole-Tone" msgstr "Johtava Kokosävel" #: lesson-files/include/sc-master:1341 msgid "Lydian #5 #6" msgstr "Lyydinen #5 #6" #: lesson-files/include/sc-master:1342 msgid "Lydian Augmented #6" msgstr "Lyydinen ylinouseva #6" #: lesson-files/include/sc-master:1375 msgid "Lydian Augmented Dominant" msgstr "Lyydinen ylinouseva dominantti" #: lesson-files/include/sc-master:1376 msgid "Lydian #5 b7" msgstr "Lyydinen #5 b7" #: lesson-files/include/sc-master:1377 msgid "Mixolydian #4 #5" msgstr "Miksolyydinen #4 #5" #: lesson-files/include/sc-master:1378 msgid "Mixolydian #5 #11" msgstr "Miksolyydinen #5 #11" #: lesson-files/include/sc-master:1411 msgid "Lydian Dominant b6" msgstr "Lyydinen dominantti b6" #: lesson-files/include/sc-master:1412 msgid "Lydian b6 b7" msgstr "Lyydinen b6 b7" #: lesson-files/include/sc-master:1413 msgid "Mixolydian #4 b6" msgstr "Miksolyydinen #4 b6" #: lesson-files/include/sc-master:1414 msgid "Mixolydian #11 b13" msgstr "Miksolyydinen #11 b13" #: lesson-files/include/sc-master:1415 msgid "Lydian Minor" msgstr "Lyydinen molli" #: lesson-files/include/sc-master:1448 msgid "Major Locrian" msgstr "Duuri Lokrinen" #: lesson-files/include/sc-master:1449 msgid "Mixolydian b5 b6" msgstr "Miksolyydinen b5 b6" #: lesson-files/include/sc-master:1450 msgid "Mixolydian b5 b13" msgstr "Miksolyydinen b5 b13" #: lesson-files/include/sc-master:1451 msgid "Locrian #2 #3" msgstr "Lokrinen #2 #3" #: lesson-files/include/sc-master:1452 msgid "Arabian" msgstr "Arabialainen" #: lesson-files/include/sc-master:1485 msgid "Semilocrian b4" msgstr "Semilokrinen b4" #: lesson-files/include/sc-master:1486 msgid "Locrian natural 2 b4" msgstr "Lokrinen luonnollinen 2 b4" #: lesson-files/include/sc-master:1519 msgid "Superlocrian bb3" msgstr "Superlokrinen bb3" #: lesson-files/include/sc-master:1556 msgid "Neapolitan Minor" msgstr "Napolilainen molli" #: lesson-files/include/sc-master:1557 msgid "Neapolitan Major b6" msgstr "Napolilainen duuri b6" #: lesson-files/include/sc-master:1558 msgid "Harmonic Minor b2" msgstr "Harmoninen molli b2" #: lesson-files/include/sc-master:1559 msgid "Phrygian maj7" msgstr "Fryyginen maj7" #: lesson-files/include/sc-master:1592 msgid "Lydian #6" msgstr "Lyydinen #6" #: lesson-files/include/sc-master:1625 msgid "Mixolydian Augmented" msgstr "Miksolyydinen ylinouseva" #: lesson-files/include/sc-master:1626 msgid "Mixolydian #5" msgstr "Miksolyydinen #5" #: lesson-files/include/sc-master:1659 msgid "Hungarian Gipsy" msgstr "Unkarinmustalainen" #: lesson-files/include/sc-master:1660 msgid "Aeolian #4" msgstr "Aiolinen #4" #: lesson-files/include/sc-master:1693 msgid "Locrian Dominant" msgstr "Lokrinen dominantti" #: lesson-files/include/sc-master:1694 msgid "Locrian #3" msgstr "Lokrinen #3" #: lesson-files/include/sc-master:1695 msgid "Oriental b6" msgstr "Itämainen b6" #: lesson-files/include/sc-master:1696 msgid "Mixolydian b5 b9 b13" msgstr "Miksolyydinen b5 b9 b13" #: lesson-files/include/sc-master:1697 msgid "Mixolydian b2 b5 b6" msgstr "Miksolyydinen b2 b5 b6" #: lesson-files/include/sc-master:1730 msgid "Ionian #2" msgstr "Jooninen #2" #: lesson-files/include/sc-master:1763 msgid "Ultralocrian bb3" msgstr "Ultralokrinen bb3" #: lesson-files/include/sc-master:1800 msgid "Hungarian Major" msgstr "Unkarilainen duuri" #: lesson-files/include/sc-master:1801 msgid "Hungarian" msgstr "Unkarilainen" #: lesson-files/include/sc-master:1802 msgid "Lydian Dominant #2" msgstr "Lyydinen dominantti #2 " #: lesson-files/include/sc-master:1803 msgid "Lydian #2 b7" msgstr "Lyydinen #2 b7" #: lesson-files/include/sc-master:1804 msgid "Mixolydian #9 #11" msgstr "Miksolyydinen #9 #11" #: lesson-files/include/sc-master:1805 msgid "Mixolydian #2 #4" msgstr "Miksolyydinen #2 #4" #: lesson-files/include/sc-master:1838 msgid "Superlocrian bb6 bb7" msgstr "Superlokrinen bb6 bb7" #: lesson-files/include/sc-master:1871 msgid "Harmonic Minor b5" msgstr "Harmoninen molli b5" #: lesson-files/include/sc-master:1904 msgid "Superlocrian #6" msgstr "Superlokrinen #6" #: lesson-files/include/sc-master:1937 msgid "Jazz Minor #5" msgstr "Jazz-molli #5" #: lesson-files/include/sc-master:1970 msgid "Dorian b9 #11" msgstr "Doorinen b9 #11" #: lesson-files/include/sc-master:2003 msgid "Lydian Augmented #3" msgstr "Lyydinen ylinouseva #3" #: lesson-files/include/sc-master:2004 msgid "Lydian #3 #5" msgstr "Lyydinen #3 #5" #: lesson-files/include/sc-master:2041 msgid "Major Pentatonic" msgstr "Duuri pentatoninen" #: lesson-files/include/sc-master:2056 msgid "Suspended Pentatonic" msgstr "Pidätetty pentatoninen" #: lesson-files/include/sc-master:2057 msgid "Yo" msgstr "Yo" #: lesson-files/include/sc-master:2058 msgid "Egyptian" msgstr "Egyptiläinen" #: lesson-files/include/sc-master:2073 msgid "Man Gong" msgstr "Man Gong" #: lesson-files/include/sc-master:2088 msgid "Ritusen" msgstr "Ritusen" #: lesson-files/include/sc-master:2103 msgid "Minor Pentatonic" msgstr "Molli pentatoninen" #: lesson-files/include/sc-master:2124 msgid "Diminished W-H" msgstr "Vähennetty K-P" #: lesson-files/include/sc-master:2125 msgid "Wholestep-Halfstep" msgstr "Kokosävel-Puolisävelaskel" #: lesson-files/include/sc-master:2140 msgid "Octatonic H-W" msgstr "Oktatoninen P-K" #: lesson-files/include/sc-master:2141 msgid "Halfstep-Wholestep" msgstr "Kokosävel-Puolisävelaskel" #: lesson-files/include/sc-master:2156 msgid "Whole Tone" msgstr "Kokosävel" #: lesson-files/include/sc-master:2157 msgid "Exatonic" msgstr "Eksatoninen" #: lesson-files/include/sc-master:2158 msgid "Anemitonic" msgstr "Anemitoninen" #: lesson-files/include/sc-master:2175 msgid "Augmented" msgstr "Ylinouseva" #: lesson-files/include/sc-master:2190 msgid "Augmented Inverse" msgstr "Ylinouseva käänteinen" #: lesson-files/include/sc-master:2209 msgid "Bebop Major" msgstr "Bebop duuri" #: lesson-files/include/sc-master:2210 msgid "Bebop Ionian" msgstr "Bebop Jooninen" #: lesson-files/include/sc-master:2225 msgid "Bebop Dominant" msgstr "Bebop dominantti" #: lesson-files/include/sc-master:2226 msgid "Bebop Mixolydian" msgstr "Bebop Miksolyydinen" #: lesson-files/include/sc-master:2241 msgid "Bebop Dorian" msgstr "Bebop Doorinen" #: lesson-files/include/sc-master:2256 msgid "Bebop Minor" msgstr "Bebop molli" #: lesson-files/include/sc-master:2257 msgid "Bebop Melodic Minor" msgstr "Bebop melodinen molli" #: lesson-files/include/sc-master:2272 msgid "Bebop Locrian" msgstr "Bebop Lokrinen" #: lesson-files/include/sc-master:2273 msgid "Bebop Halfdiminished" msgstr "Bebop Puolivähennetty" #: lesson-files/include/sc-master:2288 msgid "Enigmatic" msgstr "Enigmaattinen" #: lesson-files/include/sc-master:2289 msgid "Verdi's Enigmatic" msgstr "Verdin Enigmaattinen" #: lesson-files/include/sc-master:2306 msgid "Blues" msgstr "Blues" #: learningtrees/csound-tree.txt:5 msgid "Experimental CSound exercises" msgstr "Kokeelliset CSound-harjoitukset" #: learningtrees/csound-tree.txt:9 learningtrees/learningtree.txt:48 msgid "_Melodic intervals" msgstr "_Melodiset intervallit" #: learningtrees/csound-tree.txt:133 learningtrees/learningtree.txt:66 msgid "_Harmonic intervals" msgstr "_Harmoniset intervallit" #: learningtrees/learningtree.txt:5 msgid "Default learning tree" msgstr "Oletus oppimispuu" #: learningtrees/learningtree.txt:12 msgid "Ascending _melodic intervals" msgstr "_Nousevia melodisia intervalleja" #: learningtrees/learningtree.txt:30 msgid "_Descending melodic intervals" msgstr "_Laskevia melodisia intervalleja" #: learningtrees/learningtree.txt:84 msgid "_Sing intervals" msgstr "_Laula intervallit" #: learningtrees/learningtree.txt:101 msgid "C_ompare harmonic intervals" msgstr "_Vertaa harmonisia intervalleja" #: learningtrees/learningtree.txt:119 msgid "_Chords" msgstr "_Soinnut" #: learningtrees/learningtree.txt:122 msgid "_Chords in root position" msgstr "_Soinnut perusmuodossa" #: learningtrees/learningtree.txt:136 msgid "In_versions of chords" msgstr "Sointu_käännökset" #: learningtrees/learningtree.txt:146 msgid "S_ing chord" msgstr "_Laula sointu" #: learningtrees/learningtree.txt:157 msgid "Sing chord _tone" msgstr "Laula soinnun _ääni" #: learningtrees/learningtree.txt:167 msgid "_Scales" msgstr "_Asteikot" #: learningtrees/learningtree.txt:251 msgid "Neapolitan Minor scale and its modes" msgstr "Napolilainen molli ja sen moodit" #: learningtrees/learningtree.txt:296 msgid "Symmetric Scales" msgstr "Symmetriset asteikot" #: learningtrees/learningtree.txt:305 msgid "Scales Collections" msgstr "Asteikko-kokoelmia" #: learningtrees/learningtree.txt:324 learningtrees/learningtree.txt:327 msgid "_Rhythm" msgstr "_Rytmi" #: learningtrees/learningtree.txt:335 msgid "Tap generated rhythm" msgstr "Naputa generoitu rytmi" #: learningtrees/learningtree.txt:343 msgid "_Misc" msgstr "_Muita" #: learningtrees/learningtree.txt:346 msgid "I_ntonation (require CSound)" msgstr "I_ntonaatio (vaatii CSoundin)" #: learningtrees/learningtree.txt:357 msgid "_Dictation" msgstr "_Diktaatti" #: learningtrees/learningtree.txt:379 msgid "Misc _exercises" msgstr "Muita _harjoituksia" #: learningtrees/learningtree.txt:385 msgid "Configure yourself" msgstr "Määritä itse" #: learningtrees/learningtree.txt:398 learningtrees/mma:9 learningtrees/mma:12 msgid "Harmonic progressions" msgstr "Sointukulkuja" #: learningtrees/learningtree.txt:405 msgid "Hear tones" msgstr "Äänien erottelu" #: learningtrees/learningtree.txt:418 msgid "_Cadences" msgstr "Ka_denssit" #: learningtrees/learningtree.txt:427 msgid "Name intervals" msgstr "Nimeä intervallit" #: learningtrees/learningtree.txt:441 msgid "Name Scales" msgstr "Nimeä asteikot" #: learningtrees/learningtree.txt:456 msgid "Solfa syllables" msgstr "Solmisaatio-tavut" #: learningtrees/mma:5 msgid "Experimental MMA exercises" msgstr "Kokeelliset MMA-harjoitukset" #~ msgid "User Interface" #~ msgstr "Käyttöliittymä" #~ msgid "Use _web browser for online help" #~ msgstr "Käytä _web-selainta online-ohjeen selaamiseen" #~ msgid "_Instrument:" #~ msgstr "_Soitin:" #~ msgid "_Velocity:" #~ msgstr "_Voimakkuus:" #~ msgid "Velocity:" #~ msgstr "Voimakkuus:" #, fuzzy #~ msgid "Find the solfa name" #~ msgstr "Etsi solmisaationimi" # ?? #, fuzzy #~ msgid "Major second up" #~ msgstr "Duurin toinen ylennetty" #~ msgid "Minor &sdfasdf; and major chords" #~ msgstr "Molli- &sdfasdf; ja duurisoinnut"