Skip to content

Latest commit

 

History

History

sequence-renderer-loop

sequence-renderer-loop example

This example shows the usage of the SynchronisedSequenceRenderer component to create a renderer that plays a looping sequence with defined out-points, and transitions into a regular sequence.

Usage

npm install
npm run dev

After running the development server (npm run dev), browse to localhost:8080.

Press Play to start playing the loop sequence. You may adjust the objects rendered in each of the sequences.

Press Transition to main piece to disable all non-music objects in the loop, and transition at the next out-point.

The sequences are defined in loop.json and intro.json in this directory.

Known Issues

Screenshot

Screenshot of sequence-renderer-loop example