csound / manual

Csound Reference Manual (English)
Other
46 stars 29 forks source link

add text to sample-accurate #739

Closed tjingboem closed 4 months ago

tjingboem commented 4 months ago

Midi timing is only affected by ksmps size (control rate). Midi data is taken in every k-cycle, so it is processed at every ksmps-block boundary. By default that is about 0.22 ms (=1/kr secs, 1 control period).

tjingboem commented 4 months ago

done