-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmediantech.html
80 lines (80 loc) · 4.85 KB
/
mediantech.html
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
<!DOCTYPE html>
<html>
<head>
<title>Music</title>
<meta name="viewport" content="user-scalable = yes">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom_css.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="index.html"><i class="fa fa-home"></i> Home</a></li>
<li><a href="explore.html"><i class="fa fa-file"></i> Explore</a></li>
<li class="active"><a href="#"><i class="fa fa-laptop"></i> Media & Tech</a></li>
<li><a href="history.html"><i class="fa fa-history"></i> History</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="about.html"><i class="fa fa-info-circle"></i> About</a></li>
</ul>
</div>
</nav>
<div class="content-wrapper">
<div class="jumbotron">
<div class="header-bg"></div>
<div class="header-content">
<h1>Music</h1>
<p>
<i>"Without music, life would be a mistake."</i>
</p>
</div>
</div>
<div class="container">
<div class="page-content">
<br /><br />
<h1>Media & Technology</h1>
<p>
The music that composers make can be heard through several media; the most traditional way is to hear it live, in
the presence of the musicians (or as one of the musicians), in an outdoor or indoor space such as an amphitheatre,
concert hall, cabaret room or theatre. Since the 20th century, live music can also be broadcast over the radio,
television or the Internet, or recorded and listened to on a CD player or Mp3 player. Some musical styles focus on
producing a sound for a performance, while others focus on producing a recording that mixes together sounds that were
never played "live." Recording, even of essentially live styles such as rock, often uses the ability to edit and splice
to produce recordings that may be considered "better" than the actual performance.
</p>
<p>
Technology has had an influence on music since prehistoric times, when cave people used simple tools to bore holes into
bone flutes 41,000 years ago. Technology continued to influence music throughout the history of music, as it enabled new
instruments and music notation reproduction systems to be used, with one of the watershed moments in music notation being
the invention of the printing press in the 1400s, which meant music scores no longer had to be hand copied. In the 19th
century, music technology led to the development of a more powerful, louder piano and led to the development of new valves
brass instruments. In the early 20th century (in the late 1920s), as talking pictures emerged in the early 20th century,
with their prerecorded musical tracks, an increasing number of moviehouse orchestra musicians found themselves out of work.
During the 1920s live musical performances by orchestras, pianists, and theater organists were common at first-run theaters.
With the coming of the talking motion pictures, those featured performances were largely eliminated. The American Federation
of Musicians (AFM) took out newspaper advertisements protesting the replacement of live musicians with mechanical playing
devices. One 1929 ad that appeared in the Pittsburgh Press features an image of a can labeled
"Canned Music / Big Noise Brand / Guaranteed to Produce No Intellectual or Emotional Reaction Whatever"
</p>
<p>
Since legislation introduced to help protect performers, composers, publishers and producers, including the
Audio Home Recording Act of 1992 in the United States, and the 1979 revised Berne Convention for the Protection of
Literary and Artistic Works in the United Kingdom, recordings and live performances have also become more accessible
through computers, devices and Internet in a form that is commonly known as Music-On-Demand.
</p>
<small><i>Source: Wikipedia</i></small>
<footer>
<small>Made by <a href="http://areebbeigh.tk" target="_blank">Areeb Beigh</a></small>
</footer>
</div>
</div>
</div>
</body>
</html>