1. Top

The Sliders Page provides a slider bank of 8 sliders that exist on the rows of the grid controller. The monome is used to visualize these sliders, as well as do coarse adjustments and select active sliders. The griffin knob is used to do more fine-tuned adjustments.

<<sliders-top>>=
#include <stdio.h>
#include <runt.h>
#include <graforge.h>
#include <runt_graforge.h>
#include <soundpipe.h>
#include <runt_ftbl.h>
#include <math.h>
#include <stdint.h>
#include "s9core.h"
#include "s9import.h"
#include "s9ext.h"
#include "monolith.h"
<<sliders_typeflag>>
<<sliders_typedefs>>
<<sliders_struct>>
<<sliders_function_declarations>>
<<sliders_functions>>



prev | home | next