Programmatic access to variable storage location?

The new variable storage opens up all sorts of possibilities, and was just in time for a project I’m working on. Is it possible to set the storage location dynamically, similar to the way the Perform command can be used in a translator’s rules as well as in an outgoing action?

Yes, look on page 91 of the manual. You would give the storage a base name and then use a global variable to augment it.

For instance if you gave the storage name:
mystorage%ga%.txt

And the value of ga was 1 the filename would be:

mystorage1.txt

If the value of ga was 250, the filename would be
mystorage250.txt

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz
1 Like

That’s great! I had only watched the video and didn’t realize that there was an updated manual. I found the manual using Google, but where is it linked on the site?

Press F1 or go to the help menu within Bome MIDI Translator Pro

or you can go here

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz