forward propagate solo-isolated status to everything fed by a route by something...
[ardour.git] / libs / ardour / ardour / coreaudiosource.h
index 7720ca739583c042673f64ba2af750e4dd61040f..f25f1b0154a026a752b153bf8184ae1e1ddb5d3f 100644 (file)
@@ -31,7 +31,7 @@ namespace ARDOUR {
 class CoreAudioSource : public AudioFileSource {
   public:
        CoreAudioSource (ARDOUR::Session&, const XMLNode&);
-       CoreAudioSource (ARDOUR::Session&, const string& path, bool, int chn, Flag);
+       CoreAudioSource (ARDOUR::Session&, const string& path, int chn, Flag);
        ~CoreAudioSource ();
 
        float sample_rate() const;
@@ -50,7 +50,7 @@ class CoreAudioSource : public AudioFileSource {
        mutable CAAudioFile af;
        uint16_t n_channels;
 
-       void init ();
+       void init_cafile ();
        int safe_read (Sample*, nframes_t start, nframes_t cnt, AudioBufferList&) const;
 };