13
0
livetrax/libs
Matthijs Kooijman a9a5787399
osc: Fix send and plugin page size in /set_surface
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
9c0f6ea948 (OSC: Allow set_surface to set send and plugin page sizes.,
2017-06-13)

This commit fixes this by omitting the first assignment.
2024-09-03 00:40:11 +02:00
..
aaf
appleutility
ardour Turn PinMappings class into a type alias 2024-09-01 19:10:20 +02:00
ardouralsautil
audiographer Remove #include <boost/shared_ptr.hpp> 2024-08-29 23:08:42 +02:00
auscan
backends Rename JACK to "JACK/Pipewire" on Linux (1/2) 2024-07-31 04:38:01 +02:00
canvas
clearlooks-newer
ctrl-interface Add explicit PBD namespace prefix to Signal 2024-09-01 18:48:54 +02:00
evoral Remove #include <boost/utility.hpp> 2024-08-29 23:08:42 +02:00
fluidsynth
fst
gtkmm2ext macOS: prevent the Quit main menu item from interferring with modal rules 2024-08-19 15:15:45 -06:00
hidapi
libltc
lua
midi++2
panners Remove #include <boost/utility.hpp> 2024-08-29 23:08:41 +02:00
pbd Remove unused libs/pbd/pbd/stl_functors.h 2024-09-01 19:17:10 +02:00
plugins
ptformat
qm-dsp
surfaces osc: Fix send and plugin page size in /set_surface 2024-09-03 00:40:11 +02:00
temporal
tk move gdk global for modal notification to be with other gdk globals 2024-08-19 15:15:45 -06:00
vamp-plugins
vamp-pyin Remove unneeded #include <boost/math/distributions.hpp> 2024-08-29 23:08:42 +02:00
vfork
vst3
waveview
widgets Add TailTime Icon 2024-08-31 02:55:04 +02:00
zita-convolver
zita-resampler