Suppress Duplicate Same Note trigger

That was probably it: it works!
Thank you so much for your help

You are welcome! Glad to see it is working for you!

Steve Caldwell
Bome Customer Care


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

Hello Steve,

a quick check on the unblocking translator: did I set the unblocking note specifically to note 17 in the following example?


and could I also achieve this by checking the “note” box in the following screen instead of the "any note " box and filling in 17?
set specific note

If you want a specific note on only one octave then remove the line that says

pp=pp%12

However since we bitmap the notes into a global variable only the first 32 notes (note 0-31) would work.
You could hard code the note number into the input trigger and then put

ga=0

as the only rule to clear the bitmap. If you do this I suggest you

  1. duplicate the translator
  2. uncheck the original translator
  3. Edit the new translator

That way if you ever want to go back you can uncheck the new translator and check the old one.

Steve Caldwell
Bome Customer Care


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