Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 400 Bytes

mix.h

File metadata and controls

11 lines (9 loc) · 400 Bytes
 
Oct 21, 1999
Oct 21, 1999
1
2
3
4
/*
TiMidity -- Experimental MIDI to WAVE converter
Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi>
Dec 31, 2011
Dec 31, 2011
5
6
7
This program is free software; you can redistribute it and/or modify
it under the terms of the Perl Artistic License, available in COPYING.
*/
Oct 21, 1999
Oct 21, 1999
8
9
10
11
extern void mix_voice(int32 *buf, int v, int32 c);
extern int recompute_envelope(int v);
extern void apply_envelope_to_amp(int v);