-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Let's add a step sequencer, so people can plot out melodies and hear them being played on the handpan.
This'll be a big task, so let's discuss it here and start breaking it all down and thinking about how we would structure HTML for a step sequencer similar to this of Apple's Logic Pro:
For starters, I can see we need some sort of structure like this:
<StepSequencer> // the container
<Lanes> // The list of lanes
<Lane />
<Lane />
<Lane />
</Lanes>
<StepSequencer>
Where each lane will then need to contain cells that show whether it is on or off.
Let's flesh that all out and chat about it here.
Some existing projects:
Metadata
Metadata
Assignees
Labels
No labels
