jsui text rendering (huge black boxes)

ACSmith's icon

I've been trying to get the jsui script jsChord working, and for some reason all my text shows up as black boxes. I've got the fonts installed, and it still gives me black boxes (differently sized) if I change the fonts to Arial or something. Any ideas on what could be causing this? (screenshot attached)

The files are part of the free CNMAT bundle, here: http://cnmat.berkeley.edu/downloads

Thanks in advance.

Andrew

1336.jsChordissue.png
png
ACSmith's icon

Um, I just fixed it. Turns out the CNMAT package has "glclearcolor(1, 1, 1)" where it should be "glclearcolor(1, 1, 1, 1)". I'm not totally sure what that did, though--anyone want to enlighten me on this one? I just assumed it was an alpha number, but that doesn't quite make sense as it's apparently just changing the background color of the places where notes and clefs appear. Thanks.

Andrew