osamc.de/archiv/speedcompositionapril2018/index.html

126 lines
3.6 KiB
HTML

<!--AUTOGENERATED:REMOVE-THIS-TAG-TO-PREVENT-OVERWRITE-->
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="include/normalize.css" type="text/css">
<link rel="stylesheet" href="include/sakura.css" type="text/css">
<script type="text/javascript" src="include/amplitude.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Speed Composition Event April 2018</title>
</head>
<body>
<h1>Speed Composition Event April 2018</h1>
<h2>Informationen</h2>
<p>
Die folgenden Musikstücke entstanden jeweils in einer Stunde. Man durfte jegliche Open Source software benutzen und musste lediglich mindestens eines dieser beiden Samples irgendwie einbinden:
</p>
<p>
Sample 1 <small><a href="https://freesound.org/people/tekgnosis/sounds/144862/">Quelle (CC-0)</a></small>
<br>
<audio controls>
<source src="downloads/sample1.wav">
Your browser does not support the audio element.
</audio>
<br>
Sample 2 <small><a href="https://freesound.org/people/ryancacophony/sounds/201994/">Quelle (CC-0)</a></small>
<br>
<audio controls>
<source src="downloads/sample2.wav">
Your browser does not support the audio element.
</audio>
</p>
<p>
<a href="downloads/speedcompositionapril2018.zip">Download</a> der original Dateien (74.4MiB)
</p>
<h2>Audio Player</h2>
<small>Die Dateien zum direkten Hören wurden komprimiert um aller Seiten Bandbreite zu schonen. Im Gesamtdownload (s.o.) sind die unveränderten Dateien.</small>
<p>
<b>nils_serenadeFuerOrchesterUndRasembalo</b><br>
<audio controls style="width: 80%;">
<source src="downloads/nils_serenadeFuerOrchesterUndRasembalo.ogg">
Your browser does not support the audio element.
</audio>
</p>
<p>
<b>spotlightkid_attaaack</b><br>
<audio controls style="width: 80%;">
<source src="downloads/spotlightkid_attaaack.ogg">
Your browser does not support the audio element.
</audio>
</p>
<p>
<b>Florob_Zonk</b><br>
<audio controls style="width: 80%;">
<source src="downloads/Florob_Zonk.ogg">
Your browser does not support the audio element.
</audio>
</p>
<p>
<b>harald_shaveitbaby</b><br>
<audio controls style="width: 80%;">
<source src="downloads/harald_shaveitbaby.ogg">
Your browser does not support the audio element.
</audio>
</p>
<p>
<b>cubic elements_aaaah attack</b><br>
<audio controls style="width: 80%;">
<source src="downloads/cubic elements_aaaah attack.ogg">
Your browser does not support the audio element.
</audio>
</p>
<p>
<b>hermann_äääh</b><br>
<audio controls style="width: 80%;">
<source src="downloads/hermann_äääh.ogg">
Your browser does not support the audio element.
</audio>
</p>
<p>
<b>DanielaKnoll_Gretel-mag-Lebkuchen</b><br>
<audio controls style="width: 80%;">
<source src="downloads/DanielaKnoll_Gretel-mag-Lebkuchen.ogg">
Your browser does not support the audio element.
</audio>
</p>
</body>
</html>
<!-- Let only one file play at the same time. If a user has no java script they have to stop it themselves -->
<script>
window.addEventListener("play", function(evt)
{
if(window.$_currentlyPlaying && window.$_currentlyPlaying != evt.target)
{
window.$_currentlyPlaying.pause();
}
window.$_currentlyPlaying = evt.target;
}, true);
</script>