07cf40c7347da70d0166daf48438169769771e5c
When auditioning is started, transport controls are disabled via `set_transport_sensitivity(false)`. This prevents <space> from being handled: DEBUG::Bindings: binding for Key 32 (space) state 0 : Transport/ToggleRoll - insensitive, skipped So the key event is passed on, and can reach the clip-picker treeview where <space> selects and/or activates a row, which re-starts audition. ARDOUR_UI::toggle_roll() cancels audition when audition is active, so this action should be sensitive, even while auditioning.
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%