-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopment.html
More file actions
93 lines (67 loc) · 2.99 KB
/
Copy pathdevelopment.html
File metadata and controls
93 lines (67 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title> </title>
<style>
.titulos{font-size: 20px}
</style>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1> </h1>
<br/>
<p><img src="https://github.com/Digitopia/digitopia.github.io/blob/master/Digitópia-Logo-10-Anos_cor900.png?raw=true" ></p>
<p></p>
</header>
<section>
<h3>
<br/><h1 class="titulos">SOFTWARE</h1>
<a href="http://digitopia.github.io/Sonorium/">SONORIUM</a>
<br/>
<p><small><em>Sonorium is a virtual electronic instrument that recognises and interprets the slightest movement, captured by means of a infra-red camera.</em></small></p>
<a href="http://digitopia.github.io/DigiAmbient/">DIGIAMBIENT</a>
<br/>
<p><small><em>DigiAmbient is a simple and intuitive virtual instrument that can, nonetheless, generate interesting sonic ambiences and visualizations. It is a modified version of a patch made by Filipe Lopes.</em></small></p>
<a href="http://digitopia.github.io/DigiSimpler/">DIGI SIMPLER</a>
<br/>
<p><small><em>DigiSimpler is a simple and intuitive virtual sampler that allows you to quickly grab a sound file and start playing. It is a modified version of "Simpler" by Rui Penha.</em></small></p>
<a href="http://digitopia.github.io/CDM-GAMELAN-SAMPLE-LIBRARY/">GAMELAN SAMPLE LIBRARY</a>
<br/>
<p><small><em>Sample library of Casa da Música Javanese Gamelan.</em></small></p>
<a href="http://digitopia.github.io/Tuttifonia/">TUTTIFONIA</a>
<br/>
<p><small><em>Interactive music software conceived for "Magalhães" computer, available for WIN and OSX.</em></small></p>
<a href="http://digitopia.github.io/PORTOphone-app/">PORTOPHONE</a>
<br/>
<p><small><em>Hear and experience the soundscapes of the city of Oporto, Portugal right from your iOS and Android smartphones.</em></small></p>
<a href="http://orelhudo.casadamusica.com">ORELHUDO</a>
<br/>
<p><small><em>A musical calendar designed for schools. </em></small></p>
<a href="http://digitopia.github.io/Gamult/">GAMULT</a>
<br/>
<p><small><em>The Gamelan sounds on a mobile app! </em></small></p>
<h1 class="titulos">INSTRUMENTS</h1>
<a href="http://digitopia.github.io/uTubo/">uTUBO</a>
<br/>
<p><small><em>Monophonic synth using Arduino+Mozzi</em></small></p>
<a href="http://digitopia.github.io/roboticgamelan">ROBOTIC GAMELAN</a>
<br/>
<p><small><em>The Javanese Gamelan played by means of a controllable robot</em>
<br/>
</section>
<footer>
<p>Back to <a href="http://digitopia.github.io">Homepage</a></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>