1
Fork 0

Fixed transport support. Maybe.

Performs a locate to the current position when stopping.
This commit is contained in:
EvanR 2009-05-08 20:36:12 -05:00
parent 2d0f0d2664
commit b6c1c5909e
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ int start_backend(){
int pause_backend(){
jack_transport_stop(client);
playing = 0;
jack_transport_locate(client, cur_frame);
}
int reset_backend(int tick){