94 lines
4.8 KiB
Plaintext
94 lines
4.8 KiB
Plaintext
|
|
script type="text/template" id="client-download-blurb-contents"
|
|
.downloads.text-center
|
|
|
|
a href="{{data.uri}}" class="current-os-download" data-platform="{{data.platform}}"
|
|
|
|
.hidden.hidden-images
|
|
= image_tag("content/button_download_mac.png", :alt => "download mac", :size => "348x92", "data-purpose" => "mac")
|
|
= image_tag("content/button_download_windows.png", :alt => "download windows", :size => "348x92", "data-purpose" => "windows")
|
|
= image_tag("content/button_download_linux.png", :alt => "download linux", :size => "348x92", "data-purpose" => "linux")
|
|
|
|
script type="text/template" id="client-download-select-others"
|
|
.download-box.text-center
|
|
.download-others
|
|
| Need a different version?
|
|
br
|
|
a.choose-other-platform href="#" data-order="1" data-platform="{{data.platform1}}"
|
|
| Click here to get JamKazam for {{data.platformDisplay1}}
|
|
|
|
script type="text/template" id="client-download-system-requirements"
|
|
p
|
|
em System Requirements:
|
|
| {% if(data.platform == "Win32") { %}
|
|
ul.windows-requirements
|
|
li Windows 7, 8, or 10 - 64-bit (32-bit not supported)
|
|
li 75MB hard disk space for app
|
|
li
|
|
a href="https://jamkazam.freshdesk.com/support/solutions/articles/66000122514-audio-interfaces-for-windows-computers" target="_blank"
|
|
| External audio interface
|
|
| recommended (or you can use a USB microphone)
|
|
li Broadband Internet service
|
|
li
|
|
| Ethernet port or
|
|
a href="https://jamkazam.freshdesk.com/support/solutions/articles/66000123542" target="_blank" adapter
|
|
| and Ethernet cable to connect computer to home router (WiFi not recommended)
|
|
| {% } else if(data.platform == "MacOSX") { %}
|
|
ul.mac-requirements
|
|
li Mac OS X 10.8 or higher
|
|
li 75MB hard disk space for app
|
|
li
|
|
a href="https://jamkazam.freshdesk.com/support/solutions/articles/66000122513" target="_blank"
|
|
| External audio interface
|
|
| recommended (or you can use a USB microphone)
|
|
li Broadband Internet service
|
|
li
|
|
| Ethernet port or
|
|
a href="https://jamkazam.freshdesk.com/support/solutions/articles/66000123542" target="_blank" adapter
|
|
| and Ethernet cable to connect computer to home router (WiFi not recommended)
|
|
|
|
| {% } else { %}
|
|
ul.linux-requirements
|
|
li Linux is not yet supported
|
|
| {% } %}
|
|
|
|
script type="text/template" id="client-download-instructions"
|
|
#overlay.jk-overlay
|
|
.jk-modal
|
|
h2 The application is downloading...
|
|
p If you don't want to set up the app right now, don't worry — we're sending you an email with instructions you can follow a little later.
|
|
br/
|
|
h4 SETUP INSTRUCTIONS — PLEASE READ/FOLLOW!
|
|
p
|
|
strong 1. Install JamKazam App for {{data.platformDisplay}}
|
|
br/
|
|
| To get started, learn
|
|
| {% if(data.platform == "MacOSX") { %}
|
|
a href="https://jamkazam.freshdesk.com/support/solutions/articles/66000479050-installing-the-jamkazam-app-on-mac" target="_blank" how to install the JamKazam app for Mac.
|
|
| {% } else if(data.platform == "Win32") { %}
|
|
a href="https://jamkazam.freshdesk.com/support/solutions/articles/66000478446-installing-the-jamkazam-app-on-windows" target="_blank" how to install the JamKazam app for Windows.
|
|
| {% } %}
|
|
p
|
|
strong 2. Get Your Gear Together
|
|
br/
|
|
| Next, you need to understand
|
|
a href="https://jamkazam.freshdesk.com/support/solutions/articles/66000122533" target="_blank" what gear you need
|
|
| to use JamKazam properly. And once you have these basics in mind,
|
|
a href="https://jamkazam.freshdesk.com/support/solutions/66000073843" target="_blank" review this set of help articles
|
|
| packed with valuable information on different setups and gear recommendations.
|
|
p
|
|
strong 3. Set Up Your Audio Gear in the JamKazam App
|
|
br/
|
|
| And finally, carefully read and
|
|
| {% if(data.platform == "MacOSX") { %}
|
|
a href="https://jamkazam.freshdesk.com/support/solutions/folders/66000108387" target="_blank" follow these step-by-step instructions
|
|
| {% } else if(data.platform == "Win32") { %}
|
|
a href="https://jamkazam.freshdesk.com/support/solutions/folders/66000108430" target="_blank" follow these step-by-step instructions
|
|
| {% } %}
|
|
| that will guide you through our wizard to configure our app to work with your audio gear in online sessions.
|
|
p
|
|
| Once you’ve completed these three steps, you’re ready to play online! Here are some articles that cover our
|
|
a href="https://jamkazam.freshdesk.com/support/solutions/66000073845" target="_blank" core features around playing with others in online JamKazam sessions.
|
|
| Have fun playing!
|
|
p.text-center
|
|
button.btn-close CLOSE |