andrewrk / genesis

Genesis Digital Audio Workstation
http://genesisdaw.org
Other
193 stars 20 forks source link

change get_fill_count and get_free_count to return frames instead of bytes #12

Closed andrewrk closed 9 years ago

andrewrk commented 9 years ago
// TODO change this to be frames instead of bytes
int genesis_audio_in_port_fill_count(struct GenesisPort *port);

// TODO change this to be frames instead of bytes
int genesis_audio_out_port_free_count(struct GenesisPort *port);