Announcement

Collapse
No announcement yet.

Keycode / Key Combo Not Working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Keycode / Key Combo Not Working

    Hello! I am deploying an instance of OSCulator with the hopes of it accepting a MIDI note and outputting a spacebar keystroke that targets the Safari browser. I've successfully generated and routed the MIDI signal (note 1, channel 1, intensity 127) and am seeing it in OSCulator ("/midi/note/1" with "0: pitch", "1: velocity", and "2: trigger" rows below). For some reason I can't seem to get OSCulator to generateany output signal though. I've tried creating a key combo (just "Space" with "Safari" as the target), since I assumed this meant the application wouldn't have to be "on top". I also tried just using a keycode "space" command while keeping Safari on top, but have had no success.

    I've attached a screenshot. What am I doing wrong?

    Thanks in advance.
    You do not have permission to view this gallery.
    This gallery has 1 photos.

  • #2
    Hello,

    The value of the "pitch" argument is the number of the MIDI Note.
    Move the Event to the "trigger" argument so the space bar gets pressed when any MIDI Note is on.



    Best,
    Camille

    Comment


    • #3
      Camille, thank you! That did the trick perfectly.

      Comment

      Working...
      X