do not offer combine operation for MIDI (see comment in libs/ardour/midi_playlist_sou...
[ardour.git] / libs / ardour / jack_slave.cc
index 9ef6eb8579ed21897a0ad7822846cd2c12e8e02a..116ccdd145566cdf8401c8a0df8a584e074d1692 100644 (file)
@@ -35,7 +35,7 @@ JACK_Slave::JACK_Slave (jack_client_t* j)
        : jack (j)
 {
        double x;
-       nframes64_t p;
+       framepos_t p;
        /* call this to initialize things */
        speed_and_position (x, p);
 }
@@ -63,7 +63,7 @@ JACK_Slave::ok() const
 }
 
 bool
-JACK_Slave::speed_and_position (double& sp, nframes64_t& position)
+JACK_Slave::speed_and_position (double& sp, framepos_t& position)
 {
        jack_position_t pos;
        jack_transport_state_t state;