Fix Wreorder, initialize variables
This commit is contained in:
parent
81ccb685b2
commit
aae15e3c90
@ -118,10 +118,12 @@ OSC::OSC (Session& s, uint32_t port)
|
|||||||
, default_send_size (0)
|
, default_send_size (0)
|
||||||
, default_plugin_size (0)
|
, default_plugin_size (0)
|
||||||
, tick (true)
|
, tick (true)
|
||||||
, global_init (true)
|
|
||||||
, bank_dirty (false)
|
, bank_dirty (false)
|
||||||
, observer_busy (true)
|
, observer_busy (true)
|
||||||
, scrub_speed (0)
|
, scrub_speed (0)
|
||||||
|
, scrub_place (0)
|
||||||
|
, scrub_time (0)
|
||||||
|
, global_init (true)
|
||||||
, gui (0)
|
, gui (0)
|
||||||
{
|
{
|
||||||
_instance = this;
|
_instance = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user