Gt-001 Midi CC# Codes

Started by NatR, November 18, 2020, 08:54:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

NatR

Help !

I'm currently learning to play the guitar. I have a Gt-001 and I love it !

I also have an arduino based footswitch that I use for controlling youtube or mp3 tracks.

I am looking now at a project to add midi control to allow me to switch between the A , B  , C and D favourites on the Gt-001

I have bridging software thats no issue but after a day of trawling the interweb I still have no idea of the midi command I need to send to activate  any of the 4 favourites.

I know it looks something like this -

MIDI.sendControlChange(control, value, channel)

My GT is set for Channel 1 so thats ok    but what are the CC#  and Value settings for the favourite buttons ??!

Is there a quick ref guide somewhere ?  The Boss Midi implementation guide might as well be in chinses for me : (

Brent Flash


NatR

Thanks Brent,

Theres sooo much information on here.

Well a new day and a new look.  Thanks to this post - https://www.vguitarforums.com/smf/index.php?topic=25373.0  my pedal cycles up and down the 4 faves.

I guess the 'Assigns' are patch specific so  I need to put the cc# code in each.

Still cant step up Pedal1=ButtonA  Pedal2=ButtonB though - Any tips ?