View Source ExJack.Native (ex_jack v0.1.0)

A Rustler NIF that interfaces with JACK. Use ExJack.Server instead.

While there are only minimal number of functions compared to the JACK API, the majority of interfacing is done through messages sent between the NIF thread and ExJack.Server GenServer process.

Typically when interfacing with ExJack, calling these methods directly isn't necessary and you should instead, as a client, use ExJack.Server.

If you are interested in using this library, signatures and usage can be found in ExJack.Server.

Link to this section Summary

Link to this section Types

@type options_t() :: %{
  name: String.t(),
  auto_connect: boolean(),
  use_callback: boolean()
}

Link to this section Functions