nativeformat / NFPlayerJS

A JavaScript/TypeScript audio engine for the Web and Server capable of multitrack time stretching, pitch shifting, declarative effects, faster than realtime processing, and more!
https://nativeformat.github.io/NFPlayerJS
Apache License 2.0
130 stars 9 forks source link

Playground eval buttons are confusing #5

Closed kirbysayshi closed 4 years ago

kirbysayshi commented 5 years ago

Solution: disable the play button initially and whenever the editor contents change.

Basically turn it into a state machine instead of trying to diff / track how the editor has changed.