korginc / volcasample

volca sample SDK - a sample and sequence encoding library for volca sample.
http://korginc.github.io/volcasample/index.html
BSD 3-Clause "New" or "Revised" License
351 stars 37 forks source link

Add function SyroVolcaSample_GetCurData() #21

Open benwiley4000 opened 10 months ago

benwiley4000 commented 10 months ago

This is useful for keeping track of timestamps where different samples are located in the syro buffer, so you can give more detailed progress feedback to users. You can call SyroVolcaSample_GetCurData() anytime between SyroVolcaSample_Start() and SyroVolcaSample_End() to get the index of the SyroData currently being applied to the syro buffer.