Skip to content

Instantly share code, notes, and snippets.

@michalliu
Forked from Joris-van-der-Wel/build.sh
Created February 28, 2019 17:50
Show Gist options
  • Save michalliu/dd875899ffe4db0b19c8d6cb70432759 to your computer and use it in GitHub Desktop.
Save michalliu/dd875899ffe4db0b19c8d6cb70432759 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment