From 1980e2d731045e6d76c5ba552c23ba59eb832082 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Ctakumi-ogata=E2=80=9D?=
Date: Thu, 20 Mar 2025 15:34:14 -0700
Subject: [PATCH 1/2] Changing wiki links to support site links
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index ad6dad448..da40455ec 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
-
+
@@ -27,7 +27,7 @@
-If you are just getting started with Daisy, check out our [Getting Started Wiki page!](https://github.com/electro-smith/DaisyWiki/wiki)
+If you are just getting started with Daisy, check out our [Getting Started page](https://daisy.audio/tutorials/cpp-dev-env/)!
This repo is home to a functional pipeline utilizing libDaisy and DaisySP libraries.
@@ -60,7 +60,7 @@ git submodule update --init
### Compiling the Source
-Once you have the repository and the submodules (libDaisy/DaisySP) properly cloned, and the toolchain installed (for details see the [Daisy Wiki](https://github.com/electro-smith/DaisyWiki/wiki) for platform specific instructions) it's time to build the libraries, and some examples.
+Once you have the repository and the submodules (libDaisy/DaisySP) properly cloned, and the toolchain installed (for details see the [Daisy support site](https://daisy.audio/tutorials/Understanding-the-Toolchain/) for platform specific instructions) it's time to build the libraries, and some examples.
To build everything at once, run: `./rebuild_all.sh`
From e5e240b55149497b06bdf960daa62e32651e4f0e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Ctakumi-ogata=E2=80=9D?=
Date: Wed, 26 Mar 2025 16:57:47 +0000
Subject: [PATCH 2/2] Automated: Committing Dist folder
---
dist/examples.json | 1134 ++++++++++++++++++++++----------------------
1 file changed, 567 insertions(+), 567 deletions(-)
diff --git a/dist/examples.json b/dist/examples.json
index cbf6df4f5..6a7150e79 100644
--- a/dist/examples.json
+++ b/dist/examples.json
@@ -1,360 +1,304 @@
[
{
- "name": "stringvoice",
- "platform": "field",
- "filepath": "./dist/field/stringvoice.bin",
- "description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/stringvoice/README.md"
- },
- {
- "name": "phaser",
- "platform": "field",
- "filepath": "./dist/field/phaser.bin",
- "description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/phaser/README.md"
- },
- {
- "name": "chorus",
- "platform": "field",
- "filepath": "./dist/field/chorus.bin",
- "description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/chorus/README.md"
- },
- {
- "name": "flanger",
- "platform": "field",
- "filepath": "./dist/field/flanger.bin",
- "description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/flanger/README.md"
- },
- {
- "name": "Midi",
- "platform": "field",
- "filepath": "./dist/field/Midi.bin",
- "description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/Midi/README.md"
- },
- {
- "name": "modalvoice",
- "platform": "field",
- "filepath": "./dist/field/modalvoice.bin",
- "description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/modalvoice/README.md"
- },
- {
- "name": "sampler",
- "platform": "field",
- "filepath": "./dist/field/sampler.bin",
- "description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/sampler/README.md"
- },
- {
- "name": "Nimbus",
- "platform": "field",
- "filepath": "./dist/field/Nimbus.bin",
- "description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/Nimbus/README.md"
- },
- {
- "name": "KeyboardTest",
- "platform": "field",
- "filepath": "./dist/field/KeyboardTest.bin",
+ "name": "USB_CDC",
+ "platform": "seed",
+ "filepath": "./dist/seed/USB_CDC.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/KeyboardTest/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/USB_CDC/README.md"
},
{
- "name": "SampleAndHold",
- "platform": "patch",
- "filepath": "./dist/patch/SampleAndHold.bin",
+ "name": "Drum",
+ "platform": "seed",
+ "filepath": "./dist/seed/Drum.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/SampleAndHold/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/Drum/README.md"
},
{
- "name": "lfo",
- "platform": "patch",
- "filepath": "./dist/patch/lfo.bin",
+ "name": "OLED",
+ "platform": "seed",
+ "filepath": "./dist/seed/OLED.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/lfo/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/OLED/README.md"
},
{
- "name": "QuadEnvelope",
- "platform": "patch",
- "filepath": "./dist/patch/QuadEnvelope.bin",
+ "name": "Blink",
+ "platform": "seed",
+ "filepath": "./dist/seed/Blink.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/QuadEnvelope/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/Blink/README.md"
},
{
- "name": "PolyOsc",
- "platform": "patch",
- "filepath": "./dist/patch/PolyOsc.bin",
+ "name": "bypass",
+ "platform": "seed",
+ "filepath": "./dist/seed/bypass.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/PolyOsc/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/bypass/README.md"
},
{
- "name": "verb",
- "platform": "patch",
- "filepath": "./dist/patch/verb.bin",
+ "name": "phaser",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/phaser.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/verb/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/phaser/README.md"
},
{
- "name": "MultiDelay",
- "platform": "patch",
- "filepath": "./dist/patch/MultiDelay.bin",
+ "name": "dcblock",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/dcblock.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/MultiDelay/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/dcblock/README.md"
},
{
- "name": "logic",
- "platform": "patch",
- "filepath": "./dist/patch/logic.bin",
+ "name": "svf",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/svf.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/logic/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/svf/README.md"
},
{
- "name": "Torus",
- "platform": "patch",
- "filepath": "./dist/patch/Torus.bin",
+ "name": "adenv",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/adenv.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/Torus/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/adenv/README.md"
},
{
- "name": "SequentialSwitch",
- "platform": "patch",
- "filepath": "./dist/patch/SequentialSwitch.bin",
+ "name": "jitter",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/jitter.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/SequentialSwitch/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/jitter/README.md"
},
{
- "name": "QuadMixer",
- "platform": "patch",
- "filepath": "./dist/patch/QuadMixer.bin",
+ "name": "fractal_noise",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/fractal_noise.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/QuadMixer/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/fractal_noise/README.md"
},
{
- "name": "EnvelopeOscillator",
- "platform": "patch",
- "filepath": "./dist/patch/EnvelopeOscillator.bin",
+ "name": "drip",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/drip.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/EnvelopeOscillator/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/drip/README.md"
},
{
- "name": "Noise",
- "platform": "patch",
- "filepath": "./dist/patch/Noise.bin",
+ "name": "dust",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/dust.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/Noise/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/dust/README.md"
},
{
- "name": "vco",
- "platform": "patch",
- "filepath": "./dist/patch/vco.bin",
+ "name": "faustnoise",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/faustnoise.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/vco/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/faustnoise/README.md"
},
{
- "name": "Compressor",
- "platform": "patch",
- "filepath": "./dist/patch/Compressor.bin",
+ "name": "blosc",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/blosc.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/Compressor/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/blosc/README.md"
},
{
- "name": "Midi",
- "platform": "patch",
- "filepath": "./dist/patch/Midi.bin",
+ "name": "clockednoise",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/clockednoise.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/Midi/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/clockednoise/README.md"
},
{
- "name": "FilterBank",
- "platform": "patch",
- "filepath": "./dist/patch/FilterBank.bin",
+ "name": "metro",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/metro.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/FilterBank/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/metro/README.md"
},
{
- "name": "Sequencer",
- "platform": "patch",
- "filepath": "./dist/patch/Sequencer.bin",
+ "name": "variableshapeosc",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/variableshapeosc.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/Sequencer/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/variableshapeosc/README.md"
},
{
- "name": "PluckEcho",
- "platform": "patch",
- "filepath": "./dist/patch/PluckEcho.bin",
+ "name": "hihat",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/hihat.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/PluckEcho/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/hihat/README.md"
},
{
- "name": "QuadraphonicMixer",
- "platform": "patch",
- "filepath": "./dist/patch/QuadraphonicMixer.bin",
+ "name": "resonator",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/resonator.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/QuadraphonicMixer/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/resonator/README.md"
},
{
- "name": "Nimbus",
- "platform": "patch",
- "filepath": "./dist/patch/Nimbus.bin",
+ "name": "synthsnaredrum",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/synthsnaredrum.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/Nimbus/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/synthsnaredrum/README.md"
},
{
- "name": "Svf",
- "platform": "patch",
- "filepath": "./dist/patch/Svf.bin",
+ "name": "port",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/port.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/Svf/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/port/README.md"
},
{
- "name": "SimpleOscillator",
- "platform": "pod",
- "filepath": "./dist/pod/SimpleOscillator.bin",
+ "name": "autowah",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/autowah.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/SimpleOscillator/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/autowah/README.md"
},
{
- "name": "MusicBox",
- "platform": "pod",
- "filepath": "./dist/pod/MusicBox.bin",
+ "name": "whitenoise",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/whitenoise.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/MusicBox/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/whitenoise/README.md"
},
{
- "name": "EuclideanDrums",
- "platform": "pod",
- "filepath": "./dist/pod/EuclideanDrums.bin",
+ "name": "zoscillator",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/zoscillator.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/EuclideanDrums/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/zoscillator/README.md"
},
{
- "name": "Looper",
- "platform": "pod",
- "filepath": "./dist/pod/Looper.bin",
+ "name": "crossfade",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/crossfade.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/Looper/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/crossfade/README.md"
},
{
- "name": "SimpleLed",
- "platform": "pod",
- "filepath": "./dist/pod/SimpleLed.bin",
+ "name": "string",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/string.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/SimpleLed/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/string/README.md"
},
{
- "name": "Encoder",
- "platform": "pod",
- "filepath": "./dist/pod/Encoder.bin",
+ "name": "line",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/line.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/Encoder/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/line/README.md"
},
{
- "name": "SynthVoice",
- "platform": "pod",
- "filepath": "./dist/pod/SynthVoice.bin",
+ "name": "compressor",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/compressor.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/SynthVoice/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/compressor/README.md"
},
{
- "name": "Midi",
- "platform": "pod",
- "filepath": "./dist/pod/Midi.bin",
+ "name": "maytrig",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/maytrig.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/Midi/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/maytrig/README.md"
},
{
- "name": "StepSequencer",
- "platform": "pod",
- "filepath": "./dist/pod/StepSequencer.bin",
+ "name": "nlfilt",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/nlfilt.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/StepSequencer/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/nlfilt/README.md"
},
{
- "name": "MultiEffect",
- "platform": "pod",
- "filepath": "./dist/pod/MultiEffect.bin",
+ "name": "stringvoice",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/stringvoice.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/MultiEffect/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/stringvoice/README.md"
},
{
- "name": "SimpleButton",
- "platform": "pod",
- "filepath": "./dist/pod/SimpleButton.bin",
+ "name": "particle",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/particle.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/SimpleButton/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/particle/README.md"
},
{
- "name": "ChordMachine",
- "platform": "pod",
- "filepath": "./dist/pod/ChordMachine.bin",
+ "name": "chorus",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/chorus.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/ChordMachine/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/chorus/README.md"
},
{
- "name": "FMOscillator",
- "platform": "legio",
- "filepath": "./dist/legio/FMOscillator.bin",
+ "name": "smooth_random",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/smooth_random.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/legio/FMOscillator/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/smooth_random/README.md"
},
{
- "name": "Decimator",
- "platform": "versio",
- "filepath": "./dist/versio/Decimator.bin",
+ "name": "overdrive",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/overdrive.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/versio/Decimator/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/overdrive/README.md"
},
{
- "name": "LCD_HD44780",
- "platform": "seed",
- "filepath": "./dist/seed/LCD_HD44780.bin",
+ "name": "analogbassdrum",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/analogbassdrum.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/LCD_HD44780/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/analogbassdrum/README.md"
},
{
- "name": "QSPI",
- "platform": "seed",
- "filepath": "./dist/seed/QSPI.bin",
+ "name": "phasor",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/phasor.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/QSPI/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/phasor/README.md"
},
{
- "name": "Blink",
- "platform": "seed",
- "filepath": "./dist/seed/Blink.bin",
+ "name": "modalvoice",
+ "platform": "seed_DSP",
+ "filepath": "./dist/seed_DSP/modalvoice.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/Blink/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/modalvoice/README.md"
},
{
- "name": "adenv",
+ "name": "fir",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/adenv.bin",
+ "filepath": "./dist/seed_DSP/fir.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/adenv/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/fir/README.md"
},
{
- "name": "resonator",
+ "name": "formantosc",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/resonator.bin",
+ "filepath": "./dist/seed_DSP/formantosc.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/resonator/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/formantosc/README.md"
},
{
- "name": "analogbassdrum",
+ "name": "delayline",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/analogbassdrum.bin",
+ "filepath": "./dist/seed_DSP/delayline.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/analogbassdrum/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/delayline/README.md"
},
{
- "name": "pluck",
+ "name": "biquad",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/pluck.bin",
+ "filepath": "./dist/seed_DSP/biquad.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/pluck/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/biquad/README.md"
},
{
"name": "pitchshifter",
@@ -364,151 +308,151 @@
"url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/pitchshifter/README.md"
},
{
- "name": "line",
+ "name": "balance",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/line.bin",
+ "filepath": "./dist/seed_DSP/balance.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/line/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/balance/README.md"
},
{
- "name": "stringvoice",
+ "name": "oscillator",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/stringvoice.bin",
+ "filepath": "./dist/seed_DSP/oscillator.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/stringvoice/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/oscillator/README.md"
},
{
- "name": "phaser",
+ "name": "atone",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/phaser.bin",
+ "filepath": "./dist/seed_DSP/atone.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/phaser/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/atone/README.md"
},
{
- "name": "hihat",
+ "name": "varisaw",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/hihat.bin",
+ "filepath": "./dist/seed_DSP/varisaw.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/hihat/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/varisaw/README.md"
},
{
- "name": "port",
+ "name": "tremolo",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/port.bin",
+ "filepath": "./dist/seed_DSP/tremolo.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/port/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/tremolo/README.md"
},
{
- "name": "particle",
+ "name": "samplehold",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/particle.bin",
+ "filepath": "./dist/seed_DSP/samplehold.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/particle/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/samplehold/README.md"
},
{
- "name": "tone",
+ "name": "allpass",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/tone.bin",
+ "filepath": "./dist/seed_DSP/allpass.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/tone/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/allpass/README.md"
},
{
- "name": "faustnoise",
+ "name": "decimator",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/faustnoise.bin",
+ "filepath": "./dist/seed_DSP/decimator.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/faustnoise/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/decimator/README.md"
},
{
- "name": "varisaw",
+ "name": "analogsnaredrum",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/varisaw.bin",
+ "filepath": "./dist/seed_DSP/analogsnaredrum.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/varisaw/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/analogsnaredrum/README.md"
},
{
- "name": "fm2",
+ "name": "synthbassdrum",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/fm2.bin",
+ "filepath": "./dist/seed_DSP/synthbassdrum.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/fm2/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/synthbassdrum/README.md"
},
{
- "name": "reverbsc",
+ "name": "oscbank",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/reverbsc.bin",
+ "filepath": "./dist/seed_DSP/oscbank.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/reverbsc/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/oscbank/README.md"
},
{
- "name": "atone",
+ "name": "tone",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/atone.bin",
+ "filepath": "./dist/seed_DSP/tone.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/atone/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/tone/README.md"
},
{
- "name": "biquad",
+ "name": "vosim",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/biquad.bin",
+ "filepath": "./dist/seed_DSP/vosim.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/biquad/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/vosim/README.md"
},
{
- "name": "nlfilt",
+ "name": "sampleratereducer",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/nlfilt.bin",
+ "filepath": "./dist/seed_DSP/sampleratereducer.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/nlfilt/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/sampleratereducer/README.md"
},
{
- "name": "chorus",
+ "name": "adsr",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/chorus.bin",
+ "filepath": "./dist/seed_DSP/adsr.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/chorus/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/adsr/README.md"
},
{
- "name": "oscillator",
+ "name": "reverbsc",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/oscillator.bin",
+ "filepath": "./dist/seed_DSP/reverbsc.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/oscillator/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/reverbsc/README.md"
},
{
- "name": "decimator",
+ "name": "fm2",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/decimator.bin",
+ "filepath": "./dist/seed_DSP/fm2.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/decimator/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/fm2/README.md"
},
{
- "name": "compressor",
+ "name": "harmonic_osc",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/compressor.bin",
+ "filepath": "./dist/seed_DSP/harmonic_osc.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/compressor/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/harmonic_osc/README.md"
},
{
- "name": "phasor",
+ "name": "moogladder",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/phasor.bin",
+ "filepath": "./dist/seed_DSP/moogladder.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/phasor/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/moogladder/README.md"
},
{
- "name": "blosc",
+ "name": "pluck",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/blosc.bin",
+ "filepath": "./dist/seed_DSP/pluck.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/blosc/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/pluck/README.md"
},
{
- "name": "whitenoise",
+ "name": "grainlet",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/whitenoise.bin",
+ "filepath": "./dist/seed_DSP/grainlet.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/whitenoise/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/grainlet/README.md"
},
{
"name": "flanger",
@@ -525,445 +469,480 @@
"url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/comb/README.md"
},
{
- "name": "metro",
+ "name": "bitcrush",
"platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/metro.bin",
+ "filepath": "./dist/seed_DSP/bitcrush.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/metro/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/bitcrush/README.md"
},
{
- "name": "dcblock",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/dcblock.bin",
+ "name": "Knob",
+ "platform": "seed",
+ "filepath": "./dist/seed/Knob.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/dcblock/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/Knob/README.md"
},
{
- "name": "balance",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/balance.bin",
+ "name": "SDMMC",
+ "platform": "seed",
+ "filepath": "./dist/seed/SDMMC.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/balance/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/SDMMC/README.md"
},
{
- "name": "bitcrush",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/bitcrush.bin",
+ "name": "QSPI",
+ "platform": "seed",
+ "filepath": "./dist/seed/QSPI.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/bitcrush/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/QSPI/README.md"
},
{
- "name": "svf",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/svf.bin",
+ "name": "Logger",
+ "platform": "seed",
+ "filepath": "./dist/seed/Logger.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/svf/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/Logger/README.md"
},
{
- "name": "samplehold",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/samplehold.bin",
+ "name": "Ram",
+ "platform": "seed",
+ "filepath": "./dist/seed/Ram.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/samplehold/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/Ram/README.md"
},
{
- "name": "smooth_random",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/smooth_random.bin",
+ "name": "WavPlayer",
+ "platform": "seed",
+ "filepath": "./dist/seed/WavPlayer.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/smooth_random/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/WavPlayer/README.md"
},
{
- "name": "modalvoice",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/modalvoice.bin",
+ "name": "LCD_HD44780",
+ "platform": "seed",
+ "filepath": "./dist/seed/LCD_HD44780.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/modalvoice/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/LCD_HD44780/README.md"
},
{
- "name": "maytrig",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/maytrig.bin",
+ "name": "HWTest",
+ "platform": "seed",
+ "filepath": "./dist/seed/HWTest.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/maytrig/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/HWTest/README.md"
+ },
+ {
+ "name": "USB_MIDI",
+ "platform": "seed",
+ "filepath": "./dist/seed/USB_MIDI.bin",
+ "description": "no desc available yet",
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/USB_MIDI/README.md"
+ },
+ {
+ "name": "Button",
+ "platform": "seed",
+ "filepath": "./dist/seed/Button.bin",
+ "description": "no desc available yet",
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/Button/README.md"
+ },
+ {
+ "name": "ReceiveTest",
+ "platform": "seed",
+ "filepath": "./dist/seed/ReceiveTest.bin",
+ "description": "no desc available yet",
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/ReceiveTest/README.md"
+ },
+ {
+ "name": "Osc",
+ "platform": "seed",
+ "filepath": "./dist/seed/Osc.bin",
+ "description": "no desc available yet",
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/Osc/README.md"
+ },
+ {
+ "name": "phaser",
+ "platform": "petal",
+ "filepath": "./dist/petal/phaser.bin",
+ "description": "no desc available yet",
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/phaser/README.md"
},
{
- "name": "tremolo",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/tremolo.bin",
+ "name": "FilterBank",
+ "platform": "petal",
+ "filepath": "./dist/petal/FilterBank.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/tremolo/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/FilterBank/README.md"
},
{
- "name": "oscbank",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/oscbank.bin",
+ "name": "CombFilter",
+ "platform": "petal",
+ "filepath": "./dist/petal/CombFilter.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/oscbank/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/CombFilter/README.md"
},
{
- "name": "synthbassdrum",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/synthbassdrum.bin",
+ "name": "MultiDelay",
+ "platform": "petal",
+ "filepath": "./dist/petal/MultiDelay.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/synthbassdrum/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/MultiDelay/README.md"
},
{
- "name": "moogladder",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/moogladder.bin",
+ "name": "MultiEffect",
+ "platform": "petal",
+ "filepath": "./dist/petal/MultiEffect.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/moogladder/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/MultiEffect/README.md"
},
{
- "name": "analogsnaredrum",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/analogsnaredrum.bin",
+ "name": "Looper",
+ "platform": "petal",
+ "filepath": "./dist/petal/Looper.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/analogsnaredrum/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/Looper/README.md"
},
{
- "name": "adsr",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/adsr.bin",
+ "name": "GeneralFunctionTest",
+ "platform": "petal",
+ "filepath": "./dist/petal/GeneralFunctionTest.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/adsr/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/GeneralFunctionTest/README.md"
},
{
- "name": "drip",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/drip.bin",
+ "name": "chorus",
+ "platform": "petal",
+ "filepath": "./dist/petal/chorus.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/drip/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/chorus/README.md"
},
{
- "name": "clockednoise",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/clockednoise.bin",
+ "name": "Distortion",
+ "platform": "petal",
+ "filepath": "./dist/petal/Distortion.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/clockednoise/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/Distortion/README.md"
},
{
- "name": "variableshapeosc",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/variableshapeosc.bin",
+ "name": "tremolo",
+ "platform": "petal",
+ "filepath": "./dist/petal/tremolo.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/variableshapeosc/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/tremolo/README.md"
},
{
- "name": "formantosc",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/formantosc.bin",
+ "name": "Verb",
+ "platform": "petal",
+ "filepath": "./dist/petal/Verb.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/formantosc/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/Verb/README.md"
},
{
- "name": "jitter",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/jitter.bin",
+ "name": "flanger",
+ "platform": "petal",
+ "filepath": "./dist/petal/flanger.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/jitter/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/flanger/README.md"
},
{
- "name": "allpass",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/allpass.bin",
+ "name": "Svf",
+ "platform": "patch",
+ "filepath": "./dist/patch/Svf.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/allpass/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/Svf/README.md"
},
{
- "name": "autowah",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/autowah.bin",
+ "name": "SampleAndHold",
+ "platform": "patch",
+ "filepath": "./dist/patch/SampleAndHold.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/autowah/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/SampleAndHold/README.md"
},
{
- "name": "harmonic_osc",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/harmonic_osc.bin",
+ "name": "FilterBank",
+ "platform": "patch",
+ "filepath": "./dist/patch/FilterBank.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/harmonic_osc/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/FilterBank/README.md"
},
{
- "name": "string",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/string.bin",
+ "name": "QuadEnvelope",
+ "platform": "patch",
+ "filepath": "./dist/patch/QuadEnvelope.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/string/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/QuadEnvelope/README.md"
},
{
- "name": "crossfade",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/crossfade.bin",
+ "name": "lfo",
+ "platform": "patch",
+ "filepath": "./dist/patch/lfo.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/crossfade/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/lfo/README.md"
},
{
- "name": "fir",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/fir.bin",
+ "name": "QuadraphonicMixer",
+ "platform": "patch",
+ "filepath": "./dist/patch/QuadraphonicMixer.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/fir/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/QuadraphonicMixer/README.md"
},
{
- "name": "delayline",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/delayline.bin",
+ "name": "vco",
+ "platform": "patch",
+ "filepath": "./dist/patch/vco.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/delayline/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/vco/README.md"
},
{
- "name": "grainlet",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/grainlet.bin",
+ "name": "PolyOsc",
+ "platform": "patch",
+ "filepath": "./dist/patch/PolyOsc.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/grainlet/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/PolyOsc/README.md"
},
{
- "name": "dust",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/dust.bin",
+ "name": "MultiDelay",
+ "platform": "patch",
+ "filepath": "./dist/patch/MultiDelay.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/dust/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/MultiDelay/README.md"
},
{
- "name": "vosim",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/vosim.bin",
+ "name": "verb",
+ "platform": "patch",
+ "filepath": "./dist/patch/verb.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/vosim/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/verb/README.md"
},
{
- "name": "zoscillator",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/zoscillator.bin",
+ "name": "EnvelopeOscillator",
+ "platform": "patch",
+ "filepath": "./dist/patch/EnvelopeOscillator.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/zoscillator/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/EnvelopeOscillator/README.md"
},
{
- "name": "synthsnaredrum",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/synthsnaredrum.bin",
+ "name": "Compressor",
+ "platform": "patch",
+ "filepath": "./dist/patch/Compressor.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/synthsnaredrum/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/Compressor/README.md"
},
{
- "name": "overdrive",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/overdrive.bin",
+ "name": "QuadMixer",
+ "platform": "patch",
+ "filepath": "./dist/patch/QuadMixer.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/overdrive/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/QuadMixer/README.md"
},
{
- "name": "sampleratereducer",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/sampleratereducer.bin",
+ "name": "Torus",
+ "platform": "patch",
+ "filepath": "./dist/patch/Torus.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/sampleratereducer/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/Torus/README.md"
},
{
- "name": "fractal_noise",
- "platform": "seed_DSP",
- "filepath": "./dist/seed_DSP/fractal_noise.bin",
+ "name": "Noise",
+ "platform": "patch",
+ "filepath": "./dist/patch/Noise.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/DSP/fractal_noise/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/Noise/README.md"
},
{
- "name": "Button",
- "platform": "seed",
- "filepath": "./dist/seed/Button.bin",
+ "name": "SequentialSwitch",
+ "platform": "patch",
+ "filepath": "./dist/patch/SequentialSwitch.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/Button/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/SequentialSwitch/README.md"
},
{
- "name": "ReceiveTest",
- "platform": "seed",
- "filepath": "./dist/seed/ReceiveTest.bin",
+ "name": "Nimbus",
+ "platform": "patch",
+ "filepath": "./dist/patch/Nimbus.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/ReceiveTest/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/Nimbus/README.md"
},
{
- "name": "Osc",
- "platform": "seed",
- "filepath": "./dist/seed/Osc.bin",
+ "name": "Sequencer",
+ "platform": "patch",
+ "filepath": "./dist/patch/Sequencer.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/Osc/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/Sequencer/README.md"
},
{
- "name": "USB_CDC",
- "platform": "seed",
- "filepath": "./dist/seed/USB_CDC.bin",
+ "name": "logic",
+ "platform": "patch",
+ "filepath": "./dist/patch/logic.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/USB_CDC/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/logic/README.md"
},
{
- "name": "SDMMC",
- "platform": "seed",
- "filepath": "./dist/seed/SDMMC.bin",
+ "name": "Midi",
+ "platform": "patch",
+ "filepath": "./dist/patch/Midi.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/SDMMC/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/Midi/README.md"
},
{
- "name": "Knob",
- "platform": "seed",
- "filepath": "./dist/seed/Knob.bin",
+ "name": "PluckEcho",
+ "platform": "patch",
+ "filepath": "./dist/patch/PluckEcho.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/Knob/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch/PluckEcho/README.md"
},
{
- "name": "Ram",
- "platform": "seed",
- "filepath": "./dist/seed/Ram.bin",
+ "name": "Decimator",
+ "platform": "versio",
+ "filepath": "./dist/versio/Decimator.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/Ram/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/versio/Decimator/README.md"
},
{
- "name": "HWTest",
- "platform": "seed",
- "filepath": "./dist/seed/HWTest.bin",
+ "name": "phaser",
+ "platform": "field",
+ "filepath": "./dist/field/phaser.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/HWTest/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/phaser/README.md"
},
{
- "name": "bypass",
- "platform": "seed",
- "filepath": "./dist/seed/bypass.bin",
+ "name": "stringvoice",
+ "platform": "field",
+ "filepath": "./dist/field/stringvoice.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/bypass/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/stringvoice/README.md"
},
{
- "name": "WavPlayer",
- "platform": "seed",
- "filepath": "./dist/seed/WavPlayer.bin",
+ "name": "chorus",
+ "platform": "field",
+ "filepath": "./dist/field/chorus.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/WavPlayer/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/chorus/README.md"
},
{
- "name": "OLED",
- "platform": "seed",
- "filepath": "./dist/seed/OLED.bin",
+ "name": "modalvoice",
+ "platform": "field",
+ "filepath": "./dist/field/modalvoice.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/OLED/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/modalvoice/README.md"
},
{
- "name": "USB_MIDI",
- "platform": "seed",
- "filepath": "./dist/seed/USB_MIDI.bin",
+ "name": "Nimbus",
+ "platform": "field",
+ "filepath": "./dist/field/Nimbus.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/USB_MIDI/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/Nimbus/README.md"
},
{
- "name": "Drum",
- "platform": "seed",
- "filepath": "./dist/seed/Drum.bin",
+ "name": "sampler",
+ "platform": "field",
+ "filepath": "./dist/field/sampler.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/Drum/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/sampler/README.md"
},
{
- "name": "Logger",
- "platform": "seed",
- "filepath": "./dist/seed/Logger.bin",
+ "name": "Midi",
+ "platform": "field",
+ "filepath": "./dist/field/Midi.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/seed/Logger/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/Midi/README.md"
},
{
- "name": "phaser",
- "platform": "petal",
- "filepath": "./dist/petal/phaser.bin",
+ "name": "flanger",
+ "platform": "field",
+ "filepath": "./dist/field/flanger.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/phaser/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/flanger/README.md"
},
{
- "name": "MultiDelay",
- "platform": "petal",
- "filepath": "./dist/petal/MultiDelay.bin",
+ "name": "KeyboardTest",
+ "platform": "field",
+ "filepath": "./dist/field/KeyboardTest.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/MultiDelay/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/field/KeyboardTest/README.md"
},
{
- "name": "Looper",
- "platform": "petal",
- "filepath": "./dist/petal/Looper.bin",
+ "name": "ChordMachine",
+ "platform": "pod",
+ "filepath": "./dist/pod/ChordMachine.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/Looper/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/ChordMachine/README.md"
},
{
- "name": "chorus",
- "platform": "petal",
- "filepath": "./dist/petal/chorus.bin",
+ "name": "SimpleButton",
+ "platform": "pod",
+ "filepath": "./dist/pod/SimpleButton.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/chorus/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/SimpleButton/README.md"
},
{
- "name": "GeneralFunctionTest",
- "platform": "petal",
- "filepath": "./dist/petal/GeneralFunctionTest.bin",
+ "name": "Encoder",
+ "platform": "pod",
+ "filepath": "./dist/pod/Encoder.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/GeneralFunctionTest/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/Encoder/README.md"
},
{
- "name": "flanger",
- "platform": "petal",
- "filepath": "./dist/petal/flanger.bin",
+ "name": "MultiEffect",
+ "platform": "pod",
+ "filepath": "./dist/pod/MultiEffect.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/flanger/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/MultiEffect/README.md"
},
{
- "name": "Verb",
- "platform": "petal",
- "filepath": "./dist/petal/Verb.bin",
+ "name": "Looper",
+ "platform": "pod",
+ "filepath": "./dist/pod/Looper.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/Verb/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/Looper/README.md"
},
{
- "name": "Distortion",
- "platform": "petal",
- "filepath": "./dist/petal/Distortion.bin",
+ "name": "EuclideanDrums",
+ "platform": "pod",
+ "filepath": "./dist/pod/EuclideanDrums.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/Distortion/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/EuclideanDrums/README.md"
},
{
- "name": "tremolo",
- "platform": "petal",
- "filepath": "./dist/petal/tremolo.bin",
+ "name": "SimpleLed",
+ "platform": "pod",
+ "filepath": "./dist/pod/SimpleLed.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/tremolo/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/SimpleLed/README.md"
},
{
- "name": "CombFilter",
- "platform": "petal",
- "filepath": "./dist/petal/CombFilter.bin",
+ "name": "StepSequencer",
+ "platform": "pod",
+ "filepath": "./dist/pod/StepSequencer.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/CombFilter/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/StepSequencer/README.md"
},
{
- "name": "FilterBank",
- "platform": "petal",
- "filepath": "./dist/petal/FilterBank.bin",
+ "name": "SimpleOscillator",
+ "platform": "pod",
+ "filepath": "./dist/pod/SimpleOscillator.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/FilterBank/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/SimpleOscillator/README.md"
},
{
- "name": "MultiEffect",
- "platform": "petal",
- "filepath": "./dist/petal/MultiEffect.bin",
+ "name": "SynthVoice",
+ "platform": "pod",
+ "filepath": "./dist/pod/SynthVoice.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/petal/MultiEffect/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/SynthVoice/README.md"
},
{
- "name": "SimpleOscillator",
- "platform": "patch_sm",
- "filepath": "./dist/patch_sm/SimpleOscillator.bin",
+ "name": "Midi",
+ "platform": "pod",
+ "filepath": "./dist/pod/Midi.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/SimpleOscillator/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/Midi/README.md"
},
{
- "name": "ReverbExample",
- "platform": "patch_sm",
- "filepath": "./dist/patch_sm/ReverbExample.bin",
+ "name": "MusicBox",
+ "platform": "pod",
+ "filepath": "./dist/pod/MusicBox.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/ReverbExample/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/pod/MusicBox/README.md"
},
{
"name": "RandomCvExample",
@@ -973,18 +952,25 @@
"url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/RandomCvExample/README.md"
},
{
- "name": "Looper",
- "platform": "patch_sm",
- "filepath": "./dist/patch_sm/Looper.bin",
+ "name": "Gate_Output",
+ "platform": "patch_sm_GettingStarted",
+ "filepath": "./dist/patch_sm_GettingStarted/Gate_Output.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/Looper/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/GettingStarted/Gate_Output/README.md"
},
{
- "name": "EnvelopeExample",
- "platform": "patch_sm",
- "filepath": "./dist/patch_sm/EnvelopeExample.bin",
+ "name": "Audio_Settings",
+ "platform": "patch_sm_GettingStarted",
+ "filepath": "./dist/patch_sm_GettingStarted/Audio_Settings.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/EnvelopeExample/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/GettingStarted/Audio_Settings/README.md"
+ },
+ {
+ "name": "Toggle_Switch",
+ "platform": "patch_sm_GettingStarted",
+ "filepath": "./dist/patch_sm_GettingStarted/Toggle_Switch.bin",
+ "description": "no desc available yet",
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/GettingStarted/Toggle_Switch/README.md"
},
{
"name": "Momentary_Switch",
@@ -1008,39 +994,46 @@
"url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/GettingStarted/Pot_Input/README.md"
},
{
- "name": "Toggle_Switch",
+ "name": "Gate_Input",
"platform": "patch_sm_GettingStarted",
- "filepath": "./dist/patch_sm_GettingStarted/Toggle_Switch.bin",
+ "filepath": "./dist/patch_sm_GettingStarted/Gate_Input.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/GettingStarted/Toggle_Switch/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/GettingStarted/Gate_Input/README.md"
},
{
- "name": "Audio_Settings",
+ "name": "CV_Output",
"platform": "patch_sm_GettingStarted",
- "filepath": "./dist/patch_sm_GettingStarted/Audio_Settings.bin",
+ "filepath": "./dist/patch_sm_GettingStarted/CV_Output.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/GettingStarted/Audio_Settings/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/GettingStarted/CV_Output/README.md"
},
{
- "name": "Gate_Output",
- "platform": "patch_sm_GettingStarted",
- "filepath": "./dist/patch_sm_GettingStarted/Gate_Output.bin",
+ "name": "EnvelopeExample",
+ "platform": "patch_sm",
+ "filepath": "./dist/patch_sm/EnvelopeExample.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/GettingStarted/Gate_Output/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/EnvelopeExample/README.md"
},
{
- "name": "Gate_Input",
- "platform": "patch_sm_GettingStarted",
- "filepath": "./dist/patch_sm_GettingStarted/Gate_Input.bin",
+ "name": "Looper",
+ "platform": "patch_sm",
+ "filepath": "./dist/patch_sm/Looper.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/GettingStarted/Gate_Input/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/Looper/README.md"
},
{
- "name": "CV_Output",
- "platform": "patch_sm_GettingStarted",
- "filepath": "./dist/patch_sm_GettingStarted/CV_Output.bin",
+ "name": "ReverbExample",
+ "platform": "patch_sm",
+ "filepath": "./dist/patch_sm/ReverbExample.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/GettingStarted/CV_Output/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/ReverbExample/README.md"
+ },
+ {
+ "name": "HardwareTest",
+ "platform": "patch_sm",
+ "filepath": "./dist/patch_sm/HardwareTest.bin",
+ "description": "no desc available yet",
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/HardwareTest/README.md"
},
{
"name": "PassthruExample",
@@ -1050,11 +1043,11 @@
"url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/PassthruExample/README.md"
},
{
- "name": "HardwareTest",
+ "name": "SimpleOscillator",
"platform": "patch_sm",
- "filepath": "./dist/patch_sm/HardwareTest.bin",
+ "filepath": "./dist/patch_sm/SimpleOscillator.bin",
"description": "no desc available yet",
- "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/HardwareTest/README.md"
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/SimpleOscillator/README.md"
},
{
"name": "TripleSaw",
@@ -1062,5 +1055,12 @@
"filepath": "./dist/patch_sm/TripleSaw.bin",
"description": "no desc available yet",
"url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/patch_sm/TripleSaw/README.md"
+ },
+ {
+ "name": "FMOscillator",
+ "platform": "legio",
+ "filepath": "./dist/legio/FMOscillator.bin",
+ "description": "no desc available yet",
+ "url": "https://raw.githubusercontent.com/electro-smith/DaisyExamples/master/legio/FMOscillator/README.md"
}
]
\ No newline at end of file