optimize some performance bottlenecks; remove jack_nframes_t that crept back into...
[ardour.git] / libs / ardour / ardour / amp.h
index 7cdb302a3bda399c84f9d6dec88706258999a677..c3049c1e8ba8ce65039c7724faa7ac6feaeb7263 100644 (file)
@@ -31,9 +31,9 @@ class BufferSet;
  */
 class Amp {
 public:
-       static void run (BufferSet& bufs, jack_nframes_t nframes, gain_t initial, gain_t target, bool invert_polarity);
+       static void run (BufferSet& bufs, nframes_t nframes, gain_t initial, gain_t target, bool invert_polarity);
 
-       static void apply_simple_gain(BufferSet& bufs, jack_nframes_t nframes, gain_t target);
+       static void apply_simple_gain(BufferSet& bufs, nframes_t nframes, gain_t target);
 };