those who can't spell need to push thrice.
authorRobin Gareus <robin@gareus.org>
Mon, 4 Apr 2016 13:12:22 +0000 (15:12 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 4 Apr 2016 13:12:22 +0000 (15:12 +0200)
libs/ardour/ardour/plugin_insert.h
libs/ardour/plugin_insert.cc

index facb1552ef60e6a5e40e9d0effb2e791ed3dd789..26177ebf95827e5a2ab58e96709ba4151ab263c2 100644 (file)
@@ -90,7 +90,7 @@ class LIBARDOUR_API PluginInsert : public Processor
        ChanMapping input_map () const;
        ChanMapping output_map () const;
        bool has_midi_bypass () const;
-       bool has_midi_trhu () const;
+       bool has_midi_thru () const;
 
 #ifdef MIXBUS
        bool is_channelstrip () const;
index b8558c70dba633164a067147ee74cfecee3f0b06..2f1169245cef993dd2dcb872ef81960d4fb7aefa 100644 (file)
@@ -1003,7 +1003,7 @@ PluginInsert::has_midi_bypass () const
 }
 
 bool
-PluginInsert::has_midi_trhu () const
+PluginInsert::has_midi_thru () const
 {
        if (_configured_in.n_midi () == 1 && _configured_out.n_midi () == 1
                        && natural_input_streams ().n_midi () == 0 && natural_output_streams ().n_midi () == 0) {