Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signal Function Set — Disting NT

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).

Modules

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.

Cloning

git clone --recurse-submodules https://github.com/stuart78/SignalFunctionSet-DistingNT.git

If you already cloned without submodules:

git submodule update --init --recursive

Building

Requires arm-none-eabi-c++ (GCC for ARM Cortex-M). Per-module:

cd modules/fugueNT
make

Output is plugins/fugueNT.o. Copy to the Disting NT MicroSD card per the module documentation.

License

See LICENSE.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages