shithub: leaf

ref: 60e4c523968e5e528de0dcd8a2050d37fe22901e
dir: /Examples/basic-oscillators.h/

View raw version
/*
  ==============================================================================

    basic-oscillators.h
    Created: 5 Mar 2020 2:56:24pm
    Author:  Matthew Wang

  ==============================================================================
*/

#include "../LEAF/leaf.h"

char mempool[1000];
tCycle cycle;

void    exampleInit(void);

void    exampleFrame(void);

float   exampleTick(float sampleIn);

float   exampleRandom(void);