SolidFuel / Arp

Stable Random Arpeggiator VST
GNU General Public License v3.0
14 stars 0 forks source link

Add ability to work without the playhead running #5

Closed mhhollomon closed 1 year ago

mhhollomon commented 1 year ago

We currently rely on the implied clock in the play-head data (playhead->getPosition()->getPpqPosition()).

We will need to fake a clock based on the currently known sample rate.

Make sure to check that things work if the playhead is repositioned.

Can we make it work for those places where a playhead is not even available ? (e.g. running in a standalone synth).

mhhollomon commented 1 year ago

Added in dev