fix typos in prev commit
authorRobin Gareus <robin@gareus.org>
Sat, 25 Jun 2016 01:47:38 +0000 (03:47 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 25 Jun 2016 01:47:38 +0000 (03:47 +0200)
libs/ardour/ardour/audio_unit.h

index b02a0d3b806fa5455c60e63e7f38a9752ec82392..cabc78842e35abee666cfc3e0b5b82256783df95 100644 (file)
@@ -84,8 +84,9 @@ class LIBARDOUR_API AUPlugin : public ARDOUR::Plugin
        int set_block_size (pframes_t nframes);
 
        int connect_and_run (BufferSet& bufs,
-                            ChanMapping in, ChanMapping out,
-                            pframes_t nframes, framecnt_t offset);
+                       framepos_t start, framepos_t end, double speed,
+                       ChanMapping in, ChanMapping out,
+                       pframes_t nframes, framecnt_t offset);
        std::set<Evoral::Parameter> automatable() const;
        std::string describe_parameter (Evoral::Parameter);
        IOPortDescription describe_io_port (DataType dt, bool input, uint32_t id) const;
@@ -230,7 +231,7 @@ class LIBARDOUR_API AUPlugin : public ARDOUR::Plugin
 
        framepos_t transport_frame;
        float      transport_speed;
-       floa t     last_transport_speed;
+       floa     last_transport_speed;
 
        static void _parameter_change_listener (void* /*arg*/, void* /*src*/, const AudioUnitEvent* event, UInt64 host_time, Float32 new_value);
        void parameter_change_listener (void* /*arg*/, void* /*src*/, const AudioUnitEvent* event, UInt64 host_time, Float32 new_value);