a9a5787399
When handling the `/set_surface` command, the code would set
plug_page_size to the new value first, and call `sel_plug_pagesize()`
later. The latter then sees the page size is already the same, so it
leaves it unchanged and also does not send the page size to the
OSCSelectObserver object. In practice, this means that only the default
plugin page size from the preferences or set with
`/set_surface/plugin_page_size` take effect and values set with
`/set_surface` are ignored.
Exactly the same thing happens for the send page size.
This code has been like this since it was first introduced in comit
|
||
---|---|---|
.. | ||
MSVCardour_osc | ||
interface.cc | ||
osc_controllable.cc | ||
osc_controllable.h | ||
osc_cue_observer.cc | ||
osc_cue_observer.h | ||
osc_global_observer.cc | ||
osc_global_observer.h | ||
osc_gui.cc | ||
osc_gui.h | ||
osc_route_observer.cc | ||
osc_route_observer.h | ||
osc_select_observer.cc | ||
osc_select_observer.h | ||
osc.cc | ||
osc.h | ||
wscript |