This repository has been archived by the owner on Mar 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
let us be version 0.6.4 now with less bug
- Loading branch information
Showing
3 changed files
with
39 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
|
||
This plugin aims to bring first class support for the JACK Audio | ||
Connection Kit to VCV Rack. | ||
|
||
* Modules | ||
** JACK Audio | ||
|
||
#+CAPTION: Annotated image of the JACK Audio module. | ||
[[doc/module-fs8.png]] | ||
|
||
- There are four input and four output ports. | ||
- Output ports are marked with an off-color accent. | ||
- Each port may be named individually, and the name supplied in Rack | ||
will appear in your JACK patch bay. | ||
- Each name must be unique across an entire Rack instance. | ||
- If four ports are not enough, simply add more to a patch. Each | ||
module will create four input and output ports. All modules | ||
cooperate to ensure that audio is sent and received through JACK in | ||
lockstep (you can consult the power meter to see that only one of | ||
the JACK Audio modules will stall Rack.) | ||
|
||
Note that Rack works on a per-sample basis, and JACK works on a | ||
per-batch basis. We also do not convey latency information to JACK | ||
currently. This means you will notice a delay from audio signals that | ||
do not pass through Rack from signals that do. | ||
|
||
*** TODO Latency information | ||
JACK supports reporting the latency of a client, ostensibly to help | ||
other clients match up with one another and prevent sample delays. We | ||
currently do not report latency information to JACK. | ||
|
||
*** TODO Combining with other Audio Modules | ||
There are known issues combining JACK Audio with other Audio plugins, | ||
such as from Fundamental or the Audio16 module from RMS. | ||
|
||
** TODO Clock | ||
|
||
** TODO MIDI |