mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
more doc strings; limit jack reexport
This commit is contained in:
parent
f5ebc16067
commit
c85fa3cd06
7 changed files with 21 additions and 9 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue