Two Turntables and a Microphone: First Release!


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Two Turntables and a Microphone: First Release!
# 1  
Old 01-28-2009
Two Turntables and a Microphone: First Release!

A little more than the command line, a lot less than Midnight Commander, and a home-row-based interface (I don't want to say vi-like, but then again, I just did). This is the file mangler I use, and I thought you might like it. Written in Python.

Image Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. OS X (Apple)

Disable / mute microphone from command line

Googling suggested "osascript -e 'set volume 0' " but that doesn't work. I know I'd found this before... some command-line utility that had something to do with audio, mixers, whatever, but I forgot to keep it somewhere I could find it. I did find references to writing an AppleScript app, but... (3 Replies)
Discussion started by: jnojr
3 Replies

2. Ubuntu

Microphone doesn't work in Ubuntu 10.04

When I try to speak to the microphone, there is no echo in the speaker. I test it again by dialing Skype, there is still no sound in my side while I can hear the other side. What can I do? Thanks in advance! (4 Replies)
Discussion started by: i2000s
4 Replies

3. UNIX for Dummies Questions & Answers

difference between SunOS Release and Solaris Release

Whats the difference between Solaris Relase and SunOS Release?? (1 Reply)
Discussion started by: eloquent99
1 Replies
Login or Register to Ask a Question
MCVIEW(1)						      GNU Midnight Commander							 MCVIEW(1)

NAME
mcview - Internal file viewer of GNU Midnight Commander. USAGE
mcview [-bcCdfhstVx?] file DESCRIPTION
mcview is a link to mc, the main GNU Midnight Commander executable. Executing GNU Midnight Commander under this name requests staring the internal viewer and opening the file specified on the command line. OPTIONS
-b Force black and white display. -c Force color mode on terminals where mcview defaults to black and white. -C <keyword>=<FGcolor>,<BGcolor>:<keyword>= ... Specify a different color set. See the Colors section in mc(1) for more information. -d Disable mouse support. -f Display the compiled-in search paths for Midnight Commander files. -t Used only if the code was compiled with S-Lang and terminfo: it makes the Midnight Commander use the value of the TERMCAP variable for the terminal information instead of the information on the system wide terminal database -V Displays the version of the program. -x Forces xterm mode. Used when running on xterm-capable terminals (two screen modes, and able to send mouse escape sequences). COLORS
The default colors may be changed by appending to the MC_COLOR_TABLE environment variable. Foreground and background colors pairs may be specified for example with: MC_COLOR_TABLE="$MC_COLOR_TABLE: normal=lightgray,black: selected=black,green" FILES
/usr/share/mc/mc.hlp The help file for the program. /usr/share/mc/mc.ini The default system-wide setup for GNU Midnight Commander, used only if the user's own ~/.mc/ini file is missing. /usr/share/mc/mc.lib Global settings for the Midnight Commander. Settings in this file affect all users, whether they have ~/.mc/ini or not. $HOME/.mc/ini User's own setup. If this file is present, the setup is loaded from here instead of the system-wide startup file. LICENSE
This program is distributed under the terms of the GNU General Public License as published by the Free Software Foundation. See the built- in help of the Midnight Commander for details on the License and the lack of warranty. AVAILABILITY
The latest version of this program can be found at ftp://ftp.ibiblio.org/pub/Linux/utils/file/managers/mc/. SEE ALSO
mc(1), mcedit(1) BUGS
Bugs should be reported to mc-devel@gnome.org MC Version 4.6.0 January 2003 MCVIEW(1)