If you use the command line version, you have two options.
The first and easiest one: running the program with the option -s:
python pymprovisator.py -sThis command will create in your HOME directory a configuration file that you have to edit and adjust to your system (see below).
Second, more difficult way: Copy the sample configuration file provided in the directory pymprovisator/examples/ to your HOME directory with this command:
cp pymprovisator/examples/pymprovisator.conf.example ~/.pymprovisator.confOnce created your configuration file, you'll have to edit and adjust it to your preferences. Don't erase any line: the program would not run properly:
[PREFERED_INSTRUMENTS] bass = Acoustic Bass piano = Percussive Organ [PREFERED_VOLUME] drums = 90 bass = 90 piano = 90 [PATHS] midiplayer = /usr/bin/timidity -ig abc2midi = /home/david/myprograms/pymprovisator/exes/linux/abc2midi
In [PREFERED_INSTRUMENTS] section, you have to write the full name as listed below (Section 3.2).
In [PREFERED_VOLUME] section,you have to write an integer numerical value between 0 and 128.
Finally, en [PATHS] section you have to write the full path to your auxiliary programs ( abc2midi and a MIDI player). Remember: there are some precompiled versions of abc2midi in the directory pymprovisator/exes. Look at this directory before download anything. The abcMIDI's page is in (http://abc.sourceforge.net/abcMIDI ). You can download abc2midi from this location.