Selecting the EDITOR button brings up the MIDI Events Editor where you can create and manage your MIDI Event sets.
To create a new MIDI Event set select the NEW button and enter a name for you event set at the top right and any MIDI events/commands you want to send below the name. All events/command must be entered in hexadecimal and the window will only allow numbers 0-9, letters A-F, spaces and the enter key. Each hexadecimal number should be 2 digits and separated by a space. For iGigBook versions prior to 10.2 commands must be entered as a single line. For iGigBook versions 10.2 and greater, each command must be on a separate line. Examples are below of a bank change and a program change.
Code: Select all
iGigBook version 10.2 and greater: This is good - Bank Select MSB, Bank Select LSB, Program Change (Grand Piano)
B0 00 00
B0 20 00
C0 00
iGigBook version prior to 10.2: This is good - Bank Select MSB, Bank Select LSB, Program Change (Grand Piano)
B0 00 00 B0 20 00 C0 00
iGigBook version 10.2 and greater: This is good - Bank Select MSB, Bank Select LSB, Program Change (Standard Drum Kit)
B0 00 7F
B0 20 00
C0 00
iGigBook version prior to 10.2: This is good - Bank Select MSB, Bank Select LSB, Program Change (Standard Drum Kit)
B0 00 7F B0 20 00 C0 00
;This is not good
B00000
B02000
C0001
The iGigBook settings in the settings app contains a switch that enables or disables the automatic sending of MIDI events when a page is viewed.
MIDI RELATED LINKS:
Summary of MIDI Messages
MIDI - Wikipedia
Using a Bluetooth MIDI device? Beginning with iGigBook 8, tap the Bluetooth icon to open the iOS MIDI connection dialog and select your device. If you're not using iGigBook 8, open the App Store app and download "Bluetooth MIDI Connect".
Start Bluetooth MIDI Connect, select the device you want from the list. Once the connection is established you can send MIDI messages to that device from iGigBook.