-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapas07.html
134 lines (134 loc) · 4.14 KB
/
apas07.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>3.4.2.11</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css"
href="style_ie55.css" />
<![endif]-->
<meta name="generator" content="DocBook XSL Stylesheets V1.73.1">
<link rel="start" href="index.html"
title="Programming Electronic Music in Pd">
<link rel="up" href="apa.html" title="Appendix A. Solutions">
<link rel="prev" href="apas06.html" title="3.3.2.3">
<link rel="next" href="apas08.html" title="3.5.2.4">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">3.4.2.11</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p"
href="apas06.html"><img src="images/prev.png" width="41"
height="20" title="previous" alt="Prev"></a> </td>
<th width="60%" align="center">Appendix A. Solutions</th>
<td width="20%" align="right"> <a accesskey="p"
href="apas08.html"><img src="images/next.png" width="41"
height="20" title="next" alt="Next"></a></td>
</tr>
</table>
<hr>
</div>
<div class="sect1" lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both">
<a name="id440922"></a>3.4.2.11
</h2>
</div>
</div>
</div>
<p>a) Build a record function into the sample player:</p>
<p>
<a class="ulink" href="patches/a-15-recsampler.pd" target="_top">patches/a-15-recsampler.pd</a>
</p>
<p>
A toggle is added to the main patch of <a class="link"
href="ch03s04.html#chapt3.4.2.4" title="3.4.2.4 Sampler-player">3.4.2.4</a>
that sends to "rec".
</p>
<div class="informalfigure">
<div class="mediaobject">
<img src="images/appendix/a-15a.jpg">
</div>
</div>
<p>In the subpatch:</p>
<div class="informalfigure">
<div class="mediaobject">
<img src="images/appendix/a-15b.jpg">
</div>
</div>
<p></p>
<hr>
<p>b) Create a patch for reverb or a texture with different delay
times for the input signal, e.g., with multiples of the Fibonacci
series (in which the next number is always the sum of the previous
two: 0 1 1 2 3 5 8 13):</p>
<p>
<a class="ulink" href="patches/a-16-fibodelay.pd" target="_top">patches/a-16-fibodelay.pd</a>
</p>
<div class="informalfigure">
<div class="mediaobject">
<img src="images/appendix/a-16.jpg">
</div>
</div>
<p></p>
<hr>
<p>c) Use different Karplus-Strong sounds to make textures of
varying densities:</p>
<p>
<a class="ulink" href="patches/a-17-karplus-text.pd" target="_top">patches/a-17-karplus-text.pd</a>
</p>
<div class="informalfigure">
<div class="mediaobject">
<img src="images/appendix/a-17.jpg">
</div>
</div>
<p></p>
<hr>
<p>d) Apply a comb filter to patches presented in the previous
sections:</p>
<p>
<a class="ulink" href="patches/a-18-combfilteruse.pd" target="_top">patches/a-18-combfilteruse.pd</a>
</p>
<p>
E.g., using the "filter colors" (<a class="link"
href="ch03s03.html#chapt3.3.2.1" title="3.3.2.1 Filter colors">3.3.2.1</a>)
(use a very short delay, e.g., 15 ms):
</p>
<div class="informalfigure">
<div class="mediaobject">
<img src="images/appendix/a-18.jpg">
</div>
</div>
<p></p>
<hr>
</div>
<div class="navfooter">
</p>
<p>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p"
href="apas06.html"><img src="images/prev.png" width="41"
height="20" title="previous" alt="Prev"></a> </td>
<td width="20%" align="center"><a accesskey="u" href="apa.html">Up</a></td>
<td width="40%" align="right"> <a accesskey="p"
href="apas08.html"><img src="images/next.png" width="41"
height="20" title="next" alt="Next"></a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">3.3.2.3 </td>
<td width="20%" align="center"><a accesskey="h"
href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> 3.5.2.4</td>
</tr>
</table>
</div>
</body>
</html>