File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ void VectorGate::resetInletsSettings(){
234234 }
235235 }
236236
237- // this->numInlets = dataInlets+1;
237+ this ->numInlets = dataInlets+1 ;
238238
239239 _inletParams[0 ] = new float (); // open
240240 *(float *)&_inletParams[0 ] = 0 .0f ;
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ void Gate::resetInletsSettings(){
241241 }
242242 }
243243
244- // this->numInlets = floatInlets+1;
244+ this ->numInlets = floatInlets+1 ;
245245
246246 _inletParams[0 ] = new float (); // open
247247 *(float *)&_inletParams[0 ] = 0 .0f ;
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ void AudioGate::resetInletsSettings(){
256256 }
257257 }
258258
259- // this->numInlets = dataInlets+1;
259+ this ->numInlets = dataInlets+1 ;
260260
261261 _inletParams[0 ] = new float (); // open
262262 *(float *)&_inletParams[0 ] = 0 .0f ;
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ void VideoGate::resetInletsSettings(){
245245 }
246246 }
247247
248- // this->numInlets = dataInlets+1;
248+ this ->numInlets = dataInlets+1 ;
249249
250250 _inletParams[0 ] = new float (); // open
251251 *(float *)&_inletParams[0 ] = 0 .0f ;
You can’t perform that action at this time.
0 commit comments