pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
Functions
Plank misc functions
Plank functions

Plank misc functions... More...

Functions

static PlankUI24 pl_ConvertUIToUI24 (const PlankUI i32)
 Convert an unsigned 32-bit int into to an unsigned 24-bit int.
static PlankUI pl_ConvertUI24ToUI (const PlankUI24 i24)
 Convert an unsigned 24-bit int into to an unsigned 32-bit int.
static PlankI24 pl_ConvertIToI24 (const PlankI i32)
 Convert a 32-bit int into to a 24-bit int.
static PlankI pl_ConvertI24ToI (const PlankI24 i24)
 Convert a 24-bit int into to a 32-bit int.
static PlankFourCharCode pl_FourCharCode (const char *data)
 Convert four characters to a int as used by IFF file formats to identify data chunks.

Detailed Description

Plank misc functions...

 All Classes Functions Typedefs Enumerations Enumerator Properties