remove more naming that refers to JACK
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 9 Aug 2013 17:39:33 +0000 (13:39 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 9 Aug 2013 17:39:33 +0000 (13:39 -0400)
libs/ardour/ltc_slave.cc

index 1085f44f1ce61ecb5537f26c54d4c5f5925ed8dc..bdb4fbead9ca115fd44c4223dfd327324a3951da 100644 (file)
@@ -150,9 +150,9 @@ LTC_Slave::reset()
 }
 
 void
-LTC_Slave::parse_ltc(const jack_nframes_t nframes, const jack_default_audio_sample_t * const in, const framecnt_t posinfo)
+LTC_Slave::parse_ltc(const pframes_t nframes, const Sample* const in, const framecnt_t posinfo)
 {
-       jack_nframes_t i;
+       pframes_t i;
        unsigned char sound[8192];
        if (nframes > 8192) {
                /* TODO warn once or wrap, loop conversion below
@@ -413,8 +413,8 @@ LTC_Slave::init_engine_dll (framepos_t pos, int32_t inc)
 }
 
 /* main entry point from session_process.cc
- * called from jack_process callback context
- * so it is OK to use jack_port_get_buffer()
+ * called from process callback context
+ * so it is OK to use get_buffer()
  */
 bool
 LTC_Slave::speed_and_position (double& speed, framepos_t& pos)