Skip to content

Latest commit

 

History

History

perl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
JackMiniMix perl interface
==========================

Perl module to make it easily to control a JackMiniMix server from a perl script.


INSTALLATION
------------

	I use Module::Build to build and install the module.
	To install this module type the following:
	
		perl Build.PL
		./Build
		./Build test
		
	And then as root:
	
		./Build install


API Overview
------------

	Audio::JackMiniMix
		- new( url )
		- new( host, port )
		- channel_count()
		- set_channel_gain( channel, gain )
		- get_channel_gain( channel )
		- set_channel_label( channel, label )
		- get_channel_label( channel )
		- get_url();
		- ping()
		

AUTHOR
------

	Nicholas J. Humfrey, [email protected]


COPYRIGHT
---------

	Copyright (C) 2005 Nicholas J. Humfrey