mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
use Session::request_roll() instead of request_transport_speed (1.0, ...)
This commit is contained in:
parent
52b7e68102
commit
48e5607f7c
13 changed files with 24 additions and 23 deletions
|
|
@ -273,7 +273,7 @@ main (int argc, char* argv[])
|
|||
signal (SIGTERM, wearedone);
|
||||
#endif
|
||||
|
||||
s->request_transport_speed (1.0);
|
||||
s->request_roll ();
|
||||
|
||||
char msg;
|
||||
do {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue