1. Top

This is a page that will provide lots of knob controls using the monome + arc... 128 to be exact. The monome is broken up into four 4x8 sections... each section dedicated to an arc knob. Pressing a button in a section will set it as active. The value will be displayed on the arc.

The knobs page is tangles out into a single file knobs.c.

<<knobs_c>>=
#include <stdio.h>
#include <runt.h>
#include <graforge.h>
#include <runt_graforge.h>
#include <math.h>
#include <stdbool.h>
#include <stdint.h>
#include "s9core.h"
#include "monolith.h"
#include "scheme.h"
#include "cmp/cmp.h"
#include "moncmp.h"
<<knobs_typeflag>>
<<knobs_typedefs>>
<<knobs_struct>>
<<knobs_function_declarations>>
<<knobs_functions>>



prev | home | next