Skip to content

Commit 8228792

Browse files
committed
website updates
1 parent 136e8f1 commit 8228792

File tree

2 files changed

+75
-41
lines changed

2 files changed

+75
-41
lines changed

_pages/score-download.md

+67-40
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ category: site-score
77
---
88

99
<div class="support">
10-
<h2> Support us !</h2>
10+
<h2> Support us! </h2>
1111
We sell score on the Microsoft store as a way to get financial support to ensure continued development so please consider buying it <a href="https://apps.microsoft.com/store/detail/ossia-score/9NGT21X5XB19">there</a>, or funding us through <a href="https://opencollective.com/ossia">OpenCollective</a> or <a href="https://github.com/sponsors/jcelerier">Github Sponsors</a>!
1212
</div>
1313
## Download ossia score v{{site.score_version}}
@@ -17,78 +17,62 @@ We sell score on the Microsoft store as a way to get financial support to ensure
1717
<a id="win" href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-win64.exe" class="page-button download-page"><img src="../assets/windows_logo_2012-Black.svg" height="80px"/> Windows</a>
1818
<a id="osx-intel" href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-macOS-Intel.dmg" class="page-button download-page" ><img src="../assets/apple_logo_black.svg" height="60px"/>macOS 10.15 and later (Intel)</a>
1919
<a id="osx-arm" href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-macOS-AppleSilicon.dmg" class="page-button download-page" ><img src="../assets/apple_logo_black.svg" height="60px"/>macOS 11 and later (AppleSilicon / M1 etc.)</a>
20-
<a id="linux" href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-linux-amd64.AppImage" class="page-button download-page"><img src="../assets/Linux_Platform.svg" height="80px"/>Linux</a>
20+
<a id="linux" href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-linux-amd64.AppImage" class="page-button download-page"><img src="../assets/Linux_Platform.svg" height="80px"/>Linux (AppImage)</a>
21+
<a id="linux" href="https://flathub.org/apps/io.ossia.score" class="page-button download-page"><img src="../assets/Flatpak_Logo.svg" height="80px"/>Linux (Flatpak)</a>
2122
<a id="pi64" href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-rpi-aarch64.tar.gz" class="page-button download-page"><img src="../assets/Pi64_Platform.svg" height="80px"/>Raspberry Pi (64-bit)</a>
2223
</p>
2324

2425

25-
Take a look at the <a href="https://github.com/ossia/score/releases/latest" target="_blank">change log</a> for the latest release information and additional downloads !
26+
Take a look at the <a href="https://github.com/ossia/score/releases/latest" target="_blank">change log</a> for the latest release information and additional downloads, or scroll down this page for more options.
2627

27-
## All Supported platforms
28+
<br/>
2829

