64 lines
3.4 KiB
Plaintext
64 lines
3.4 KiB
Plaintext
script type="text/template" id="client-download-blurb-contents"
|
|
.downloads
|
|
|
|
a href="{{data.uri}}" class="current-os-download" data-platform="{{data.platform}}"
|
|
|
|
.downloads-container
|
|
|
|
h5 SYSTEM REQUIREMENTS:
|
|
| {% if(data.platform == "Win32") { %}
|
|
ul.windows-requirements
|
|
li Windows 10 or 11 - 64-bit (32-bit not supported)
|
|
li Dual core processor or higher
|
|
li 75MB hard disk space for app
|
|
li
|
|
span External audio interface for audio processing (
|
|
a rel="external" href="https://jamkazam.freshdesk.com/support/solutions/articles/66000122514-audio-interfaces-for-windows-computers" see recommendations if you don't have one
|
|
span )
|
|
li USB 2.0, USB 3.0, or USB-C (not USB 1.1) for audio interface
|
|
li Ethernet port and Ethernet cable to connect directly to home router (WiFi not recommended)
|
|
li Broadband Internet service with 1Mbps upload bandwidth (3-5Mbps preferred)
|
|
| {% } else if(data.platform == "MacOSX_Intel") { %}
|
|
ul.mac-requirements
|
|
li macOS 10.15 (Catalina) or higher, 64-bit
|
|
li 75MB hard disk space for app
|
|
li
|
|
span External audio interface for audio processing (
|
|
a rel="external" href="https://jamkazam.freshdesk.com/support/solutions/articles/66000122513-audio-interfaces-for-mac-computers" see recommendations if you don't have one
|
|
span )
|
|
li USB 2.0, USB 3.0, or USB-C (not USB 1.1) for audio interface
|
|
li Ethernet port and Ethernet cable to connect directly to home router (WiFi not recommended)
|
|
li Broadband Internet service with 1Mbps upload bandwidth (3-5Mbps preferred)
|
|
| {% } else { %}
|
|
ul.mac-requirements
|
|
li macOS 10.15 (Catalina) or higher, 64-bit
|
|
li 75MB hard disk space for app
|
|
li
|
|
span External audio interface for audio processing (
|
|
a rel="external" href="https://jamkazam.freshdesk.com/support/solutions/articles/66000122513-audio-interfaces-for-mac-computers" see recommendations if you don't have one
|
|
span )
|
|
li USB 2.0, USB 3.0, or USB-C (not USB 1.1) for audio interface
|
|
li Ethernet port and Ethernet cable to connect directly to home router (WiFi not recommended)
|
|
li Broadband Internet service with 1Mbps upload bandwidth (3-5Mbps preferred)
|
|
| {% } %}
|
|
|
|
p.download-legacy-backup
|
|
| If you have trouble with the new JamKazam app and cannot get things worked out with the help of our support team, you can
|
|
a href="/downloads-legacy" go here
|
|
| to download and re-install the legacy JamKazam app for now.
|
|
|
|
.hidden.hidden-images
|
|
= image_tag("content/button_download_mac_intel.png", :alt => "download mac (intel)", :size => "348x92", "data-purpose" => "mac_intel")
|
|
= image_tag("content/button_download_windows.png", :alt => "download windows", :size => "348x92", "data-purpose" => "windows")
|
|
= image_tag("content/button_download_mac_mx.png", :alt => "download mac (mx)", :size => "348x92", "data-purpose" => "mac_mx")
|
|
|
|
script type="text/template" id="client-download-select-others"
|
|
.download-box
|
|
.download-others
|
|
span Need a different version?
|
|
br
|
|
a.choose-other-platform href="#" data-order="1" data-platform="{{data.platform1}}"
|
|
| JamKazam for {{data.platformDisplay1}}
|
|
br
|
|
a.choose-other-platform href="#" data-order="2" data-platform="{{data.platform2}}"
|
|
| JamKazam for {{data.platformDisplay2}} |