Skip to content

monome/norns

Folders and files

NameName
Last commit message
Last commit date
Mar 11, 2024
Oct 13, 2024
Feb 7, 2025
Jan 19, 2023
Jan 29, 2025
May 7, 2018
Jun 18, 2024
Mar 22, 2022
May 8, 2022
Sep 11, 2024
Oct 16, 2021
Jan 3, 2021
Apr 30, 2020
Oct 5, 2021
May 8, 2022
Oct 20, 2020
Mar 14, 2021
Feb 15, 2018
Mar 7, 2020
Apr 28, 2020
Oct 8, 2024
Dec 27, 2020
Nov 8, 2023
Oct 8, 2024
Sep 21, 2021
Apr 24, 2022
Sep 11, 2024
Jan 12, 2022
Jan 12, 2022
Feb 1, 2018
Dec 30, 2018
Nov 8, 2023

Repository files navigation

norns

changes. travels. is open to possibilities.

norns is primarily intended to run on a pi-based sound computer designed by monome.

norns is many sound instruments. it connects to grids, MIDI, and other objects. norns lets you define its behavior with scripts and DSP.

quick reference

git clone https://github.com/monome/norns.git
cd norns
git submodule update --init --recursive
./waf configure --release
./waf build --release

(NB: the --release flag creates builds specifically for armv8/cortex-a53 instruction set, meaning optimized for rpi3 and compatible with rpi4. It also enables aggressive compiler optimizations. Omit flag if you need debug symbols or to build for a different architecture. It does need to supplied to both configuration and build steps.)

documentation

related

supporting repositories

  • maiden | editing interface
  • softcut | sample-cutting editor part of matron

tools

acknowledgments

matron (control system) and crone (audio system) were created by @catfact. maiden (editor) was created by @ngwese. Each grew with contributions from @artfwo, @antonhornquist, @simonvanderveldt,@ranch-verdin, @pq, @markwheeler, @csboling and many others.

norns was initiated by @tehn (monome).