Codebase list libsdl2-mixer / upstream/2.0.0_rc1 timidity / mix.h
upstream/2.0.0_rc1

Tree @upstream/2.0.0_rc1 (Download .tar.gz)

mix.h @upstream/2.0.0_rc1raw · history · blame

/*
    TiMidity -- Experimental MIDI to WAVE converter
    Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the Perl Artistic License, available in COPYING.
 */

extern void mix_voice(int32 *buf, int v, int32 c);
extern int recompute_envelope(int v);
extern void apply_envelope_to_amp(int v);