All Projects → PaulBatchelor → norns-lowlevel

PaulBatchelor / norns-lowlevel

Licence: other
Example code for doing low-level norns stuff in C

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
shell
77523 projects

Low Level Norns

Some small snippets of C code that do relatively low-level things on the norns.

Setup

You will need to be able to enter a norns shell, either through SSH or serial. An internet connection is helpful, but not necessarily needed.

Clone this repository onto your norns.

Compile things with make.

Temporarily disable default norns stuff by running sh kill_stuff.sh. This stops supercollider, matron, and crone. Rebooting the machine will restart these for you. I do this by running poweroff, then manually powering on the device.

The programs available are as follows:

  • audio.c: simple JACK client example, audio stops on key press
  • button.c: button handling example
  • fbtest.c: uses the framebuffer to print a smiley face to norns screen
  • input_monitor: watches for button/encoder input and prints to console when detected
  • knob.c: similar to button.c, but uses the encoders

Run one with ./(program name), replacing (program name) with your target program. Press Ctrl-C to stop it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].