forked from gessl/urMus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefaultinterface.html
More file actions
50 lines (45 loc) · 2.55 KB
/
Copy pathdefaultinterface.html
File metadata and controls
50 lines (45 loc) · 2.55 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
<html>
<head>
<script type="text/javascript">
function showemail(d,u,n) {
var email = u + "@" + d;
document.write("<a href=mailto:"+email+">"+n+"</a>");
}
</script>
<title>
urMus - Default Interface
</title>
<meta name="keywords" content="UrMus, Mobile Music, Mobile Music Instrumens,MoPhO, Michigan Mobile Phone
Orchestra, University of Michigan, Performing Arts Technology, Computer Science, Engineering, music, performance, research, classroom,
Georg Essl">
</head>
<body bgcolor=#ffffff text=#000000>
<center>
<font size="4" face="Trebuchet MS">ur<span
style='color:#548DD4'>Mus</span></font><font size="4" face="Verdana"> - Audio and Media Interactions and Interfaces on Mobile Phones</font><br>
<hr>
<br>
<img src="images/urMusLogo.png" alt="urMus"><br>
<br>
<font size="6" face="Verdana"> Default Interface </font>
<br>
<hr>
<table border="0" width=80%>
<tr><td>
<p align="justify"><font size="2" face="Verdana">In principle <font size="3" face="Trebuchet MS">ur<span style='color:#548DD4'>Mus</span></font> can be made to look in any conceivable way. It does however ship with a default mapping interface that serves as an example how mapping interfaces on mobile multitoch devices such as the iPhone might look like. Here we give a very brief introduction into the interaction elements of this interface. Because of the limited screen space, a lot of different interactions are packed into a relatively small area. <font size="3" face="Trebuchet MS">ur<span style='color:#548DD4'>Mus</span></font>' default interface utilizes single taps, double taps as well as scrolling to allow input, modification of the workspace and organising of the display area.
<p>
<center><font size="4">Main Functional Areas</font></center>
<center><img src="images/urMusMainAreas.jpg" width=80%></center>
<center><font size="4">Single Tap Interactions</font></center>
<center><img src="images/urMusSingleTaps.jpg" width=80%></center>
<center><font size="4">Double Tap Interactions</font></center>
<center><img src="images/urMusDoubleTaps.jpg" width=80%></center>
<center><font size="4">Scrolling and Sliding</font></center>
<center><img src="images/urMusScroll.jpg" width=80%></center>
</td></tr></table>
<hr>
<font size="2">
<a href="http://urmus.eecs.umich.edu/"><font size="3" face="Trebuchet MS">ur<span style='color:#548DD4'>Mus</span></font></a> - <a href="http://music.umich.edu">School of Music, Theatre & Dance</a> - <a href="http://eecs.umich.edu">Electrical Engineering and Computer Science</a> - <a href="http://www.umich.edu">University of Michigan</a>
</font>
</center>
</html>