-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaudiocontroller.html
More file actions
86 lines (85 loc) · 2.87 KB
/
audiocontroller.html
File metadata and controls
86 lines (85 loc) · 2.87 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
<!DOCTYPE html>
<html>
<head>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=1"
/>
<title>Cole Morris</title>
<link rel="stylesheet" type="text/css" href="style_audiocontroller.css" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300|Raleway:700,800"
rel="stylesheet"
/>
<a href="/index.html">
<h1>COLE MORRIS</h1>
<h3>Industrial Designer</h3>
</a>
</head>
<body>
<div class="project_title">
<h4><br />project: audiocontroller 5-channel mixer</h4>
</div>
<div class="rows">
<div class="grid-container column">
<div class="grid-item hero">
<img src="images/audiocontroller/hero_triple_tone.jpg" />
</div>
<div class="grid-item hero_alt"></div>
<div class="grid-item sketches"></div>
<div class="grid-item review_1">
<img src="images/audiocontroller/review_1.jpg" />
</div>
<div class="grid-item review_2">
<img src="images/audiocontroller/review_2.jpg" />
</div>
<div class="grid-item eng-drawing">
<img
src="images/audiocontroller/Housing A Drawing MK2.5 watermarked.png"
/>
</div>
<div class="grid-item eng-PCB">
<img src="images/audiocontroller/PCBv01b.png" />
</div>
</div>
<div class="project_desc column">
<p>
3D printed audio mixer for controlling PC audio volume. Allows control
of 5 or more programs simultaneously.
</p>
<p>
Designed to interface with deej, an open-source audio control program
for Windows and Linux. For more info on the deej project, check out
their work here:
<a href="https://github.com/omriharel/deej">deej github</a>.
</p>
<p>
New iterations also work with MIDI, a standard protocol in music
production. My custom firmware supports both deej and MIDI
simultaneously!
</p>
<p>Some images are featured from reviews.</p>
<p>
I offer these for sale. If you want one, check out
<a
href="https://www.etsy.com/ReturnToParadise/listing/1443389115/midi-mixercontroller-for-audio-daw-and?utm_source=Copy&utm_medium=ListingManager&utm_campaign=Share&utm_term=so.lmsm&share_time=1684967613324"
>my Etsy</a
>
or send an inquiry to
<a href="mailto:cole.s.morris@gmail.com">my email</a>! 250+ sold with
5 stars!
</p>
<!-- <p>
<a href="/audiocontroller_3D.html">3D View</a>
</p> -->
</div>
</div>
<footer>
<div class="padder"></div>
<div class="copyright">
<p>Website and content copyright Cole Morris 2016-2023.</p>
</div>
</footer>
</body>
</html>