29-
The releases are 64-bit on all desktop operating systems and for Raspberry Pi.
30+
## Minimal requirements
31+
- <i>score</i> requires a 64-bit operating system and CPU, both on desktop and embedded platforms. <br/>
32+
- 800 MHz CPU, 512MB of RAM. For instance, <i>score</i> runs on a Raspberry Pi Zero 2W.
33+
- For graphics, a GPU which supports at least OpenGL 3.2, Vulkan, Direct3D 11 or Metal.
34+
- [NDI Runtime](https://github.com/DistroAV/DistroAV/discussions/831) (at least v5) may be necessary to use NDI.
35+
- [UltraLeap SDK](https://leap2.ultraleap.com/downloads/) (at least Gemini or Hyperion) may be necessary to use UltraLeap devices.
3036

31-
<h2 type="button" class="collapsible" > All platforms </h2>
32-
<div class="collapsible-content">
33-
<p class="download-page-layout" align="center">
34-
<a href="https://apps.microsoft.com/store/detail/ossia-score/9NGT21X5XB19" target="_blank" class="page-button download-page"><img src="../assets/microsoft-store.svg" height="80px"/>Microsoft Store</a>
35-
<a href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-macOS-Intel.dmg" class="page-button download-page" ><img src="../assets/apple_logo_black.svg" height="80px"/>macOS (Intel)</a>
36-
<a href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-macOS-AppleSilicon.dmg" class="page-button download-page" ><img src="../assets/apple_logo_black.svg" height="80px"/>macOS (AppleSilicon / M1 etc.)</a>
37-
<a href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-linux-amd64.AppImage" class="page-button download-page"><img src="../assets/Linux_Platform.svg" height="80px"/>Linux</a>
38-
<a href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-rpi-aarch64.tar.gz" class="page-button download-page"><img src="../assets/Pi64_Platform.svg" height="80px"/>Raspberry Pi (64-bit)</a>
39-
<a href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-win64.exe" class="page-button download-page"><img src="../assets/windows_logo_2012-Black.svg" height="80px"/>Windows</a>
40-
<a href="https://ossia.io/score-web" target="_blank" class="page-button download-page"><img src="../assets/web.png" height="80px"/>WebAssembly</a>
41-
</p>
42-
43-
<p style="display: flex; justify-content: center;align-content:space-evenly;" align="center">
44-
45-
</p>
46-
</div>
47-
48-
<h2 type="button" class="collapsible" > Minimal requirements </h2>
37+
<h3 type="button" class="collapsible" > Windows </h3>
4938
<div class="collapsible-content">
5039
<ul>
51-
<li> 800 MHz CPU, 512MB of RAM (but you won't make very large scores). </li>
52-
<li> For graphics, a GPU which supports at least OpenGL 3.2, Vulkan, Direct3D11 or Metal. </li>
53-
</ul>
54-
</div>
55-
56-
<h2 type="button" class="collapsible" > Windows </h2>
57-
<div class="collapsible-content">
58-
<ul>
59-
<li> Recommended: Windows 10. Must be at least Windows 7 with all system updates installed. </li>
40+
<li> Windows 10 and 11 are supported, not older versions. </li>
6041
<li> <i>score</i> and *libossia* use Bonjour for the OSCQuery automatic discovery feature.
6142
This means that on Windows, you must install the <a href="https://support.apple.com/kb/dl999?locale=en_US">Bonjour Print Services</a> for this to work. </li>
6243
</ul>
6344
</div>
6445

65-
<h2 type="button" class="collapsible" > macOS </h2>
46+
<h3 type="button" class="collapsible" > macOS </h3>
6647
<div class="collapsible-content">
67-
Must be at least Catalina (10.15) on Intel, 11.0 on ARM / AppleSilicon / M1 etc..
48+
Must be at least Catalina (10.15) on Intel.
49+
<br/>
50+
Must be at least Big Sur 11.0 on ARM / AppleSilicon / M1 etc.
51+
<br/>
6852
The latest version to support back to macOS 10.13 High Sierra is 3.1.8, downloadable <a href="https://github.com/ossia/score/releases/download/v3.1.8/ossia.score-3.1.8-macOS.dmg">here</a>.
6953
</div>
7054

71-
<h2 type="button" class="collapsible" > Linux (Desktop) </h2>
55+
<h3 type="button" class="collapsible" > Linux (Desktop) </h3>
7256
<div class="collapsible-content">
7357

7458
<p> To integrate the AppImage into your system, please follow: <br>
75-
&nbsp;&nbsp;&nbsp;&nbsp;<a>https://github.com/AppImage/awesome-appimage/#desktop-integration</a>
59+
&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/AppImage/awesome-appimage/#desktop-integration">https://github.com/AppImage/awesome-appimage/#desktop-integration</a>
7660
</p>
7761

7862
All Linux distributions from at least mid-2018 should be supported:
7963
<ul>
8064
<li>The packages are built on CentOS 8.</li>
81-
<li>Ubuntu 18.10+ </li>
65+
<li>Ubuntu 18.10+</li>
8266
<li>Debian Buster (10) / Bullseye (11) / ... </li>
8367
<li>Fedora 29+</li>
8468
<li>Your system must have at least glibc-2.28, as well as X11, ALSA, libGL, librt, libdbus, libGL, libEGL. Those packages are present on any relevant desktop distribution ; if you use Debian, Ubuntu, Fedora, OpenSUSE, ArchLinux or anything like those it will work fine.</li>
8569
<li>Either JACK or Pipewire for audio, and Avahi for Bonjour support are recommended.</li>
86-
<li>libbluez may be necessary to use Wiimotes (which go through Bluetooth).</li>
70+
<li>libbluez may be necessary to use Wiimotes (which go through Bluetooth) and the BLE support.</li>
8771
<li>Wayland support is still experimental, in particular on GNOME-based desktops.</li>
8872
</ul>
8973
</div>
9074

91-
<h2 type="button" class="collapsible" > Ubuntu >= 22.04</h2>
75+
<h3 type="button" class="collapsible" > Ubuntu >= 22.04</h3>
9276
<div class="collapsible-content">
9377
Important note for Ubuntu: *fuse2* must be installed as it is necessary for running AppImages:
9478

@@ -98,18 +82,61 @@ sudo apt install fuse2
9882
</pre>
9983
</div>
10084

101-
<h2 type="button" class="collapsible" > Linux (Raspberry Pi, embedded...) </h2>
85+
<h3 type="button" class="collapsible" > Linux (Raspberry Pi, embedded...) </h3>
10286
<div class="collapsible-content">
10387
Read the <a href="https://ossia.io/score-docs/in-depth/embedded.html">documentation</a> before running score on a Pi.
88+
<br/>
89+
The Raspberry Pi package has also been tested on Arch Linux ARM and Asahi Linux.
90+
<br/>
91+
The Flatpak and Nix versions are also available as AArch64.
10492
</div>
10593

94+
<br/>
95+
96+
## Installing from a package manager
97+
98+
<ul>
99+
<li><a href="https://flathub.org/apps/io.ossia.score">Flatpak</a>: flatpak install flathub io.ossia.score</li>
100+
<li><a href="https://aur.archlinux.org/packages/ossia-score">ArchLinux (AUR)</a>: paru -S ossia-score</li>
101+
<li><a href="https://search.nixos.org/packages?channel=unstable&amp;show=ossia-score">Nix</a>: nix-shell -p ossia-score</li>
102+
<li><a href="https://packages.msys2.org/package/mingw-w64-x86_64-ossia-score">MSYS2</a>: pacman -S mingw-w64-x86_64-ossia-score</li>
103+
<li><a href="https://winget.run/pkg/ossia/score">WinGet</a>: winget install -e --id ossia.score</li>
104+
<li><a href="https://formulae.brew.sh/cask/ossia-score">Homebrew</a>: brew install --cask ossia-score</li>
105+
</ul>
106+
107+
<br/>
108+
106109
## Source code
107110

108111
The source code for the latest release can be downloaded from here:
109112
* Latest release's <a href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-src.tar.xz">source code</a>
110113
* Latest release's <a href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-src.tar.xz.asc">source code signature</a>
111114
* Alternatively, you can fetch the latest source code <a href="https://github.com/ossia/score">directly from Github</a>
112115

116+
<br/>
113117

118+
<h2 type="button" class="collapsible" > All downloads </h2>
119+
<div class="collapsible-content">
120+
<p class="download-page-layout" align="center">
121+
<a href="https://apps.microsoft.com/store/detail/ossia-score/9NGT21X5XB19" target="_blank" class="page-button download-page"><img src="../assets/microsoft-store.svg" height="80px"/>Microsoft Store</a>
122+
<a href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-win64.exe" class="page-button download-page"><img src="../assets/windows_logo_2012-Black.svg" height="80px"/>Windows</a>
123+
</p>
124+
<p class="download-page-layout" align="center">
125+
<a href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-macOS-Intel.dmg" class="page-button download-page" ><img src="../assets/apple_logo_black.svg" height="80px"/>macOS (Intel)</a>
126+
<a href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-macOS-AppleSilicon.dmg" class="page-button download-page" ><img src="../assets/apple_logo_black.svg" height="80px"/>macOS (AppleSilicon / M1 etc.)</a>
127+
</p>
128+
<p class="download-page-layout" align="center">
129+
<a href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-linux-amd64.AppImage" class="page-button download-page"><img src="../assets/Linux_Platform.svg" height="80px"/>Linux (AppImage)</a>
130+
<a href="https://flathub.org/apps/io.ossia.score" class="page-button download-page"><img src="../assets/Flatpak_Logo.svg" height="80px"/>Linux (Flatpak)</a>
131+
<a href="https://github.com/ossia/score/releases/download/v{{site.score_version}}/ossia.score-{{site.score_version}}-rpi-aarch64.tar.gz" class="page-button download-page"><img src="../assets/Pi64_Platform.svg" height="80px"/>Raspberry Pi (64-bit)</a>
132+
</p>
133+
<p class="download-page-layout" align="center">
134+
<a href="https://ossia.io/score-web" target="_blank" class="page-button download-page"><img src="../assets/web.png" height="80px"/>WebAssembly</a>
135+
</p>
136+
137+
<p style="display: flex; justify-content: center;align-content:space-evenly;" align="center">
138+
139+
</p>
140+
</div>
114141

115142
<script src="/js/collapsible.js"></script>

index.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@ <h2 class="catchphrase">A free and open-source sequencer</h2>
4444
<section id="index" class="white" style="padding-top: 4em;">
4545
<h2 style="text-align: center;" ><span class="title-section" style="color: black; border-color:var(--orange);">Supporting organizations</span></h2>
4646
<div class="logo-grid" style="padding-top: 0.1em;">
47+
<a href="https://sat.qc.ca/"><img loading="lazy" src="/assets/logo/sat-logo.svg" alt="Société des Arts Technologiques" width="80" height="auto"/></a>
4748
<a href="https://www.unrealengine.com/"><img loading="lazy" src="/assets/logo/unreal_engine.png" alt="Unreal Engine" width="80" height="auto"/></a>
4849
<a href="https://www.mozilla.org/" ><img loading="lazy" src="/assets/logo/mozilla-logo.png" alt="Mozilla" /></a>
4950
<a href="https://opencollective.com/"><img loading="lazy" src="/assets/logo/opencollectivelogo.png" alt="OpenCollective" /></a>
51+
</div>
52+
<div class="logo-grid" style="padding-top: 0.1em;">
5053
<a href="https://anr.fr/" ><img loading="lazy" src="/assets/logo/anr-logo.png" alt="ANR" /></a>
5154
<a href="https://www.culture.gouv.fr/"><img loading="lazy" src="/assets/logo/logo-ministere-de-la-culture.png" alt="Ministère de la culture"/></a>
5255
<a href="https://www.labri.fr/"><img loading="lazy" src="/assets/logo/LABRI_BIG.png" alt="LaBRI" /></a>
@@ -72,6 +75,7 @@ <h2>An intermedia sequencer</h2>
7275
<li>Playback most audio formats, with support for multichannel</li>
7376
<li>H.264 and HAP video playback, with a state-of-the art cross-platform video & shader pipeline</li>
7477
<li>Send & receive OSC, MIDI, DMX or directly talk through HTTP or a serial port</li>
78+
<li>Control IoT systems with CoAP, MQTT and BLE support</li>
7579
</ul>
7680
</p>
7781
</div>
@@ -152,6 +156,9 @@ <h2>Supported protocols</h2>
152156
<div class="tooltip"><img loading="lazy" src="/assets/logo/gamepad.png" alt="Gamepad" width="80" height="auto"/><span class="tooltiptext">Gamepad</span></div>
153157
<div class="tooltip"><img loading="lazy" src="/assets/logo/wiimote.png" alt="Wiimote" width="80" height="auto"/><span class="tooltiptext">Wiimote</span></div>
154158
<a href="https://www.avid.com/learn-and-support/c24" alt="Avid C|24" class="tooltip" style="margin: 0;"><span>C|24</span><span class="tooltiptext">Avid C|24</span></a>
159+
<a href="https://mqtt.org/" alt="MQTT" class="tooltip" style="margin: 0;"><span>MQTT</span><span class="tooltiptext">MQTTv5</span></a>
160+
<a href="https://en.wikipedia.org/wiki/Constrained_Application_Protocol" alt="CoAP" class="tooltip" style="margin: 0;"><span>CoAP</span><span class="tooltiptext">CoAP</span></a>
161+
<a href="https://en.wikipedia.org/wiki/Bluetooth_Low_Energy" alt="BLE" class="tooltip" style="margin: 0;"><span>BLE</span><span class="tooltiptext">Bluetooth Low Energy</span></a>
155162
</div>
156163
</div>
157164
<br/>
@@ -184,7 +191,7 @@ <h2>Compatible environments</h2>
184191
</div>
185192
</div>
186193
</section>
187-
<!-- Video -->
194+
<!-- Video -->
188195
<section id="index" class="black" style="">
189196
<div class="frontpage-video">
190197
<div class="videoWrapper">

0 commit comments

Comments
 (0)