harmony icon indicating copy to clipboard operation
harmony copied to clipboard

Invert slot actions

Open cobbdb opened this issue 6 years ago • 0 comments

There is limitation with current control flow. Example:

  • Two different RP01 slots exist in groups default and sidebar.
  • Both groups contain multiple other slots.
  • It's not possible to pluck from sidebar and then only show that RP01.

Syntax should be able to support this:

harmony.group('sidebar').slot('RP01').show();

cobbdb avatar Feb 27 '18 20:02 cobbdb