/[svn]/liblscp/trunk/debian/copyright
ViewVC logotype

Annotation of /liblscp/trunk/debian/copyright

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1019 - (hide annotations) (download)
Thu Jan 11 12:33:05 2007 UTC (17 years, 3 months ago) by capela
File size: 1104 byte(s)
* Added new client interface functions, for sampler
  channel effect sends control:
	 lscp_create_fxsend();
	 lscp_destroy_fxsend();
	 lscp_get_fxsends();
	 lscp_list_fxsends();
	 lscp_get_fxsend_info();
	 lscp_set_fxsend_audio_channel();
  and for global volume:
	 lscp_get_volume();
	 lscp_set_volume();

1 schoenebeck 197 This package was debianized by Christian Schoenebeck <cuse@users.sourceforge.net> on
2     Mon, 12 Jul 2004 19:44:04 +0200.
3    
4     You can get the latest sources from http://www.linuxsampler.org
5    
6     Upstream Author: Rui Nuno Capela <rncbc@users.sourceforge.net>
7    
8     Copyright:
9    
10 capela 1019 This program is free software; you can redistribute it and/or
11     modify it under the terms of the GNU General Public License
12     as published by the Free Software Foundation; either version 2
13     of the License, or (at your option) any later version.
14 schoenebeck 197
15 capela 1019 This program is distributed in the hope that it will be useful,
16     but WITHOUT ANY WARRANTY; without even the implied warranty of
17     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18     GNU General Public License for more details.
19 schoenebeck 197
20 capela 1019 You should have received a copy of the GNU General Public License along
21     with this program; if not, write to the Free Software Foundation, Inc.,
22     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23 schoenebeck 197
24     On Debian systems, the complete text of the GNU Lesser General
25     Public License can be found in `/usr/share/common-licenses/LGPL'.
26    

  ViewVC Help
Powered by ViewVC