* changed transport speed in session and slaves from float to double
[ardour.git] / libs / ardour / diskstream.cc
index 334e4336af821478b0ed76f31e97e0348513ee97..afd5d214708ba6b145f4053ac6a339a73c16f002 100644 (file)
@@ -109,6 +109,7 @@ Diskstream::init (Flag f)
        wrap_buffer_size = 0;
        speed_buffer_size = 0;
        last_phase = 0;
+       // speed = 1 in 40.24 fixed point math
        phi = (uint64_t) (0x1000000);
        target_phi = phi;
        file_frame = 0;