GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ARECORDMIDI2(1) FreeBSD General Commands Manual ARECORDMIDI2(1)

arecordmidi2 - record a MIDI Clip file

arecordmidi2 [options] midi2file

arecordmidi2 is a command-line utility that records a MIDI Clip file from one or more ALSA sequencer ports.

To stop recording, press Ctrl+C.

When - is passed to the MIDI Clip file argument, it's recorded to stdout. It implies -s option, too.

Prints a list of options.

Prints the current version.

Sets the sequencer port(s) from which events are recorded.

A client can be specified by its number, its name, or a prefix of its name. A port is specified by its number; for port 0 of a client, the ":0" part of the port specification can be omitted.

arecordmidi2 creates a UMP Endpoint containing the same number of Function Blocks as specified by this option, each of which is connected to the specified port as a source.

When no source ports are specified with -p option, arecordmidi2 creates a UMP Endpoint with full 16 Function Blocks and records from those inputs. User can connect the sequencer ports freely via aconnect, for example. This mode can be used together with the interactive mode via -r option.

Sets the musical tempo of the MIDI file, in beats per minute. The default value is 120 BPM.

Sets the resolution of timestamps (ticks) in the MIDI file, in ticks per beat. The default value is 384 ticks/beat.

Sets the time signature for the MIDI file.

The time signature is specified as usual with two numbers, representing the numerator and denominator of the time signature as it would be notated. The denominator must be a power of two. Both numbers should be separated by a colon. The time signature is 4:4 by default.

Stops the recording after receiving the given number of events.

Sets the UMP MIDI protocol version. Either 1 or 2 has to be given for MIDI 1.0 and MIDI 2.0 protocol, respectively. Default is 1.

Run in the interactive mode. arecordmidi2 waits for a RETURN key input from the terminal to start the recording. After starting, the recording ends when another RETURN key is input from the terminal. The received events before the start of recording are discarded.

Don't print messages to stdout.

Read the UMP data from the given file and put them into the configuration section of the recorded output. The file must contain only valid UMP data encoded in big-endian.

Put the given meta data text in the configuration section.

arecordmidi(1)
aplaymidi2(1)

Takashi Iwai <tiwai@suse.de>

4 July 2024

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.