All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benno Senoner <sbenno@em.gardena.net>
To: linux-sound@vger.kernel.org
Subject: Re: Midi / SysEx - Dump / Linux?
Date: Fri, 14 Jul 2000 16:46:57 +0000	[thread overview]
Message-ID: <marc-linux-sound-96359752812477@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-96349816311777@msgid-missing>

> 
> --- Benno Senoner <sbenno@gardena.net> wrote :
> [snip]
> > I am not sure if it works but you could try to do
> > the following:
> > 
> > cat /dev/midi00 >dumpfile
> > 
> > start the sysex transfer
> > 
> > when finished
> > press CTRL-C
> > the dumpfile will contain the dumped data.
> 
> O-me-god, it seems to work...! I got what seems to be
> the sysex dump I needed... What a wonderful OS!
> Thanks, Benno.

hehe , that's the advantage of of the "everything is a file in UNIX"
 concept.
:-)

> 
> > then to playback the data
> > first start sysex receive on your midi module
> > then do
> > cat dumpfile >/dev/midi00
> > 
> > which should send back the data to the midi port.
> 
> Could anyone confirm that? I've got an Elektron
> SIDStation and there is no other way to save custom
> programs than via MIDI/sysex. So if this does not
> work, I'll lose all my carefully crafted custom
> programs.
> Thanks a lot in advance.
>  - eric -

I do not want to be responsible for your data losses,
all my hints are without WARRANTY.
:-)

For example recodring a MIDI-song via cat will not work
since it is a stream of bytes without any timing information.
But in the sysex case there is no timing concept since it
is a raw data dump.
I am sorry that I can not try the reverse cat dumpfile >/dev/midi00
because of the lack of HW here.

it should work, but wait for someone confirming this.

Benno.

  parent reply	other threads:[~2000-07-14 16:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-13 14:22 Midi / SysEx - Dump / Linux? Steve Netting
2000-07-13 14:42 ` Eric Brunel
2000-07-13 15:14 ` Dave Phillips
2000-07-13 15:33 ` Andrew Ryan
2000-07-13 22:54 ` Benno Senoner
2000-07-14 14:48 ` Dave Phillips
2000-07-14 15:23 ` Andrew Ryan
2000-07-14 16:46 ` Benno Senoner [this message]
2000-07-14 17:03 ` Eric Brunel
2000-07-15 14:52 ` Steve Netting

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-sound-96359752812477@msgid-missing \
    --to=sbenno@em.gardena.net \
    --cc=linux-sound@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.