1 /*
2 
3     TiMidity -- Experimental MIDI to WAVE converter
4     Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi>
5 
6     This program is free software; you can redistribute it and/or modify
7     it under the terms of the Perl Artistic License, available in COPYING.
8 
9     mix.h
10 
11 */
12 
13 extern void mix_voice(MidiSong *song, Sint32 *buf, int v, Sint32 c);
14 extern int recompute_envelope(MidiSong *song, int v);
15 extern void apply_envelope_to_amp(MidiSong *song, int v);
16