PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Dependents:   Sensitive

Fork of PokittoLib by Jonne Valola

Embed: (wiki syntax)

« Back to documentation index

Synth.h File Reference

Synth.h File Reference

Go to the source code of this file.

Functions

void setOSC (OSC *, byte, byte, byte, byte, byte, uint8_t, uint8_t, uint16_t, uint16_t, uint16_t, uint16_t, int16_t, int16_t, uint8_t, uint8_t, uint8_t)
 OSCILLATOR FUNCTIONS.
void waveoff (OSC *)
 SOUND FUNCTIONS.

Variables

boolean playing
 COMMON TO BOTH HW AND SIMULATED SOUND.
uint16_t cincs []
 VITAL TABLES.

Detailed Description

Author:
Jonne Valola

LICENSE

Pokitto development stage library Software License Agreement

Copyright (c) 2015, Jonne Valola ("Author") All rights reserved.

This library is intended solely for the purpose of Pokitto development.

Redistribution and use in source and binary forms, with or without modification requires written permission from Author.

Definition in file Synth.h.


Function Documentation

void setOSC ( OSC *  ,
byte  ,
byte  ,
byte  ,
byte  ,
byte  ,
uint8_t  ,
uint8_t  ,
uint16_t  ,
uint16_t  ,
uint16_t  ,
uint16_t  ,
int16_t  ,
int16_t  ,
uint8_t  ,
uint8_t  ,
uint8_t   
)

OSCILLATOR FUNCTIONS.

Definition at line 41 of file Synth_oscfuncs.cpp.

void waveoff ( OSC *  o )

SOUND FUNCTIONS.

Definition at line 52 of file Synth_wavefuncs.cpp.


Variable Documentation

uint16_t cincs[]

VITAL TABLES.

Definition at line 68 of file Synth_helpers.cpp.

COMMON TO BOTH HW AND SIMULATED SOUND.

Definition at line 42 of file Synth.cpp.