Skip to Content.
Sympa Menu

baslinux - Re: [BL] Playing and recording external midi without X

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: "Samual Acorn" <sam.acorn AT gmail.com>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Playing and recording external midi without X
  • Date: Tue, 27 Jun 2006 21:53:16 -0500

On 27/06/06, sindi keesan <keesan AT sdf.lonestar.org> wrote:
> Could one write a simple script to send input from the external midi
> device to a file, then stop sending when you hit Ctrl-C?
>


I found something for /dev/audio and .au:

dd bs=8k count=4 < /dev/audio > sample.au record

cat sample.au > /dev/audio playback

I think this records 32K of sound from /dev/audio - would that be
line out from the sound card?

depends on what you told /dev/audio to do.... but at its default it
will record from line in at 8khz 8bit.... if dding from /dev/audio
even works.... (you would have to tell it to record in the first
place)


What do I call my external midi device, /dev/midi00 ?

/dev/sequencer ... like all the rest of the devices... messages are
sent to the kernel to tell it which device to use -then- the data is
sent/recieved...

even if you could capture the data being sent by the keyboard to a
file it wouldnt be in any usable format...

my suggestion; get a shelf with enough room for a 14inch monitor and a
mouse, put it near the keyboard, and stick with rosegarden....



Sindi

-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.com.ru
http://www.ibiblio.org/pub/linux/distributions/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
baslinux-request AT lists.ibiblio.org



--
--sam
http://mephitus.renamon.org/
"When you've done something right, no one will be sure you've done
anything at all." -- Futurama
--




Archive powered by MHonArc 2.6.24.

Top of Page