more doc strings; limit jack reexport

This commit is contained in:
🪞👃🪞 2024-07-12 21:39:20 +03:00
parent f5ebc16067
commit c85fa3cd06
7 changed files with 21 additions and 9 deletions

View file

@ -4,7 +4,7 @@ use crate::core::*;
submod!( device event factory ports );
pub use ::_jack::{
pub(crate) use ::_jack::{
AsyncClient,
AudioIn,
AudioOut,
@ -23,15 +23,14 @@ pub use ::_jack::{
PortFlags,
PortId,
PortSpec,
ProcessHandler,
ProcessScope,
RawMidi,
Transport,
TransportState,
TransportStatePosition,
Unowned
};
/// Wraps [Client] or [DynamicAsyncClient] in place.
pub enum JackClient {
Inactive(Client),
Active(DynamicAsyncClient),