[Csnd] Re: Re: 96 notes per octave
Date | 2010-04-17 15:25 |
From | "vallste@libero.it" |
Subject | [Csnd] Re: Re: 96 notes per octave |
Hello, I've created a python program that can calculate the multiplication ratios for equal spaced temperament (how many intervals you want with the multiplication factor that could be different than 2) and save them in a txt file. You can download it here: http://triceratupuz.altervista.org/_altervista_ht/pages/python_en.html Bye Stefano >----Messaggio originale---- >Da: jh@joachimheintz.de >Data: 17/04/2010 14.28 >A: |
Date | 2010-04-17 17:29 |
From | Stefan Thomas |
Subject | [Csnd] Re: Re: Re: 96 notes per octave |
Thank You all for Your exellent proposals. I will try it as soon as possible! 2010/4/17 vallste@libero.it <vallste@libero.it> Hello, |
Date | 2010-04-17 19:07 |
From | joachim heintz |
Subject | [Csnd] Re: Re: Re: Re: 96 notes per octave |
By the way, if you use QuteCsound, you can go to Examples -> Useful -> MIDI_Tunings. Your scale is there (no 8), and if you want 97 steps instead of 96 per octave, you just type 2 97 in one of the LineEdit widgets. joachim Am 17.04.2010 um 18:29 schrieb Stefan Thomas: > Thank You all for Your exellent proposals. > I will try it as soon as possible! > > 2010/4/17 vallste@libero.it |
Date | 2010-05-16 10:47 |
From | Stefan Thomas |
Subject | [Csnd] Re: Re: Re: 96 notes per octave |
Dear Vallste, thanks for Your great tool, I tried it now, it works fine. Know I would like to build a tuning-library. I know I can build a table like f10 0 128 -2 96 2 261.63 60 1.00 \but my problem is: I guess the number of the tuningtable will not always be 10. Is it possible to create a unique lable for such a scale (e.g."96tet.inc") so that I can later write: #include "/pathtotherightfolder/96tet.inc" ? This would be great, I think. 2010/4/17 vallste@libero.it <vallste@libero.it> Hello, |
Date | 2010-05-16 11:04 |
From | jpff@cs.bath.ac.uk |
Subject | [Csnd] Re: Re: Re: Re: 96 notes per octave |
Use ftgen in instrument zero and it wilkk return a table number you can put in a global ==John ff > Dear Vallste, > thanks for Your great tool, I tried it now, it works fine. > Know I would like to build a tuning-library. > I know I can build a table like > >> f10 0 128 -2 96 2 261.63 60 1.00 \ >> 1.00724641222 1.01454533494 1.02189714865 1.02930223664 1.03676098495 \ >> ;etc >> > but my problem is: > I guess the number of the tuningtable will not always be 10. > Is it possible to create a unique lable for such a scale (e.g."96tet.inc") > so that I can later write: > #include "/pathtotherightfolder/96tet.inc" ? > This would be great, I think. > > 2010/4/17 vallste@libero.it |
Date | 2010-05-16 13:33 |
From | Stefan Thomas |
Subject | [Csnd] Re: Re: Re: Re: Re: 96 notes per octave |
Dear John, thanks. I've also found good advices at http://www.csounds.com/journal/2006winter/encapsulatedInstruments.html 2010/5/16 <jpff@cs.bath.ac.uk> Use ftgen in instrument zero and it wilkk return a table number you can |