File: README

package info (click to toggle)
solfege 3.6.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,616 kB
  • ctags: 3,322
  • sloc: python: 17,206; xml: 5,719; ansic: 4,299; makefile: 557; sh: 297
file content (216 lines) | stat: -rw-r--r-- 7,557 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
Table of Contents
*****************

1 GNU Solfege 3.6.4
  1.1 Requirements
    1.1.1 MS Windows
    1.1.2 GNU/Linux and the rest of us
      1.1.2.1 Runtime
      1.1.2.2 Build dependencies
  1.2 Versioning
  1.3 Internationalization
  1.4 Sound issues
    1.4.1 `--no-sound' command line option
    1.4.2 Missing `/dev/music'
  1.5 If it just won't work
  1.6 History
  1.7 Copyright notice


1 GNU Solfege 3.6.4
*******************

Solfege is a free ear training program written in python using gtk+ and
PyGTK.  Solfege is expected to work on any OS where python, gtk+ and
pygtk are ported, but some adjustments might be necessary.

Check out the latest news and precompiled binaries at
`http://www.solfege.org'. Get the source code for the stable releases
at `ftp://ftp.gnu.org/gnu/solfege' and bleeding edge at
`ftp://alpha.gnu.org/gnu/solfege'.

   Ear training is a big subject with many connections to music theory
and performance of music, so I won't even try to make "a complete
computer based ear training course". To use this software, you need some
basic knowledge about music theory.

   As of 18 June 2000, Solfege is an official part of the GNU project.
Visit `http://www.gnu.org' for more info.

1.1 Requirements
================

Most of this software are usually included with your linux distro.  But
sometimes you have to use a quite new and uptodate linux distribution
because solfege require quite new versions of them. A good alternative
can then be to try one of the older stable releases. We try to collect
OS specific information on the wiki at `http://www.solfege.org/wiki'.
But this depends on users contributing their data.

1.1.1 MS Windows
----------------

MS Windows users can download the installer program
(solfege-win32-3.6.4.exe) that contains everything they need.

1.1.2 GNU/Linux and the rest of us
----------------------------------

The rest of us should check that the following is installed:

1.1.2.1 Runtime
...............

   * Python >= 2.3

   * Gtk+ >= 2.6.0

   * PyGTK >= 2.6.0 (Debian: python-gtk2)

   * libgtkhtml2 >= 1.99.6 (Optional. Use it if you are not satisfied
     with the builtin html viewer.)

   * Midi working on /dev/music or /dev/sequencer (for example using
     OSS or ALSA with OSS emulation). Or at least possible to play midi
     files on some external program. It seems that your soundcard must
     support FM-synthesis or wavetable synthesis to use /dev/music or
     /dev/sequencer. If it does not, you need to do that in software,
     for example using timidity. Please check
     http://www.solfege.org/Solfege/SoundSetup . I try to update it
     more often than this file. And everybody is allowed to edit that
     page.

1.1.2.2 Build dependencies
..........................

   * GNU Make

   * Gettext

   * Python header files. (The RedHat package is called python-devel.)

   * C compiler (only GCC is tested, nothing else is expected to work.)

   * GNU texinfo (ftp://ftp.gnu.org/gnu/texinfo)

   If you get the program fresh from the arch repository, then you also
need need:

   * swig 1.1 or 1.3 (Simplified Wrapper and Interface Generator) found
     at `http://www.swig.org'.

   * GNU Lilypond 2.8 (`http://www.lilypond.org')

   If you edit `configure.ac', you need GNU Autoconf.

1.2 Versioning
==============

Solfege uses a versioning scheme similar to the Linux kernel.  In a
version "x.y.z", an even (0, 2, 4, 6, 8) second number 'y' denotes a
stable version. So releases called 1.0, 1.2.2, 2.0.0 and similar should
work as documented, while a release versioned 1.1.3 or 1.9.2 is a test
release that is expected to cause some troubles (that should be
reported to solfege-devel@lists.sourceforge.net).

1.3 Internationalization
========================

You get translated messages the same ways as with most GNU programs, by
setting environment variables. On linux, for example, one of these will
give you norwegian translations:

       export LANGUAGE=no_NO
       export LC_MESSAGES=no_NO
       export LANG=norwegian

   You can also select the language to use from the preferences window
of the program.

   Please read `http://www.solfege.org/Solfege/TranslateSolfege' if you
want to help the translation.

1.4 Sound issues
================

You configure how Solfege should play sounds from the preferences
window available from the File menu.

   Be aware that it seems like your soundcard must support FM-synthesis
or wavetable synthesis to work out of the box. One card I know that
does this is SoundBlaster Live. If it does not, you need to emulate
this in software, for example by using timidity as an external
midiplayer.  This can be a little tricky on MS Windows, but I'll try to
provide descriptions on how to do this later.

1.4.1 `--no-sound' command line option
--------------------------------------

If you plan to play sounds using an external midiplayer, or if you get
other error messages that you think might be caused by your sound setup
or Solfeges sound code, then you should start the program with the
`--no-sound' command line option the first time you run the program,
and then configure sound from the preferences window.

1.4.2 Missing `/dev/music'
--------------------------

If you have a recent linux kernel (at least late 2.2.x and newer,
someone please confirm when /dev/music was added...) but `/dev/music'
is missing, you can probably create the device file yourself with
MAKEDEV or `mknod /dev/music u 14 8' as root.

1.5 If it just won't work
=========================

See the INSTALL file if you have problems building and installing
Solfege, and check the man page or run the program with the '--help'
command line option for a list of command line options.

   The users guide is located in the online-docs/ directory from the
unpacked source, and also available from inside the program from the
'Help' menu.

   You are welcome to ask questions on
<solfege-devel@lists.sourceforge.net> if this documentation and
`http://www.solfege.org' does not give you an answer.

1.6 History
===========

The first versions of Solfege was written in the first quarter of 1999
when I studied my 4th and last year at Malm Academy of Music.  I was
writing a "special subject" (what is the english term??) about ear
training and used GNU Lilypond and LaTeX to typeset the paper.

   I accidentally browsed the "help needed" page at the GNU web site
when I saw they needed someone to write an ear training program for
music students.

   In the beginning I was experimenting with wxWindows, a cross
platform C++ GUI toolkit, but luckily, at some point I found the python
bindings for gtk+ and have never looked back.

1.7 Copyright notice
====================

Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006  Tom Cato
Amundsen

   This if free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2.

   This is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

   You should have received a copy of the GNU General Public License
with your Debian GNU/Linux system, in /usr/doc/copyright/GPL, with the
solfege source package as the file COPYING and available in the online
help system..  If not, write to the Free Software Foundation, Inc., 51
Franklin ST, Fifth Floor, Boston, MA  02110-1301  USA

   Tom Cato Amundsen <tca@gnu.org>