Re: [tim-janik/beast] Jack driver new api (#128)



@swesterfeld commented on this pull request.


In bse/driver-jack.cc:

> +  std::atomic<int>              atomic_active_ {0};
+  std::atomic<int>              atomic_xruns_ {0};
+  int                           printed_xruns_ = 0;
+
+  bool                          is_down_ = false;
+  bool                          printed_is_down_ = false;
+
+  uint64                        device_read_counter_ = 0;
+  uint64                        device_write_counter_ = 0;
+  int                           device_open_counter_ = 0;
+
+  static int
+  static_process_callback (jack_nframes_t   n_frames,
+                           void            *jack_handle)
+  {
+    return static_cast <JackPcmDriver *> (jack_handle)->process_callback (n_frames);

Done.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]