Skip to content
forked from monome/norns

norns is many sound instruments, modified to run on PiBoy DMG (and Waveshare Game HAT, and other Raspberry Pi / Retropie setups)

License

Notifications You must be signed in to change notification settings

rasprague/norns-piboy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP, not ready for prime time, check back in after a little while

norns-piboy

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

About

norns is many sound instruments, modified to run on PiBoy DMG (and Waveshare Game HAT, and other Raspberry Pi / Retropie setups)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 52.6%
  • C 26.0%
  • C++ 15.4%
  • SuperCollider 4.3%
  • Scala 0.6%
  • Python 0.6%
  • Other 0.5%