Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

monome/dust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

see updated information in the docs.

archived for now, will be deleted at some point.

dust: norns incantations

user data for the norns system

  • scripts - scripts, subfolders by author
  • lib/sc - engines
  • lib/lua - lua modules
  • data - various script data, including system.lua which stores the last script run. authors/scripts can create their own subfolders here to store presets, audio data, etc.
  • audio - assorted audio files, with subfolders for organization. includes tape which is the destination for direct-to-disk recordings from the norns system.

contributions

dust was created by many people. contributions are welcome.

  • collaboration is encouraged. when modifying an existing script please consider contributing to the original rather than submitting a new version with minor differences.
  • please include documentation for any scripts submitted (particularly the comment text at the top of the script).
  • do not submit semi-functioning works-in-progress.
  • make a concerted attempt at code legibility. (style guide forthcoming.)
  • feel free to create your own subfolder in scripts.
  • bug fixes are always appreciated!