T.R | Title | User | Personal Name | Date | Lines |
---|
1916.1 | Don't exist. | DYO780::SCHAFER | Brad - back in Ohio. | Mon Feb 20 1989 11:38 | 11 |
| The only patches available from this conference are in SYSEX dump
format (as far as I know). There is a list of available software in
topic 17.
If someone is aware of a program that xlates SYSEX to readable values,
I'll put it in the library.
In the meantime, there are a few people who have built some MIDI stuff
for the PRO. Try DIR/TITL="PRO", "PDP", or "computer" for more leads.
-b
|
1916.2 | -<Thanks and more questiones>- | FRUST::MUELLER | | Tue Feb 21 1989 04:53 | 21 |
| re .1
Hi, Brad
thanks for answering that prompt. I've tried to find something about
the pro in the conference with no sucess.
If you (or someone else) could give me more hints you'd help me
a lot.
Perhabs I could use the pro to xlate the sysex (I've read a note
that someone wrote a FORTRAN-prog and tried to copy it but it wasn't
there).
As far as I know there are many people who do not use the DX7 no
longer because there's better stuff available now, but for me and
the Band I'm with there is nothing better for playing live.
Could someone tell me, why there is no more support on the DX7 (first
model -- which is not THAT old) at the dealers????
And if someone is using midi live he'll be welcome for giving hints.
Atschoe (like the hessians say)
chris.
|
1916.3 | Moved by Moderator | DYO780::SCHAFER | Brad - back in Ohio. | Tue Feb 21 1989 12:58 | 22 |
| --------------------------------------------------------------------------------
Note 1921.0 -<patches of SYSEX Dump Files>- No replies
FRUST::MUELLER 17 lines 21-FEB-1989 08:29
--------------------------------------------------------------------------------
It's Chris again
I know, that you have nothing but trouble with me, but since
I've found the Lib with the patches of the DX7 I am boring everyone
around to tell me how to make this @*/&$%�=) SYSEX Dump visual.
Does any of you have a prog to do this?????? And where can I find
it (I need it badly).
A few notes ago there has been some patches in a format of an american
mag (guess it was one). What I need most (we have a great competition
next sunday) is an ensemble of horns,sax etc. (something TOTO uses
for breaks) I got them as single voices, but not together and I
am not that fit to edit it in half an hour, and another sound is
an effect of a war (we made a song about beirut where we need it).
If someone could help me he'll get a tape of our band and free entrance
for our next gig (sorry, we don't have T-shirts and buttons left).
Chris
|
1916.4 | Found it!. | DYO780::SCHAFER | Brad - back in Ohio. | Tue Feb 21 1989 18:42 | 23 |
| Chris - there are SYSEX dumps on:
DYO780::DISK$USER05:[MIDILIB.PATCHES.DX7.*]
You'll find associated .LIS files listing the contents of each subdir
(for example, USENET.DIR has a corresponding USENET.LIS that lists
banks and patches).
And, since I can't find Rataski's DXDUMP program, I'll make available a
DCL hack I wrote (just to see if I could do it). It's not fast, and it
only does a bank at a time (32 or nothing) but it works. You'll
find it on:
DYO780::DISK$USER05:[MIDILIB.TOOLS.HACKS]DXDUMP.COM
To use it, do:
$ @DXDUMP sysex_file or,
$ @DXDUMP/OUT=list_file sysex_file
Good luck. And no comments about my crappy "code". 8-}
-b
|
1916.5 | Worked fine | FRUST::MUELLER | | Wed Feb 22 1989 06:56 | 8 |
|
Thanks Brad, the Procedure you gave did fine work. I wrote another
procedure to submit DXDUMP, because you're right in saying that
it'll take a while.
But the result is exactly what I needed. Guess you can't wait to
receive a tape of TRACES.
Chris.
|
1916.6 | I actually like my DX7. | CSG::ROACH | | Thu Feb 23 1989 11:30 | 11 |
| I have a program that reads sysex files (DX7 dumps) and prints the patches to
the screen or the printer. I modified a program I fould on Compuserve to make
it a little more intelligent. If you would like a copy tell me where to upload
it. It's for an IBM-PC.
BTW - I like my DX7. I have the E! upgrade in it and it is fabulous with my
wind controller and as a master controller for some other things. Sounds good,
too. Wouldn't trade it.
Geoff
|
1916.7 | | WFOV12::PLANT_S | | Tue May 30 1989 15:05 | 9 |
| I need help converting these DX7 patches to DX7IIFD patches. Some
of the ranges displayed within the < FREQUENCY > settings are different
on the DX7II. I'm not sure that the FC FF and D ranges are the same.
For instance, some of the patches state to set the Detune to 12
where the DX7II has a � 7 range.
Thanks,
Steve
|
1916.8 | sysex checksum??? | ROYALT::ORSHAW | Associate FTSG membership pending..... | Wed May 23 1990 14:53 | 10 |
| I have another question: How does the old DX7 (TX7) do its checksum??
I have seperated a bunch of banks into individual patches. Now I want
to recombine those individual patches (in alphabetical order) into new
banks. I need to know how the DX7 calculates its checksums and on which
part(s) of the bank (or which part(s) of the sysex message)???
Any info??
THanks
Jim
|
1916.9 | Just went thru this... | WEFXEM::COTE | What if someone sees us? Awwwwkk! | Wed May 23 1990 16:59 | 9 |
| I've no idea how the DX-7 does this, but my DX21 uses the 7 least
significant digits of the 2's compliment of the sum of all the data
bytes to figure the check digit for *1* patch, not an entire bank.
The C code is in note 146.
You may find the answer in your manual, mine was there.
Edd
|
1916.10 | Same... | WEFXEM::COTE | What if someone sees us? Awwwwkk! | Sun May 27 1990 11:51 | 5 |
| The checksum for an entire bank dump on the DX21 is figured the same
way as for a single patch, leading me to think it's Yamaha's standard
method and would probably work on a DX-7 as well...
Edd
|