daisy-seed-core

Provide a core development toolkit for the DaisySeed Multi-Effect pedal project.

1|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/chrfalch/daisymultieffect --skill daisy-seed-core
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daisy-seed-core
Source: https://github.com/chrfalch/daisymultieffect/tree/main/.github/skills/core
Command: npx skills add https://github.com/chrfalch/daisymultieffect --skill daisy-seed-core

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a reusable core development toolkit for the DaisySeed Multi-Effect pedal project.

Core Features & Use Cases

  • Shared core libraries and templates for the DaisySeed multi-effect core.
  • Build and run guidance for the core components, including commands for building and launching the standalone app.
  • Documentation and examples to accelerate development of patches and effects.

Quick Start

Change into the vst directory and run cmake build, then run the DaisyMultiFX executable.

Frequently Asked Questions about daisy-seed-core

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

FAQPage Schema
What is the DaisySeed core toolkit used for in firmware development?

The DaisySeed core toolkit provides shared libraries and templates for developing the multi-effect pedal firmware. It includes build system guidance and documentation to accelerate creating patches and effects on the DaisySeed platform.

How do I build and run the DaisySeed multi-effect application?

To build the DaisySeed multi-effect application, navigate to the vst directory, execute the cmake build command, and run the generated DaisyMultiFX executable to launch the standalone app.

Does the DaisySeed core provide templates for creating custom multi-effect patches?

Yes, the DaisySeed core provides shared core libraries and templates designed to accelerate development of custom patches and effects for the multi-effect pedal project.

Can I use CMake to manage the build system for a DaisySeed firmware project?

Yes, CMake is used to manage the build system for the DaisySeed firmware project. The core toolkit includes executable build steps and build commands for compiling the standalone application.

What documentation is included for building DaisySeed effects?

The core toolkit includes documentation and examples detailing the repository structure, executable build/run steps, and runtime instructions to guide firmware and software developers building DaisySeed effects.