LiveOSC2 icon indicating copy to clipboard operation
LiveOSC2 copied to clipboard

/live/track/device/param bug once having changed devices order

Open jln- opened this issue 7 years ago • 0 comments

/live/track/device/param query doesn't work anymore once having changed the order of the devices in a track.

Steps to reproduce:

  • In the first track of a session, add 2 devices (in my case, EQ8, then Auto-pan).
  • send to LiveOSC2: "/live/track/device/param 0 0"

-> All EQ8 param do get output, as excepted.

  • Now set Auto-Pan device before EQ8

-> New device order do get reflected by LiveOSC2 (ie. /live/track/devices 0 0 Auto Pan 1 EQ Eight is output)

-send again "/live/track/device/param 0 0"

Expected result:

-> Auto-Pan params are output

Actual result:

-> both Auto Pan & EQ Eight params do get output

jln- avatar May 24 '17 10:05 jln-