GP/Lemur Question

Hi, Dr. David and Nebojsa -

I am looking into an alternative to the Up/Down buttons in your Lemur template to select (or, rather, move to) Rackspaces.

Can GP respond to an OSC Program Change message from Lemur (or TouchOSC) where a PC # is typed into a custom control (or perhaps selected via a “numeric keypad” type of control)?

I realize that I will probably need to query the Lemur Forum as to whether such control exists. :wink:

Thanks and regards,

Mike

/GigPerformer/SwitchToProgramNumber 42

That will switch to variation 42 in whatever rackspace that variation is configured

You can also optionally include bank information

/GigPerformer/SwitchToProgramNumber 12 42

Switch to variation 42 in bank 12

Thanks, Dr. David! I think I may have it now…
Assuming a .gig file with Rackspaces and Variations by instrument types (rather than songs), the results following the chart should be correct:
· · · · · · · · · · · · · · ·
P# RS_Name Var_Name
== ======= ========
0 Rhodes- Default
1 ------- Chorus
2 ------- Tremolo
3 Piano-- Default
4 Organ-- Default
5 Strings Default
6 ------- Octaves
7 Brass-- Default
8 ------- Octaves
9 Synth-- Default
10 ------- MinimoogV
· · · · · · · · · · · · · · ·
/GigPerformer/SwitchToProgramNumber 0 -> Rhodes Rackspace, Default Variation
/GigPerformer/SwitchToProgramNumber 2 -> Rhodes Rackspace, Tremolo Variation
/GigPerformer/SwitchToProgramNumber 7 -> Brass Rackspace, Default Variation
/GigPerformer/SwitchToProgramNumber 10 -> Synth Rackspace, MinimoogV Variation
…and so on…
Hopefully I have understood correctly. Thanks again!
Best regards,
Mike