./audio/solfege, Practice several musical ear training exercises

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.23.4nb6, Package name: solfege-3.23.4nb6, Maintainer: schmonz

GNU Solfege is a computer program written to help you practice ear
training. It can be useful when practicing the simple and mechanical
exercises. These are the exercises written so far:

* Recognise melodic and harmonic intervals
* Compare interval sizes
* Sing the intervals the computer asks for
* Identify chords
* Sing chords
* Scales
* Dictation
* Remembering rhythmic patterns


Required to run:
[sysutils/desktop-file-utils] [shells/bash] [x11/py-gtk2] [lang/python27] [graphics/librsvg-c]

Required to build:
[textproc/docbook-xsl] [textproc/gnome-doc-utils] [converters/txt2man] [pkgtools/x11-links] [devel/py-gobject-shared] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 5027.746 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-11-03 20:43:56 by Thomas Klausner | Files touched by this commit (1)
Log message:
solfege: doesn't really need xml2po, remove dependency on gnome-doc-utils.

Bump PKGREVISION.
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2023-01-16 20:45:27 by Amitai Schleier | Files touched by this commit (7)
Log message:
Update to 3.23.4 (from 3.22.2). From the changelog:

- fix F9 listing user lesson files
- toneincontext: let the user compare and practise when answering wrong
- toneincontext: remove Give up button
- port exporting exercises to audio files and creating ear training test
  printouts to python3/gtk3
- download ALSA: reload moved to importlib
- toneincontext: select between number and solfa buttons
- toneincontext in minor: ask for correct tones
- toneincontext: clear flashbar after we give up
- toneincontext: statistics for x last question
- .solfegerc: sort sections and variable on save
- toneincontext: let the user set the tempo
- Fix bug #48079: label for interval accels
- Bug fixes to ExceptionDialog
- More python3 fixes, encoding
- Removed deprecated modules: chord and harmonicprogressiondictation
- Bugfix: search:modulename
- Handle lesson files where the module is not found
- idproperty: define horiz and vertic. They were missing
- uuid.py: removed. We don't use it any more
- Flashbar: bug in display caused warnings
- Removed support for some very old (8 years) file locations
- Tweaks and fixes to the exercise view
- TracebackWindows: added Clear button
- import of user exercise modules now works
- Ctrl-F in search view should scroll to top and grab focus
- Some changes from deprecated to new gtk api
- Added --run-lessonfile command line option
- Added Track.__add__
- Bugfix to lesson file header default value handling
- Front page editor bugfixes
- Modernize toneincontext module. Not finished yet.
- Port to Python 3