globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / backends / dummy / dummy_audiobackend.h
index 739a64940741a511bf92c6880c48b4db8e0232d3..4bd4078ec5ce0581ff487906852f9b5a01e4083e 100644 (file)
@@ -316,8 +316,8 @@ class DummyAudioBackend : public AudioBackend {
                size_t raw_buffer_size (DataType t);
 
                /* Process time */
-               framepos_t sample_time ();
-               framepos_t sample_time_at_cycle_start ();
+               samplepos_t sample_time ();
+               samplepos_t sample_time_at_cycle_start ();
                pframes_t samples_since_cycle_start ();
 
                int create_process_thread (boost::function<void()> func);
@@ -435,7 +435,7 @@ class DummyAudioBackend : public AudioBackend {
                uint32_t _systemic_input_latency;
                uint32_t _systemic_output_latency;
 
-               framecnt_t _processed_samples;
+               samplecnt_t _processed_samples;
 
                pthread_t _main_thread;