RolandJansen / intermix

Typescript/Javascript framework for building sequencer-based audio apps
GNU Lesser General Public License v3.0
6 stars 0 forks source link

Implement sample-accurate pause/restart of sequencer #21

Closed RolandJansen closed 8 years ago

RolandJansen commented 8 years ago

This could be archieved by pausing all audio objects and restarting them. As far as I know this would be a unique feature but probably it isn't possible at all.

RolandJansen commented 8 years ago

Done. Implemented with AudioContext.suspend()/resume(). Should be tested in the demo app. See #39.