|
|
@@ -2503,7 +2503,7 @@ public: |
|
|
|
|
|
|
|
for (uint32_t i=0; i < count; ++i) |
|
|
|
{ |
|
|
|
const uint32_t& type(evIns.getAt(i, 0x0)); |
|
|
|
const uint32_t type = evIns.getAt(i, 0x0); |
|
|
|
|
|
|
|
if (type == CARLA_EVENT_DATA_ATOM) |
|
|
|
{ |
|
|
@@ -2535,7 +2535,7 @@ public: |
|
|
|
|
|
|
|
for (uint32_t i=0; i < count; ++i) |
|
|
|
{ |
|
|
|
const uint32_t& type(evOuts.getAt(i, 0x0)); |
|
|
|
const uint32_t type = evOuts.getAt(i, 0x0); |
|
|
|
|
|
|
|
if (type == CARLA_EVENT_DATA_ATOM) |
|
|
|
{ |
|
|
|