[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference napalm::commusic_v1

Title:* * Computer Music, MIDI, and Related Topics * *
Notice:Conference has been write-locked. Use new version.
Moderator:DYPSS1::SCHAFER
Created:Thu Feb 20 1986
Last Modified:Mon Aug 29 1994
Last Successful Update:Fri Jun 06 1997
Number of topics:2852
Total number of notes:33157

1916.0. "Translating Yamaha DX7 SYSEX Dumps to ASCII (hardcopy)" by FRA04::MUELLER () Mon Feb 20 1989 14:06

    
    Hi, folks
    
    I am interested in sounds for the first DX7. Does any of you have
    an overview about where I can find patches in the conference (e.g.
    like in note 976, where I miss the announced patches in the final
    reply -- have they moved somewhere ???).
    I am not able to get codes via kermit because of not having an atari
    st (I only have a PRO350) which is, someone told me, not midi.
    
    Can you help me ?????????
    
    	Chris
T.RTitleUserPersonal
Name
DateLines
1916.1Don't exist.DYO780::SCHAFERBrad - back in Ohio.Mon Feb 20 1989 14:3811
    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::MUELLERTue Feb 21 1989 07:5321
    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.3Moved by ModeratorDYO780::SCHAFERBrad - back in Ohio.Tue Feb 21 1989 15:5822
1916.4Found it!.DYO780::SCHAFERBrad - back in Ohio.Tue Feb 21 1989 21:4223
    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.5Worked fineFRUST::MUELLERWed Feb 22 1989 09:568
    
    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.6I actually like my DX7.CSG::ROACHThu Feb 23 1989 14:3011
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.7WFOV12::PLANT_STue May 30 1989 18:059
1916.8sysex checksum???ROYALT::ORSHAWAssociate FTSG membership pending.....Wed May 23 1990 17:5310
    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.9Just went thru this...WEFXEM::COTEWhat if someone sees us? Awwwwkk!Wed May 23 1990 19:599
    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.10Same...WEFXEM::COTEWhat if someone sees us? Awwwwkk!Sun May 27 1990 14:515
    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