Hi,

It looks like the HD300 file format has a lot in common with the HD500.
I figured out much of the contents of the .h5e files some time ago, and
wrote some basic code to dump the contents of those files, or load them
into an HD500 using USB. Its quite a while since I had any free time to
work on this. My latest code can be found at
http://www.soft-switch.org/downloads/line6  if anyone else would like to
work on it.

Regards,
Steve

On 01/17/2013 03:26 PM, [email protected] wrote:
>
>
>
>
> Hi
>
> here my first notes about HD 300 :
>
> First file format (h3e)
> ----------
>
> all value are hex
>
> Byte offset        Field                        Value
> --
> 0 - 4                File Sig                "H3EP"
> 4 -27                Unknown
> 28 -37                Name                        Ascii codes
> 38                ??                        always 0 ?
> 39                Amps on ?                80 for amp on, 81 Amp on + 
> gate, C0 Amp on + wha on
> 3A
> 3B                Amps code ?                Set to 0C in Brit 800 
> file, 00 in BlackFace one
> 3C
> 3D                Cab code ?                Set to 12 for brit 800 no 
> cab, 0D in brit 800 +screamer ,  00 in BlackFace one
> 3E - 3F                Drive                        Value 00 for 0, 40 
> 00 for 50%, 7F FF for 100%
> 40 -41                 Bass                        Value 00 for 0, 40 
> 00 for 50%, 7F FF for 100%
> 42 -43                Mid                        Value 00 for 0, 40 00 
> for 50%, 7F FF for 100%
> 44 -45                Treble                        Value 00 for 0, 40 
> 00 for 50%, 7F FF for 100%
> 46 -47                CH Volume                Value 00 for 0, 40 00 
> for 50%, 7F FF for 100%
> 48 -49                 Presence                Value 00 for 0, 40 00 
> for 50%, 7F FF for 100%
> 4A -4B                ??
> 4C                Mic code ?                04 for 4308 Ribbon ?
> 4D -4F
> 50 -51                 Bypass Volume                Value 00 for 0, 40 
> 85  for 50%, 7F FF for 100%
> 52 -53
> 54 -55                ???
> 5C -65                 ????                Change from all 00 to 3F FF 
> repeated 5 time if when changing wha to weeper, change when editing 
> bias setting
> 66 -71                 ???
> 72                FX1 code ?                Set 04 When screamer is 
> set on and routed pre, 06 when on and set post, 0 if FX2 off
> 73 -79                FX 1 param ?
> 74                 FX2 code ?                Set to 04 when Analog 
> Chorus is on, 0 if FX3 off
> 75 -81                FX2 param ?
> 82                FX3 code ?                Set to 04 when Digital 
> Delay is on, 0 if FX3 off
> 83 -C7                Unknown
>
>
> --------
>
> then midi code i've found :
>
> Mode button :
> To effect mode :
> F0 00 01 0C 14 00 63 00 04 15 00 00 02 F7
>
> To Preset mode :
> F0 00 01 0C 14 00 63 00 04 15 00 00 00 F7
>
> To looper mode
> F0 00 01 0C 14 00 63 00 04 15 00 00 01 F7
>
> Preset Mode
> A switch
> B0 00 00
> B0 20 00
> C0 04
> B0 07 7F
>
> B switch :
> B0 00 00
> B0 20 00
> C0 05
> B0 07 7F
>
> C switch :
> B0 00 00
> B0 20 00
> C0 06
> B0 07 7F
>
>
> D switch :
> B0 00 00
> B0 20 00
> C0 07
> B0 07 7F
>
>
> FX mode :
>
> Amp off then on
> F0 00 01 0C 14 00 63 00 02 14 00 00 00 F7
> F0 00 01 0C 14 00 63 00 02 14 00 00 01 F7
>
> Fx1 off then on
> F0 00 01 0C 14 00 63 00 10 03 00 00 00 F7
> F0 00 01 0C 14 00 63 00 10 03 00 00 01 F7
>
> Fx 2 on then off
> F0 00 01 0C 14 00 63 00 11 03 00 00 01 F7
> F0 00 01 0C 14 00 63 00 11 03 00 00 00 F7
>
> Fx 3 on then off
> F0 00 01 0C 14 00 63 00 12 03 00 00 01 F7
> F0 00 01 0C 14 00 63 00 12 03 00 00 00 F7
>
> Tap 3 times
> F0 00 01 0C 14 00 63 00 02 06 07 56 55 F7
> F0 00 01 0C 14 00 63 00 02 06 08 07 27 F7
>
> Tap 4 times
> F0 00 01 0C 14 00 63 00 02 06 09 0E 02 F7
> F0 00 01 0C 14 00 63 00 02 06 08 2E 18 F7
> F0 00 01 0C 14 00 63 00 02 06 08 2E 18 F7
>
>
> Vol pedal up then down
>
> B0 07 7F
> B0 07 7E
> B0 07 7C
> B0 07 79
> B0 07 77
> B0 07 73
> B0 07 6F
> B0 07 6B
> B0 07 66
> B0 07 62
> B0 07 5D
> B0 07 59
> B0 07 53
> B0 07 4E
> B0 07 49
> B0 07 44
> B0 07 3F
> B0 07 39
> B0 07 33
> B0 07 2C
> B0 07 25
> B0 07 1D
> B0 07 14
> B0 07 0C
> B0 07 02
> B0 07 00
> B0 07 04
> B0 07 0B
> B0 07 11
> B0 07 19
> B0 07 20
> B0 07 27
> B0 07 2D
> B0 07 33
> B0 07 3A
> B0 07 40
> B0 07 45
> B0 07 4A
> B0 07 4E
> B0 07 53
> B0 07 58
> B0 07 5D
> B0 07 61
> B0 07 65
> B0 07 6B
> B0 07 70
> B0 07 74
> B0 07 78
> B0 07 7C
> B0 07 7F
>
>
> Amp change :
> F0 00 01 0C 14 00 63 00 00 0A 00 00 06 F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 07 F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 08 F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 09 F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 0A F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 0B F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 0C F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 0D F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 0E F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 0F F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 10 F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 11 F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 12 F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 13 F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 14 F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 15 F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 16 F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 17 F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 18 F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 19 F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 1A F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 1B F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 1C F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 1D F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 1E F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 1E F7
> F0 00 01 0C 14 00 63 00 00 0A 00 00 1E F7
>
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122712
>
>
> _______________________________________________
> Line6linux-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/line6linux-user


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Line6linux-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/line6linux-user

Reply via email to