Ports of selected Signal Function Set VCV Rack modules to the Expert Sleepers Disting NT hardware module.
Built against the distingNT C++ API (included here as a submodule).
| Module | Status | Release | Source | Docs |
|---|---|---|---|---|
| FugueNT | Released, in gallery | fugue-nt/v1.0.0 |
modules/fugueNT | docs/fugue-nt.md |
| ShiftNT | Released, submission pending | shift-nt/v1.0.0 |
modules/shiftNT | docs/shift-nt.md |
| ChimeNT | Released, submission pending | chime-nt/v1.0.0 |
modules/chimeNT | docs/chime-nt.md |
| CrystalNT | In development (M1 of 4) | — | modules/crystalNT | docs/crystal-nt.md |
Each plugin is released under a namespaced tag {plugin-slug}/v{version} with a single .o file attached — matches the layout used by NerdRoger/disting_nt_plugins. See docs/gallery-submission.md for the nt_helper gallery registration flow and scripts/release-plugin.sh for the release helper.
git clone --recurse-submodules https://github.com/stuart78/SignalFunctionSet-DistingNT.gitIf you already cloned without submodules:
git submodule update --init --recursiveRequires arm-none-eabi-c++ (GCC for ARM Cortex-M). Per-module:
cd modules/fugueNT
makeOutput is plugins/fugueNT.o. Copy to the Disting NT MicroSD card per the module documentation.
See LICENSE.