Skip to content

monome/norns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c176fbd · May 26, 2023
Apr 19, 2023
Mar 17, 2023
May 24, 2023
Jan 19, 2023
May 9, 2023
May 7, 2018
Oct 18, 2020
Mar 22, 2022
May 8, 2022
May 26, 2023
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
Apr 4, 2019
Dec 27, 2020
Oct 5, 2021
Apr 7, 2022
Sep 21, 2021
Apr 24, 2022
May 9, 2023
Jan 12, 2022
Jan 12, 2022
Feb 1, 2018
Dec 30, 2018
Mar 20, 2022

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