1. Top

The Grid is the first page ever created for Monolith, and was constructed during the development of the page interface.

With grid, you can turn monome LEDs on and off. This information can then be read by a graforge node. Presumably, this interface is best used for for programming drum sequences.

The top level files for the grid interface are a single C file grid.c.

At the moment, no header file is anticipated because all the functionality is localized to this file.

<<grid-top>>=
#include <stdio.h>
#include <runt.h>
#include <graforge.h>
#include <runt_graforge.h>
#include "s9core.h"
#include "s9import.h"
#include "s9ext.h"
#include "monolith.h"
<<grid_typeflag>>
<<grid_typedefs>>
<<grid_structs>>
<<grid_function_declarations>>
<<grid_functions>>



prev | home | next