tim-janik / anklang

MIDI and Audio Synthesizer and Composer
https://anklang.testbit.eu/
Mozilla Public License 2.0
52 stars 3 forks source link

ASE: clapplugin: provide transport information for the plugin #5

Closed swesterfeld closed 1 year ago

swesterfeld commented 1 year ago

This PR provides transport information to clap plugins. It works correctly with SpectMorph from the master branch, which has this code:

https://github.com/swesterfeld/spectmorph/blob/405ff1eb1c4ed948676541496701ef03dd1804f6/clap/smclapplugin.cc#L239

for handling this kind of information from the host. Since SpectMorph doesn't use time signature or position in seconds, I only printf() tested these fields.