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

Dependents:   YATTT sd_map_test cPong SnowDemo ... more

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, uint16_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

bool playing
 COMMON TO BOTH HW AND SIMULATED SOUND.
uint32_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  ,
uint16_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

uint32_t cincs

VITAL TABLES.

Definition at line 166 of file Synth_helpers.cpp.

bool playing

COMMON TO BOTH HW AND SIMULATED SOUND.

Definition at line 44 of file Synth.cpp.