
30
Programming Examples
Programming a Guitar Tuner Display (with user selecting the CC#)
We have an effects unit compatible to supply guitar tuning information. We need to program an IA Slot to trigger the
Tuner. This example assumes we have an effects unit set so the tuner (bypass) is triggered on CC#15. Make sure the
effects unit is only transmitting Tuner Data ONLY, and any other type of information is blocked from sending. Below we
will program the IA switch (set to TYPE: QUICK TAP) with the following command programming:
Turn the Tuner on in the LF+ controller (stay until user exits) Parameter
[015] means the tuner is set to CC#15 in the compatible effects unit. Setting
to 000 will stop the tuner from issuing automatic MIDI commands to turn
on the tuner in the external effects unit. A compatible device must be
available and its name defined in the MIDI-CHAN NAME parameter of the
global menu.
Make sure that a MIDI IN signal is preset for this to work. You must also
provide a compatible device name in the midi device name section of the
global section. Device names “AXE-FX” and “AXE-FX2” are valid entries for
the midi chan name. This command will not work if the device type is not
properly named on the global setting screen.
Clever Page Flipping Made Easy
The LF+ controller introduces so many ways of implementing Page flipping that we wanted to show one of the non-
obvious ways. Lets assume that we have a song that uses two specific pages unique to the presets of the song (perhaps
a looper specific page, and the normal preset/IA page. In this example we will program the song commands with two
consecutive change page commands. The first page loaded is actually the second page we will need. We load it first so
the controller will save it as the “last page used”. The second command will be the active page to use when the song is
loaded. With just these two commands processed at the song level, we have essentially created an easy and flexible
layout. With one common button on multiple pages would be a single button assigned to a “last page” function. Press
the button and it will cycle between the two pages loaded in the Song. These concepts could be implemented in Presets,
Songs or even IA Slots themselves. There are many better implementations, but this actually takes 20 seconds to
implement. The programing for the song looks like the following:
ON 02|G-TUNER
02 | [015]
Содержание Mini
Страница 1: ...Table of Contents...
Страница 31: ...31 MSG01 CHANGE PAGE 08 011 LOOPERpg MSG02 CHANGE PAGE 08 010 MainPage...
Страница 67: ...67...
Страница 98: ...98 www FAMCmusic com...