;HINTON INSTRUMENTS' MIDI RECALL (TM)

;TX816 (TF1) request file 03-Dec-96
;Note: each TF1 has to be switched to the common MIDI Out

; Dump request: <F0,43,2n,**,F7>  
;       43 = Yamaha ID
;       n = System Channel 0-F = 1 to 16
;       ** = Format No = 0, 1, 2, 9 or 125

;Change IN# and OUT# columns to actual MIDIX Input & Output numbers

;VOICE data request (from edit buffer):
r IN# 43 OUT# <f0,43,20,00,f7>

;Performance data request (from edit buffer):
r IN# 43 OUT# <f0,43,20,01,f7>

;Performance Bulk data request:
r IN# 43 OUT# <f0,43,20,02,f7>

;Voice Bulk memory request VMEM:
r IN# 43 OUT# <f0,43,20,09,f7>

;Condition request:
r IN# 43 OUT# <f0,43,20,7D,f7>

;-------