View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010118 | ardour | features | public | 2026-01-11 08:54 | 2026-01-11 08:54 |
| Reporter | iv-m | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | GNU | OS | Linux | OS Version | (any) |
| Product Version | 8.12 | ||||
| Summary | 0010118: Beat position is not reported to LV2 plugins | ||||
| Description | I was experimenting with GATE-12 plugin from TiagoLr in Ardour 8.12, and found that in Sync mode, LV2 version of the plugin does not sync with beat posiotion in the DAW, while VST3 version does. The plugin uses JUCE framework, and JUCE uses[2][3] LV2_TIME__beat[4] atom to get the beat position from the host. As far as I understood from the source, Ardour does not send beat (and barBeat) to the LV2 plugins it hosts. Is it possible to add beat, and, maybe, barBeat support? Or I'm missing something and the problem should be fixed differently? [1] https://github.com/tiagolr/gate12 [2] https://github.com/juce-framework/JUCE/blob/29396c22c93392d6738e021b83196283d6e4d850/modules/juce_audio_plugin_client/juce_audio_plugin_client_LV2.cpp#L332 [3] https://github.com/juce-framework/JUCE/blob/29396c22c93392d6738e021b83196283d6e4d850/modules/juce_audio_plugin_client/juce_audio_plugin_client_LV2.cpp#L352 [3] https://lv2plug.in/ns/ext/time#beat | ||||
| Tags | lv2 | ||||