1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
jules 2007-10-18 09:14:58 +00:00
parent ac7c8524ce
commit 7ceb5c5e8a

View file

@ -604,6 +604,8 @@ public:
memcpy (channels [numInChans], (const float*) buf.mData, sizeof (float) * numSamples);
else
channels [numInChans] = (float*) buf.mData;
++numInChans;
}
else
{