1 files changed, 1 insertions(+), 0 deletions(-)

M player/channelmixer.go
M player/channelmixer.go +1 -0
@@ 98,6 98,7 @@ func (cm *ChannelMixer) mixbufs(buf1, bu
 	return res
 }
 
+// render channel buffer
 func (cm *ChannelMixer) RenderChannelTick(chId int, tickSize int) [][2]float64 {
 	ch := cm.channelSys.Channels[chId]