Skip to content

[Feature] Step Sequencer #4

@spen

Description

@spen

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:

logic-sequencer

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions