Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

a2j(1) [debian man page]

a2j(1)								   User Manuals 							    a2j(1)

NAME
a2j - Wrapper script to simulate a2jmidid's non-DBUS behaviour though a2jmidid actually being in DBUS mode SYNOPSIS
a2j [OPTIONS] OPTIONS
-e Also export MIDI hardware ports, not only software. AUTHOR
Eric Hedekar <after the beep at g mail dot nospam com> SEE ALSO
a2jmidid(1), a2j_control(1), a2jmidi_bridge(1), j2amidi_bridge(1) Linux August 2010 a2j(1)

Check Out this Related Man Page

MIDIDINGS(1)						      General Commands Manual						      MIDIDINGS(1)

NAME
mididings - MIDI router and processor SYNOPSIS
mididings [options] "patch" mididings [options] -f filename DESCRIPTION
mididings is a MIDI router and processor based on Python, supporting ALSA and JACK MIDI. Many features are provided: MIDI routing and filtering Filter events depending on their event type, channel, note number, velocity, etc., and freely route them between an arbitrary number of input and output ports. Modifying and converting MIDI events Transpose notes, apply velocity curves, change controller values and ranges, or convert events to any other MIDI event type. midid- ings also includes more complex functions like a diatonic harmonizer, floating split points, latched notes, and more. Seamless switching between patches Set up different "scenes", each with its own MIDI routing and processing, and switch between them at any time, even while playing. Switching scenes does not affect notes already held, and does not result in dropouts or stuck notes! MIDI event monitoring, running external commands Print MIDI event data to the console to help debugging your patches and configuring your MIDI controllers. In addition to its MIDI output, mididings can also execute shell commands and send OSC or DBUS messages. OPTIONS
-h, --help show this help message and exit -b BACKEND name of backend to use -c CLIENT_NAME ALSA or JACK client name -i IN_PORTS number of input ports -o OUT_PORTS number of output ports -d START_DELAY delay (in seconds) before starting MIDI processing -f FILENAME filename of script to run SEE ALSO
livedings(1) AUTHOR
mididings was written by Dominic Sacre <dominic.sacre@gmx.de>. This manual page was written by Alessio Treglia <alessio@debian.org>, for the Debian project (and may be used by others). November 2010 MIDIDINGS(1)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

String processing to compare dates

Hi all, I have been scripting a shell script to allow me to easily create htaccess users and add them to existing htaccess groups etc. However, the main part of the script that I am trying to accomplish is to store additional metadata in comments in the htpasswd file. I am trying to store an... (8 Replies)
Discussion started by: joshuaspence
8 Replies

2. IP Networking

Tcp ip port open but no such process (merged: Release A Port)

i want to kill a tcp connection by killing its pid with netstat -an i got the tcp ip connection on port 5914 but when i type ps -a or ps-e there is not such process running on port 5914 is it possible that because i do not log on with proper user account i can not see that process running? (30 Replies)
Discussion started by: alinamadchian
30 Replies

3. Web Development

Random - Any help decoding obfuscated code?

I have this following file and I would quite like to get it decoded - any help / advice is appreciated. I would like to know how to decrypt it, however if someone is able to do it for me I would be equally grateful. <?php //Obfuscation provided by FOPO - Free Online PHP Obfuscator v1.2:... (6 Replies)
Discussion started by: mcclunyboy
6 Replies

4. Shell Programming and Scripting

Shell script for field wise record count for different Files .csv files

Hi, Very good wishes to all! Please help to provide the shell script for generating the record counts in filed wise from the .csv file My question: Source file: Field1 Field2 Field3 abc 12f sLm 1234 hjd 12d Hyd 34 Chn My target file should generate the .csv file with the... (14 Replies)
Discussion started by: Kirands
14 Replies

5. Shell Programming and Scripting

Shell Script with following awk command pls help

Hi I want to create a shell script with the following awk command & also get the filenames in output. awk '/<catetcsecuretty0>/ {p=1} /<catvarlogmessages0>/ {p=0} p' *.xml As there will be multiple outputs related to many xml files I cannot identify which output belongs to which file ... (5 Replies)
Discussion started by: sharp488
5 Replies