1. Top

Seq16 is a simple step sequencer for the grid.

This document tangles out to a single file seq16.c.

<<seq16_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"
<<seq16_typeflag>>
<<seq16_typedefs>>
<<seq16_struct>>
<<seq16_function_declarations>>
<<seq16_functions>>



prev | home | next