mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 12:26:07 +01:00
Fix Wreorder, initialize variables
This commit is contained in:
parent
81ccb685b2
commit
aae15e3c90
1 changed files with 3 additions and 1 deletions
|
|
@ -118,10 +118,12 @@ OSC::OSC (Session& s, uint32_t port)
|
|||
, default_send_size (0)
|
||||
, default_plugin_size (0)
|
||||
, tick (true)
|
||||
, global_init (true)
|
||||
, bank_dirty (false)
|
||||
, observer_busy (true)
|
||||
, scrub_speed (0)
|
||||
, scrub_place (0)
|
||||
, scrub_time (0)
|
||||
, global_init (true)
|
||||
, gui (0)
|
||||
{
|
||||
_instance = this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue