Internet DJ Console 0.7.12a (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Internet DJ Console 0.7.12a (Default branch)
# 1  
Old 01-25-2009
Internet DJ Console 0.7.12a (Default branch)

Image Internet DJ console is a graphical shoutcast/icecast client that runs under GTK+ and the JACK audio connection kit. In short, it's an Internet radio app for making a live radio show or podcast. Features include two main media players with a crossfader, a jingle player, microphone signal processing (compressor and noise gate), IRC track announcements with X-Chat, an automatic stream shut-off timer, MP3 or Ogg streaming and recording at various bit rates, aux input for connecting external JACK aware applications, and audio level meters. License: GNU General Public License v3 Changes:
A beeping sound was fixed from the PC speaker, as it was being triggered by a gtk.Entry being filled beyond its specified character limit, specifically when playing a track with the progress counter in countdown mode. Multiple deprecation warnings were fixed for gtk.SpinButton, which were caused by non-zero page sizes in their respective gtk.Adjustment. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
AZR3(1) 						      General Commands Manual							   AZR3(1)

NAME
azr3 - Organ synth with distortion and rotating speakers SYNOPSIS
azr3 --help azr3 --version azr3 [-a PORT|CLIENT] [-j NAME] [-m PORT|CLIENT] [-p NUMBER] DESCRIPTION
azr3 is a port of Rumpelrausch Taips' VST plugin AZR-3 which simulates a drawbar organ with a distorting amplifier and a rotating speaker cabinet. This version is a JACK client that can be connected to any other MIDI and audio software using JACK. -a, --audio-output=PORT|CLIENT When used, azr3 will try to connect its audio output ports to PORT (if it's a JACK port name) or the first two audio input ports in CLIENT (if it's a JACK client name). -h, --help Display a help text and exit. -j, --jack-name=NAME Set the name of the JACK client. The default is AZR-3. Note that JACK may change this name by e.g. adding a number at the end if needed. -m, --midi-input=PORT|CLIENT When used, azr3 will try to connect its MIDI input port to PORT (if it's a JACK port name) or the first MIDI output port in CLIENT (if it's a JACK client name). -p, --preset=NUMBER Load the preset with the given number instead of the first available one. -v, --version Display version information and exit. All program options can also be set using environment variables. The variable names are the same as the long option names with all letters in upper case, all - changed to _ and the prefix AZR3_JACK_ added. Command line options override environment variables. AUTHOR
The original VST version was written by Philipp Mott, this JACK port by Lars Luthman. This manual page was written by Lars Luthman <lars.luthman@gmail.com>. February 24, 2010 AZR3(1)