You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/about-about.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -8,24 +8,24 @@ category: site-about
8
8
9
9
## Scientific background
10
10
11
-
Software developed as part of the ossia project has its roots in scientific research projects started around 2000 at the LaBRI - the general research project is called <i>i-score</i> (interactive scores). See the [Research](research) section for detailed information.
11
+
Software developed as part of the ossia project has its roots in scientific research projects started around 2000 at the LaBRI - the general research project is called <i>i-score</i> (interactive scores). See the [Research](research.html) section for detailed information.
<ahref="https://www.enseignementsup-recherche.gouv.fr/"><imgsrc="/assets/logo/ministere-sup.jpg"alt="Ministère de l'enseignement supérieur et de la recherche"/></a>
28
+
<ahref="https://www.culture.gouv.fr/"><imgsrc="/assets/logo/logo-ministere-de-la-culture.png"alt="Ministère de la culture"/></a>
29
29
</div>
30
30
31
31
With additional support and contributions of other organizations, such as:
<ptype="button"class="collapsible" > How can I help ?</p>
50
50
<divclass="collapsible-content">
51
51
The easiest way to contribute is by donating to the <ahref="https://opencollective.org/ossia">development fund</a>.
52
52
53
53
A very good way to participate is by contributing through bug reports, and code improvements.
54
-
See the <ahref="contributor-guide.html">Contributing</a> page for more information.
54
+
See the <ahref="/contributor-guide.html">Contributing</a> page for more information.
55
55
</div>
56
56
<!--
57
57
<p type="button" class="collapsible"> Playing a sound</p>
@@ -264,13 +264,13 @@ See the <a href="contributor-guide.html">Contributing</a> page for more informat
264
264
265
265
<ptype="button"class="collapsible"> Some VST plug-ins and virtual cameras do not work on Mac</p>
266
266
<divclass="collapsible-content">
267
-
You are likely encountering <a href="https://stackoverflow.com/questions/61114738/are-macos-virtual-webcams-inherently-incompatible-with-10-14s-hardened-runtime">security-related macOS issues</a>. <br/>
267
+
You are likely encountering <a href="https://stackoverflow.com/questions/61114738/are-macos-virtual-webcams-inherently-incompatible-with-10-14s-hardened-runtime">security-related macOS issues</a>. <br/>
268
268
As a workaround, you can follow the steps given in the above link to remove the code signing of the score binary, which will in turn make macOS allow score to open virtual webcams and any audio plug-ins.
269
269
</div>
270
270
271
271
<ptype="button"class="collapsible"> The minimap is hard to use on Mac</p>
272
272
<divclass="collapsible-content">
273
-
You are likely encountering <a href="https://stackoverflow.com/questions/61843481/macos-simulated-mouse-event-only-works-when-launching-binary-not-application-b">this macOS issue</a>. <br/>
273
+
You are likely encountering <a href="https://stackoverflow.com/questions/61843481/macos-simulated-mouse-event-only-works-when-launching-binary-not-application-b">this macOS issue</a>. <br/>
274
274
As a workaround, you can try to open score by right-clicking on Score.app, selection "Open contents", navigating to "Score.app/Contents/MacOS" and running the "score" binary from there.
275
275
</div>
276
276
@@ -291,14 +291,14 @@ var i;
291
291
292
292
for (i =0; i <coll.length; i++) {
293
293
coll[i].addEventListener("click", function() {
294
-
294
+
295
295
var coll =document.getElementsByClassName("collapsible");
0 commit comments