Pitch & Tunning Studio is a small program that generates usual musical patterns (such scales, intervals and chords) in different tuning systems (just intonation, tempered and pythagorean scales). You may read this sources for more information:
This program runs in Linux, Windows and Mac OSX. You need install a Tcl/Tk interpreter and the library Snack. In my system, Ubuntu Linux, is very easy, just type this command in a terminal window:
sudo apt-get install tk8.4 libsnack2
If you are using other Linux version, search in your package manager.
If you are using Windows, you can install the ActiveTcl distribution, which includes Tcl/Tk and Snack.
Mac OSX users: don't install anything. Just open a Terminal
(Applications/Utilities/Terminal), go to the pts directory and type
wish pts.tcl
Download the program (pts.tgz) and uncompress it (Windows users: you may use WinZip, WinRar or 7-zip for this task). You will get a new folder, "pts".
In the folder "pts" there are a file, pts.tcl and a folder,
lib. Double-click in pts.tcl or run in a console the command wish
pts.tcl
That's all!
Program written by David Asorey Álvarez (forodejazz@gmail.com)
This program is distribuited under the terms of GPL. Use it at your own risk.