mix.h
上传用户:nini_0081
上传日期:2022-07-21
资源大小:2628k
文件大小:1k
源码类别:

多媒体编程

开发平台:

DOS

  1. /*
  2.     TiMidity -- Experimental MIDI to WAVE converter
  3.     Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi>
  4.     In case you haven't heard, this program is free software; 
  5.     you can redistribute it and/or modify it under the terms of the
  6.     GNU General Public License as published by the Free Software
  7.     Foundation; either version 2 of the License, or (at your option)
  8.     any later version.
  9.     This program is distributed in the hope that it will be useful,
  10.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12.     GNU General Public License for more details.
  13.     You should have received a copy of the GNU General Public License
  14.     along with this program; if not, write to the Free Software
  15.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  16.     mix.h
  17. */
  18. extern void mix_voice(int32 *buf, int v, int32 c);
  19. extern int recompute_envelope(int v);
  20. extern void apply_envelope_to_amp(int v);