void sampleInto(double time, Matrix4 matrix) { for (final channel in channels) { channel.sampleInto(time, matrix); } }