From 1cfc0a1b35afe0061aaf53598250f20fb032cc26 Mon Sep 17 00:00:00 2001 From: lucylangenb <68451343+lucylangenb@users.noreply.github.com> Date: Sat, 3 Apr 2021 18:49:58 -0400 Subject: [PATCH] Update installjacktrip_windows.md --- installjacktrip_windows.md | 44 +++++++------------------------------- 1 file changed, 8 insertions(+), 36 deletions(-) diff --git a/installjacktrip_windows.md b/installjacktrip_windows.md index e3e9a30..e2d40b6 100644 --- a/installjacktrip_windows.md +++ b/installjacktrip_windows.md @@ -1,49 +1,21 @@ # Installing JackTrip ## Windows -Jack routes audio between programs within your computer, but we need JackTrip to direct audio between multiple different computers. However, before we can deal with JackTrip, you'll likely need to download an [ASIO driver](https://www.sweetwater.com/sweetcare/articles/installing-and-using-asio4all-for-windows/), which essentially directly connects software to your computer's sound card, bypassing default Windows audio drivers (this is the step that makes Windows installation more complex than installation for Macs). You can find the download on the ASIO4All site [here](https://www.asio4all.org/), or via specific download links: -- For Windows 10 and newer, use the newest [beta software.](https://www.asio4all.org/downloads_11/ASIO4ALL_2_15(Beta1)_English.exe) -- For older versions of Windows, use the [2017 release.](https://www.asio4all.org/downloads_11/ASIO4ALL_2_14_English.exe) +Jack routes audio between programs within your computer, but we need JackTrip to direct audio between multiple different computers. To download and install JackTrip, check out the [Stanford page](), or visit these direct links: +- [Windows 10 and newer](https://ccrma.stanford.edu/software/jacktrip/windows/jacktrip.exe) +- [Older versions of Windows](https://ccrma.stanford.edu/software/jacktrip/windows/1.2.1/jacktrip.exe) -Double-click the .exe file and follow installation instructions. When prompted with the __Choose Components__ section of the installer, make sure to allow offline settings. This will allow you to continue to adjust ASIO settings even while JackTrip isn't open. +Open up Command Prompt (which you can access by right-clicking on the home button). JackTrip does not have a graphic interface, so we'll need to enter a few basic commands to get it running. However, most importantly, __JackTrip can only be run when you, the user, are within the same folder as JackTrip is.__ This means that every time we run JackTrip, we will first have to type the following line of code (or its equivalent): -You'll also want to make sure to adjust the buffer size. Remember "Frames/Period" from Jack settings? This is the same deal. Make sure these numbers match (128 samples). - -Before finishing ASIO setup, we'll need to download and install JackTrip. Download jacktrip-1.1-osx.zip, located in the Assets drop-down menu, from the developers' [GitHub repository.](https://github.com/jacktrip/jacktrip/releases/tag/v1.1) Although this may seem like a weird place to download files from, these Stanford researchers use GitHub to keep track of and update their work, and this is a safe download. - -You'll notice that the zip file contains INSTALL.txt - this is basically a more techincal version of this guide. Feel free to use it if you prefer. - -Open up Terminal (which you can reach from Launchpad by opening __Other → Terminal__). We'll be running code just like any other program on your computer does, but without the easy-to-use graphic interface that we're used to computer programs having - i.e. we'll have to type (or copy and paste) code instead of clicking buttons. It's worth getting familiar with Terminal: - -
-
-