daisy-sequencer

Develop C++ step sequencers for Daisy hardware with timing and pattern editing.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/sebasdv/my-skills --skill daisy-sequencer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daisy-sequencer
Source: https://github.com/sebasdv/my-skills/tree/main/daisy-sequencer
Command: npx skills add https://github.com/sebasdv/my-skills --skill daisy-sequencer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers create and integrate step sequencers into embedded audio projects for Daisy hardware, streamlining the process of building rhythmic patterns and musical sequences.

Core Features & Use Cases

  • Sequencer Architecture: Provides a robust C++ framework for step sequencers, suitable for projects like 909Pod and SLICERPOD.
  • Timing and Scheduling: Implements precise timing engines for BPM synchronization and note scheduling, including features like swing and probability.
  • Pattern Editing: Offers guidance on handling pattern data structures and user interface interactions for editing sequences.

Quick Start

Use the daisy-sequencer skill to implement a 16-step sequencer with BPM control and track muting for a Daisy audio project.

Frequently Asked Questions about daisy-sequencer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a C++ step sequencer for Daisy hardware?

Build a C++ step sequencer for Daisy by implementing timing engines, note scheduling, and pattern editing using a structured framework designed specifically for embedded audio applications.

What is the best way to handle BPM synchronization and swing in embedded audio C++?

Handle BPM synchronization and swing in embedded C++ by utilizing a precise timing engine that manages note scheduling and rhythmic patterns for accurate musical sequence playback.

Do I need to know audio DSP principles to create rhythmic patterns on Daisy?

Yes, creating rhythmic patterns on Daisy requires understanding C++ for embedded systems and audio DSP principles to effectively manage timing engines, note scheduling, and display integration.

Can I implement track muting and a 16-step sequencer interface for a Daisy audio project?

Implement a 16-step sequencer with track muting for a Daisy audio project using the provided pattern editing data structures and user interface interaction guidance.

How does pattern editing work for musical sequences in embedded C++?

Pattern editing for musical sequences in embedded C++ works by managing pattern data structures and handling user interface interactions to modify and edit rhythmic steps dynamically.