This adds sample_count to the Plugin trait. This is necessary if the plugin needs to be correct regarding samples/frames, but has no audio port and no direct access to the number of frames (e.g. a sequencing plugin which has just midi ports, but needs to emit events at exact frames).
This adds
sample_count
to the Plugin trait. This is necessary if the plugin needs to be correct regarding samples/frames, but has no audio port and no direct access to the number of frames (e.g. a sequencing plugin which has just midi ports, but needs to emit events at exact frames).See also #87 for discussion.