Archie3d / aeolus_plugin

Pipe organ synthesizer (VST plugin)
https://archie3d.github.io/aeolus_plugin/
GNU General Public License v3.0
74 stars 6 forks source link

Allow multiple key-switches to be assigned in the config #29

Open Archie3d opened 3 weeks ago

Archie3d commented 3 weeks ago

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 commented 3 weeks ago

@Synthematophon This now should be in the develop branch.

Synthematophon commented 3 weeks ago

@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?

Archie3d commented 3 weeks ago

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.

Synthematophon commented 3 weeks ago

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: @.***>