diff options
Diffstat (limited to 'community/solfege/solfege.install')
-rw-r--r-- | community/solfege/solfege.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/solfege/solfege.install b/community/solfege/solfege.install new file mode 100644 index 000000000..003382003 --- /dev/null +++ b/community/solfege/solfege.install @@ -0,0 +1,10 @@ +post_install() { + echo "==> To get sound out of MIDI-based components like Rhythm:" + echo + echo "Preferences > Sound Setup > Use external MIDI player" + echo + echo "==> And make sure you have timidity++ installed and configured," + echo "==> otherwise you need a capable hardware MIDI player to use" + echo "==> the ALSA/OSS MIDI devices." +} +# vim:set ts=2 sw=2 et: |