Nano Banana Pro
Agent skill for nano-banana-pro
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Droid Emmoder (pronounced
meaning "to initiate" in Swiss-French patois) is a performance sequencer configuration for the Droid Universal CV Processor. The project contains a single configuration file that defines a 4-track drum sequencer with algorithmic pattern generation capabilities.\ɑ̃.mɔ.de\
Note: This is a work-in-progress project inspired by Mathias Kettner's Droid examples.
droid.ini - The primary Droid configuration file containing all circuit definitions and documentationdroid.ini to an SD card and loading it into the Droid Master moduleThe configuration requires specific Droid hardware modules:
The
droid.ini file is organized into functional sections:
algoquencer circuit for pattern generation[circuit_name] headersparameter = value pairs_VARIABLE_NAME conventionP1.1, B2.1, G1.1)# ------------------------------------------------- format for section headers to ensure proper recognition by code editors (do NOT use = symbols as they break editor section folding)doc/ directory contains comprehensive local documentation (not versioned in git):
manual/droid-manual-blue-6.pdf: Complete user manualmanual/droid-cheatsheet-blue-6.pdf: Quick reference guidemanual/droid-patch-snippets-blue-6.txt: Copy-paste examples for all circuitspatches/: Example configurations including motoquencer variations and sequencer templatesgraphics/circuits/: Visual icons for all available circuitsutilities/editors/: Syntax highlighting and snippets for various code editors[copy] circuits for signal distribution[logic] circuits for AND/OR operations[buttongroup] for exclusive button selection[logic] AND gatesSince this is a hardware configuration project, there are no traditional build/test/lint commands. Development involves:
droid.ini directly - all configuration and inline documentation is contained in this single filedroid.ini, always update the corresponding user manual in README.md to reflect the changes. The README.md contains the French user manual that must be kept in sync with the actual configurationdoc/patches/ for inspiration and doc/manual/droid-patch-snippets-blue-6.txt for circuit syntax examplesCRITICAL: All documentation and comments in this project MUST be written in English:
This ensures consistency and accessibility for the international Droid community.
IMPORTANT: The
README.md file contains a comprehensive user manual that mirrors the functionality defined in droid.ini. Any changes to the configuration MUST be reflected in the user manual:
This ensures users always have accurate documentation that matches the actual hardware behavior.
doc/manual/droid-patch-snippets-blue-6.txt for exact syntax and parameters of any circuitdoc/patches/ for similar implementations (especially motoquencer_*.ini files)doc/graphics/circuits/ images to understand circuit functionalitydoc/utilities/editors/ for better development experience_CLOCK: Main clock signal (internal or external)_RESET: Global reset signal_CLOCK_SPEED: Internal clock rate control_PAGE_1, _PAGE_2: Page selection system_ALGO_SELECT: Current drum track selection (0-3)_KICK_IS_MUTED, _SNARE_IS_MUTED, etc.: Mute state per track_MOTO1_PAGE: Motoquencer page selection_MOTO1_STEPS: Active step count_MOTO1_FADERMODE: Fader operation mode