Skip to content

Commit 6d7920a

Browse files
committed
Adjustments to CSS for Tutorials, part 32
1 parent ce48064 commit 6d7920a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

content/static/tutorials/sound/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
<h1 style="line-height: 0.7em;">Sound</h1>
2-
<h3 style="line-height: 0.7em;"><em>Text by R. Luke DuBois, code by Wilm Thoben</em></h3>
1+
32

43
<table width="650">
54
<tr>
65
<td>
76

8-
<p class="license">
7+
<p class="license">
98
This tutorial is Extension 1 from the second edition of <em><a href="https://mitpress.mit.edu/books/processing-0">Processing: A Programming Handbook for Visual Designers and Artists</a></em>, published by MIT Press. Copyright 2014 MIT Press. This tutorial is for Processing version 2.0+. If you see any errors or have comments, please <a href="https://github.com/processing/processing-docs/issues?state=open">let us know</a>.
109
</p>
1110

11+
<h1 style="line-height: 0.7em;">Sound</h1>
12+
<h3 style="line-height: 0.7em;"><em>Text by R. Luke DuBois, code by Wilm Thoben</em></h3>
13+
1214
<p class="txt">
1315
The history of music is, in many ways, the history of technology. From developments in the writing and transcription of music (notation) to the design of spaces for the performance of music (acoustics) to the creation of musical instruments, composers and musicians have availed themselves of advances in human understanding to perfect and advance their professions. Unsurprisingly, therefore, we find that in the machine age these same people found themselves first in line to take advantage of the new techniques and possibilities offered by electricity, telecommunications, and, in the last century, digital computers to leverage all of these systems to create new and expressive forms of sonic art. Indeed, the development of phonography (the ability to reproduce sound mechanically) has, by itself, had such a transformative effect on aural culture that it seems inconceivable now to step back to an age where sound could emanate only from its original source.<sup>1</sup> The ability to create, manipulate, and reproduce lossless sound by digital means is having, at the time of this writing, an equally revolutionary effect on how we listen. As a result, the artist today working with sound has not only a huge array of tools to work with, but also a medium exceptionally well suited to technological experimentation.
1416
</p>

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ h2 { margin-bottom: 0; margin-top: 0;}
11541154
#Tutorials p.license {
11551155
border-left: solid 1px #ccc;
11561156
padding: 10px;
1157-
margin-top: 30px;
1157+
margin-top: 0px;
11581158
margin-bottom: 40px;
11591159
background-color: #eee;
11601160
}

0 commit comments

Comments
 (0)