Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

nanoTracker-sdk

يحتوي nanoTracker-sdk على 21 من skills المجمعة من savannah-i-g، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
21
Stars
13
محدث
2026-04-16
Forks
0
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

scaffold-control-source
مطوّرو البرمجيات

Scaffold a nanoTracker control-source plugin — a MIDI emitter triggered by tracker rows. Step sequencers, virtual keyboards, drum machines, arpeggiators, chord triggers, LFO-to-CC. Plugins with manifest.type "control-source" emit TrackerMidiEvents over cables instead of producing audio.

2026-04-16
scaffold-control-source
مطوّرو البرمجيات

Scaffold a nanoTracker control-source plugin — a MIDI emitter triggered by tracker rows. Step sequencers, virtual keyboards, drum machines, arpeggiators, chord triggers, LFO-to-CC. Plugins with manifest.type "control-source" emit TrackerMidiEvents over cables instead of producing audio.

2026-04-16
scaffold-control-source
مطوّرو البرمجيات

Scaffold a nanoTracker control-source plugin — a MIDI emitter triggered by tracker rows. Step sequencers, virtual keyboards, drum machines, arpeggiators, chord triggers, LFO-to-CC. Plugins with manifest.type "control-source" emit TrackerMidiEvents over cables instead of producing audio.

2026-04-16
add-theme-override
مطوّرو البرمجيات

Add a per-plugin theme colour override to a nanoTracker plugin (instrument or pedal) via ui.themeOverride. Eleven canonical colour keys cascade to the plugin's window chrome and (for webview controls) re-post to the iframe as a themeChange event. Composable add-on; the plugin manifest already exists.

2026-04-13
add-webview
مطوّرو البرمجيات

Add a sandboxed webview UI control to an existing nanoTracker plugin (instrument OR pedal). Covers the single-file HTML constraint, the host↔iframe message bridge, optional iframe→host write channel, theme cascade, and the v3.5 audio route-back. Composable — assumes the rest of the plugin manifest already exists.

2026-04-13
migrate-v3-to-v4
مطوّرو البرمجيات

Walk a legacy v1–v3 nanoTracker FX plugin (mixer-module shape) through the v4 pedal rewrite. Covers the manifest changes, capability additions, port block, connection rewrites, and what host-side auto-migration does for end-users with the pre-v4 plugin already installed.

2026-04-13
scaffold-instrument
مطوّرو البرمجيات

Scaffold a new nanoTracker instrument plugin. Instruments play notes (noteOn / noteOff dispatch from tracker patterns or workspace MIDI). Three flavours — sample-based, oscillator-based, or v3 declarative graph — pick whichever matches the sound design.

2026-04-13
scaffold-pedal
مطوّرو البرمجيات

Scaffold a v4 nanoTracker pedal plugin from scratch. Pedals are FX plugins (manifest.type "fx") rendered in the workspace as floating windows with patch cables. Produces a complete working plugin.json with the right capability flags, port shape, and graph structure on the first try.

2026-04-13
scaffold-webview-pedal
مطوّرو البرمجيات

Scaffold a v4 nanoTracker pedal whose UI is a custom HTML/JS surface (mixer fader strip, XY pad, oscilloscope, step sequencer, …). Builds on scaffold-pedal, adds the webview control + bidirectional bridge wiring + single-file HTML constraints so the iframe loads without errors.

2026-04-13
add-theme-override
مطوّرو البرمجيات

Add a per-plugin theme colour override to a nanoTracker plugin (instrument or pedal) via ui.themeOverride. Eleven canonical colour keys cascade to the plugin's window chrome and (for webview controls) re-post to the iframe as a themeChange event. Composable add-on; the plugin manifest already exists.

2026-04-13
add-webview
مطوّرو البرمجيات

Add a sandboxed webview UI control to an existing nanoTracker plugin (instrument OR pedal). Covers the single-file HTML constraint, the host↔iframe message bridge, optional iframe→host write channel, theme cascade, and the v3.5 audio route-back. Composable — assumes the rest of the plugin manifest already exists.

2026-04-13
migrate-v3-to-v4
مطوّرو البرمجيات

Walk a legacy v1–v3 nanoTracker FX plugin (mixer-module shape) through the v4 pedal rewrite. Covers the manifest changes, capability additions, port block, connection rewrites, and what host-side auto-migration does for end-users with the pre-v4 plugin already installed.

2026-04-13
scaffold-instrument
مطوّرو البرمجيات

Scaffold a new nanoTracker instrument plugin. Instruments play notes (noteOn / noteOff dispatch from tracker patterns or workspace MIDI). Three flavours — sample-based, oscillator-based, or v3 declarative graph — pick whichever matches the sound design.

2026-04-13
scaffold-pedal
مطوّرو البرمجيات

Scaffold a v4 nanoTracker pedal plugin from scratch. Pedals are FX plugins (manifest.type "fx") rendered in the workspace as floating windows with patch cables. Produces a complete working plugin.json with the right capability flags, port shape, and graph structure on the first try.

2026-04-13
scaffold-webview-pedal
مطوّرو البرمجيات

Scaffold a v4 nanoTracker pedal whose UI is a custom HTML/JS surface (mixer fader strip, XY pad, oscilloscope, step sequencer, …). Builds on scaffold-pedal, adds the webview control + bidirectional bridge wiring + single-file HTML constraints so the iframe loads without errors.

2026-04-13
add-theme-override
مطوّرو البرمجيات

Add a per-plugin theme colour override to a nanoTracker plugin (instrument or pedal) via ui.themeOverride. Eleven canonical colour keys cascade to the plugin's window chrome and (for webview controls) re-post to the iframe as a themeChange event. Composable add-on; the plugin manifest already exists.

2026-04-13
add-webview
مطوّرو البرمجيات

Add a sandboxed webview UI control to an existing nanoTracker plugin (instrument OR pedal). Covers the single-file HTML constraint, the host↔iframe message bridge, optional iframe→host write channel, theme cascade, and the v3.5 audio route-back. Composable — assumes the rest of the plugin manifest already exists.

2026-04-13
migrate-v3-to-v4
مطوّرو البرمجيات

Walk a legacy v1–v3 nanoTracker FX plugin (mixer-module shape) through the v4 pedal rewrite. Covers the manifest changes, capability additions, port block, connection rewrites, and what host-side auto-migration does for end-users with the pre-v4 plugin already installed.

2026-04-13
scaffold-instrument
مطوّرو البرمجيات

Scaffold a new nanoTracker instrument plugin. Instruments play notes (noteOn / noteOff dispatch from tracker patterns or workspace MIDI). Three flavours — sample-based, oscillator-based, or v3 declarative graph — pick whichever matches the sound design.

2026-04-13
scaffold-pedal
مطوّرو البرمجيات

Scaffold a v4 nanoTracker pedal plugin from scratch. Pedals are FX plugins (manifest.type "fx") rendered in the workspace as floating windows with patch cables. Produces a complete working plugin.json with the right capability flags, port shape, and graph structure on the first try.

2026-04-13
scaffold-webview-pedal
مطوّرو البرمجيات

Scaffold a v4 nanoTracker pedal whose UI is a custom HTML/JS surface (mixer fader strip, XY pad, oscilloscope, step sequencer, …). Builds on scaffold-pedal, adds the webview control + bidirectional bridge wiring + single-file HTML constraints so the iframe loads without errors.

2026-04-13