7
45
Fork
You've already forked nice-plug
22

Document what Transport fields are reported by hosts? #43

Closed
opened 2026年06月06日 22:29:16 +02:00 by AlexCharlton · 2 comments
Contributor
Copy link

I found myself wondering what fields of Transport are natively provided by different hosts (and thus which require computing). Here are my results for the major DAWs (sorry, I didn't record loop fields). All of these are ~latest version of the program running on Windows, except Reaper which is v6.83.

| Host | tempo | time_sig | samples | seconds | beats | bar_start_pos_beats | bar_number |
| --------- | ----- | -------- | --------- | --------- | ----- | ------------------- | ---------- |
| Ableton | Y | Y | Y | N | Y | Y | N |
| Bitwig | Y | Y | VST only | CLAP only | Y | Y | CLAP only |
| Cubase | Y | Y | Y | Y | Y | Y | N |
| FL Studio | Y | Y | N | Y | Y | Y | Y |
| Reaper | Y | Y | VST only | CLAP only | Y | Y | CLAP only |

If you think this is worth tracking, then I'm happy to add somewhere: the question would be where? Readme? In a doc comment for Transport?

I found myself wondering what fields of `Transport` are natively provided by different hosts (and thus which require computing). Here are my results for the major DAWs (sorry, I didn't record loop fields). All of these are ~latest version of the program running on Windows, except Reaper which is v6.83. ``` | Host | tempo | time_sig | samples | seconds | beats | bar_start_pos_beats | bar_number | | --------- | ----- | -------- | --------- | --------- | ----- | ------------------- | ---------- | | Ableton | Y | Y | Y | N | Y | Y | N | | Bitwig | Y | Y | VST only | CLAP only | Y | Y | CLAP only | | Cubase | Y | Y | Y | Y | Y | Y | N | | FL Studio | Y | Y | N | Y | Y | Y | Y | | Reaper | Y | Y | VST only | CLAP only | Y | Y | CLAP only | ``` If you think this is worth tracking, then I'm happy to add somewhere: the question would be where? Readme? In a doc comment for `Transport`?

You can add it to the Wiki section in the Codeberg repo

You can add it to the Wiki section in the Codeberg repo
Author
Contributor
Copy link
https://codeberg.org/RustAudio/nice-plug/wiki/Host-behaviour
Sign in to join this conversation.
No Branch/Tag specified
main
resizing
dev
standalone_fixes
FoobarIT/main
fixes
egui_3rd_party
vizia_baseview_update
egui_32
softbuffer
byo_gui_examples
raw_graphics_examples
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.3
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RustAudio/nice-plug#43
Reference in a new issue
RustAudio/nice-plug
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?