gesellkammer / maelzel

A framework for computer music in python
https://maelzel.readthedocs.io
GNU General Public License v3.0
17 stars 1 forks source link

Mac .show ? #1

Open jacopogrecodalceo opened 4 months ago

jacopogrecodalceo commented 4 months ago

Hi Eduardo,

Just trying to test maelzel and in the first exemple got stuck with this:

from maelzel.core import *

seq = Chain([
    Note(60),
    Note("c#4+"),
    Note("4Eb"),
    Note("4E+20"),
    Note("4G-10hz"),
    Note("442hz"),
])
seq.show()

Error:

Default path for soundfonts only defined in linux
The file /Users/mypath/Library/Caches/tmpm9x0s0g0/4_dexb2d.png does not exist.

I am on macbook M1 Pro, Sonoma 14.4.

gesellkammer commented 2 months ago

I cannot reproduce this, could you update maelzel or better reinstall it, and try again?