aeolus_plugin icon indicating copy to clipboard operation
aeolus_plugin copied to clipboard

Allow multiple key-switches to be assigned in the config

Open Archie3d opened this issue 1 year ago • 4 comments

Current configuration allows only one MIDI key to be assigned to sequencer action;:

  "sequencer": {
      "backward_key": 22,
      "forward_key": 23
  }

Extend this to allow multiple keys:

  "sequencer": {
      "backward_key": [22, 36],
      "forward_key": [23, 37]
  }

Archie3d avatar Jun 07 '24 11:06 Archie3d

@Synthematophon This now should be in the develop branch.

Archie3d avatar Jun 07 '24 13:06 Archie3d

@Synthematophon This now should be in the develop branch.

"sequencer": { "backward_key": [22, 36], "forward_key": [23, 37] } where are these steps to be defined? In the default_organ.json file?

Synthematophon avatar Jun 10 '24 08:06 Synthematophon

Yes, either in default_organ.json (look at the bottom) if you use a built-in configuration, or in Documents/Aeolus/organ_config.json if you use an external config file.

Archie3d avatar Jun 10 '24 08:06 Archie3d

Thanks!

   

Gesendet: Montag, 10. Juni 2024 um 10:58 Uhr Von: "Arthur Benilov" @.> An: "Archie3d/aeolus_plugin" @.> Cc: "Synthematophon" @.>, "Mention" @.> Betreff: Re: [Archie3d/aeolus_plugin] Allow multiple key-switches to be assigned in the config (Issue #29)

 

Yes, either in default_organ.json (look at the bottom) if you use a built-in configuration, or in Documents/Aeolus/organ_config.json if you use an external config file.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

Synthematophon avatar Jun 10 '24 09:06 Synthematophon