cobbdb/harmony

Invert slot actions

cobbdb opened this issue · 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();