Skip to content

Instantly share code, notes, and snippets.

@Joris-van-der-Wel
Last active March 3, 2023 14:47
Show Gist options
  • Save Joris-van-der-Wel/f0ec7a6b0f62b244fcb156eb7420dff6 to your computer and use it in GitHub Desktop.
Save Joris-van-der-Wel/f0ec7a6b0f62b244fcb156eb7420dff6 to your computer and use it in GitHub Desktop.
GNU Solfege on OS X
# Download and extract from https://www.gnu.org/software/solfege/ for example "solfege-3.22.2.tar.gz"
brew install librsvg texinfo pygtk timidity
export PATH=`brew --prefix`/opt/gettext/bin:$PATH
export PKG_CONFIG_PATH=`brew --prefix`/opt/libffi/lib/pkgconfig:$PKG_CONFIG_PATH
./configure
make
export PYTHONPATH=`brew --prefix`/lib/python2.7/site-packages:$PYTHONPATH
python solfege.py
# 1. File -> Preferences
# 2. External Programs
# 3. Converters -> MIDI to WAV -> "/usr/local/bin/timidity"
# 4. Audio File Players -> MIDI -> "/usr/local/bin/timidity"
# 4. Sound Setup -> Use external midi player -> Test
@Tolsi
Copy link

Tolsi commented Apr 6, 2020

pygtk was removed from brew :<

@oofjelly
Copy link

Is this is still working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment