mimic-sussex / sema

Sema – A Playground for Live Coding Music and Machine Learning
https://sema.codes
MIT License
151 stars 51 forks source link

clean console log buffer after each log "session" #329

Closed frantic0 closed 3 years ago

frantic0 commented 3 years ago

The console buffer should start from a clean slate on each 'session', where each session begins and ends with a navigation click

e.g. navigating between playground and tutorial (where each has its own console instance) entails ending a playground console log session and beginning a tutorial console log session.

smilo7 commented 3 years ago

added in https://github.com/mimic-sussex/sema/pull/331