openmusic-project / Morphologie

Analysis fonctions, pattern recognition and morphological classification of geometric profiles
GNU General Public License v3.0
3 stars 1 forks source link

Structure-2 #2

Closed j-bresson closed 5 years ago

j-bresson commented 5 years ago

The function structure-2 crashes in some cases (see Help-patch "structures/structure-2")

FredVoisin commented 5 years ago

I have no crash when running second instance (the one in the middle) of structure-2 in Help-patch "structures/structure-2", but the thwo other instances (left and right side in the patch) return errors to be fixed soon.

FredVoisin commented 5 years ago

see commit

FredVoisin commented 5 years ago

The trouble about pretty printing for structure-2 Help patch is fixed for OM7 and stills for OM6.15. See this commit.

j-bresson commented 5 years ago

OM makes some modification on the default output streams which make the print / format and friends work differently than in a standard Lisp. om-lisp::*om-stream* is the stream you should address to print on the Listener with FORMAT / WRITE and other functions : (format *om-stream* ...)

FredVoisin commented 5 years ago

ok thank's Jean.

last commit with pretty prints for all Morphologie lib updated here