-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
826 lines (801 loc) · 37.9 KB
/
index.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
<!DOCTYPE html>
<html lang="en">
<head>
<title>Marco Martinez</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<style>
html {
font-size = 100%;
}
body {
font-size = 0.625em;
font: Roboto;
line-height: 1.8;
background-color: #505050;
color: #e3e094;
}
.bg-grey {
background-color: #505050;
}
.bg-light-grey {
background-color: #5e5e5e;
}
h1 {
font-size: 3.6em;
color: #e3e094;
margin-top: 30px;
}
h2 {
font-size: 2.4em;
text-transform: uppercase;
color: #e3e094;
font-weight: 600;
margin-bottom: 30px;
}
h3 {
font-size: 2em;
font-weight: 400;
margin-bottom: 25px;
}
h4 {
font-size: 1.8em;
line-height: 1.375em;
color: #fff;
font-weight: 200;
margin-bottom: 35px;
}
h5, h6 {
color: #fff;
}
p {
/*font-size: 1.4em;*/
color: #fff;
margin-bottom: 25px;
}
a {
color: #e3e094;
}
a:hover {
background-color: #e3e094;
color: #232642;
}
img {
max-width: 100%;
max-height: 100%;
}
.navbar {
margin-bottom: 0;
background-color: #232642;
z-index: 9999;
border: 0;
font-size: 1.2em !important;
line-height: 1.42857143 !important;
letter-spacing: 4px;
border-radius: 0;
}
.navbar li a, .navbar .navbar-brand {
color: #e3e094 !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
color: #505595 !important;
background-color: #e3e094 !important;
}
.navbar-default .navbar-toggle {
border-color: transparent;
color: #e3e094 !important;
}
.jumbotron {
background-color: #505595;
color: #e3e094;
padding: 100px 25px;
font-family: Montserrat, sans-serif;
}
.container-fluid {
padding: 60px 60px;
}
.container-fluid-dialog {
padding: 0px 15px;
}
.const-height {
line-height: 2.5ex;
height: 5ex;
overflow: hidden;
margin-bottom: 5px;
}
.btn {
background-color: #e3e094;
color: #232642;
border-color: #232642;
}
.btn:hover {
background-color: #232642;
color: #e3e094;
}
.logo-small {
color: #e3e094;
font-size: 24px;
}
.logo {
color: #e3e094;
font-size: 180px;
padding: 20px 20px;
}
.row:before, .row:after {display: none !important;}
.card {
background-color: #505595;
border: none;
}
.card-deck .btn {
padding: 0;
text-align: inherit;
}
.list-group-item {
background-color: #505595;
}
.modal-backdrop {
z-index: 10000 !important;
}
.modal.custom {
z-index: 10001 !important;
}
.modal.custom .modal-dialog {
color: #232642;
}
.modal-body {
background-color: #5e5e5e;
}
.modal-header{
background-color: #232642;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border: none;
}
.modal-title {
color: #e3e094;
}
.close.custom {
color: #e3e094;
}
.modal-footer {
background-color: #232642;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: none;
}
.modal-content {
border-radius: 7px;
border: 2px;
border-color: #000;
}
footer .fas {
font-size: 20px;
margin-bottom: 20px;
}
.slideanim {visibility:hidden;}
.slide {
/* The name of the animation */
animation-name: slide;
-webkit-animation-name: slide;
/* The duration of the animation */
animation-duration: 1s;
-webkit-animation-duration: 1s;
/* Make the element visible */
visibility: visible;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #5e5e5e;
box-shadow: inset 0 0 5px #505050;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background: #e3e094;
border-radius: 5px;
}
/* Go from 0% to 100% opacity (see-through) and specify the percentage
from when to slide in the element along the Y-axis */
@keyframes slide {
0% {
opacity: 0;
transform: translateY(70%);
}
100% {
opacity: 1;
transform: translateY(0%);
}
}
@-webkit-keyframes slide {
0% {
opacity: 0;
-webkit-transform: translateY(70%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0%);
}
}
@media screen and (max-width: 576px) {
.logo {
font-size: 150px;
}
.container-fluid {
padding: 30px 25px;
}
}
@media screen and (max-width: 768px) {
.col-sm-4 {
text-align: center;
margin: 25px 0;
}
.btn-lg {
width: 100%;
margin-bottom: 35px;
}
}
@media (min-width: 1200px) {
.card-deck {
max-width: 1080px;
float: none;
margin: 0 auto;
}
}
</style>
<!-- Gumroad Styling -->
<style>
.gumroad-follow-form-embed { zoom: 1; padding-bottom: 25px;}
.gumroad-follow-form-embed:before, .gumroad-follow-form-embed:after { display: table; line-height: 0; content: ""; }
.gumroad-follow-form-embed:after { clear: both; }
.gumroad-follow-form-embed * { margin: 0; border: 0; padding: 0; outline: 0; box-sizing: border-box !important; float: left !important; }
.gumroad-follow-form-embed input { border-radius: 4px; border-top-right-radius: 0; border-bottom-right-radius: 0; font-family: -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px; line-height: 20px; background: #fff; border: 1px solid #ddd; border-right: 0; color: #aaa; padding: 10px; box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02); background-position: top right; background-repeat: no-repeat; text-rendering: optimizeLegibility; font-smoothing: antialiased; -webkit-appearance: none; -moz-appearance: caret; width: 65% !important; height: 40px !important; max-width: 300px;}
.gumroad-follow-form-embed button { border-radius: 4px; border-top-left-radius: 0; border-bottom-left-radius: 0; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); -webkit-transition: all .05s ease-in-out; transition: all .05s ease-in-out; display: inline-block; padding: 11px 15px 12px; cursor: pointer; color: #fff; font-size: 15px; line-height: 100%; font-family: -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; background: #36a9ae; border: 1px solid #31989d; filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5ccfd4, endColorstr=#329ca1, GradientType=0)"; background: -webkit-linear-gradient(#5ccfd4, #329ca1); background: linear-gradient(to bottom, #5ccfd4, #329ca1); height: 40px !important; width: 35% !important; max-width: 150px; }
</style>
</head>
<body id="myPage" data-spy="scroll" data-target=".navbar" data-offset="60">
<!-- Navbar -->
<nav class="navbar navbar-expand-md navbar-dark fixed-top">
<a class="navbar-brand" href="#">
<img src="res/MMLogo.png" height="48px" alt="MM">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#myNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item"><a href="index.html" class="nav-link">HOME</a></li>
<li class="nav-item"><a href="#portfolio" class="nav-link">PORTFOLIO</a></li>
<li class="nav-item"><a href="#musicModal" data-toggle="modal" data-target="#musicModal" class="nav-link">MUSIC</a></li>
<li class="nav-item"><a href="#contact" class="nav-link">CONTACT</a></li>
</ul>
</div>
</nav>
<!-- Title -->
<div class="jumbotron jumbotron-fluid text-center">
<div class="container">
<h1>Marco Martinez</h1>
<h5>Engineer · Artist · Musician · Galactic Entrepreneur</h5>
</div>
</div>
<!--
<div class="jumbotron text-center" style="background-color: #f4d142; color: #000; padding: 75px 25px 25px;">
<span class="fas fa-exclamation-triangle" style="font-size: 64px"></span>
<h4 style="color: #000;">This site is currently under construction</h4>
<h5 style="color: #000;">I appreciate your patience as I update my domain for 2019</h5>
</div>
-->
<!-- About -->
<div id="about" class="container-fluid bg-grey">
<div class="row">
<div class="col-sm-8">
<h2>About Me</h2>
<h4>I am an audio/software engineer, data scientist, and music producer based in Denver, Colorado.</h4>
<h5>Check out my resume for more information:</h5>
<a href="docs/resume.pdf" class="btn btn-dark btn-lg">See Resume</a>
</div>
<div class="col-sm-4">
<span class="glyphicon glyphicon-fire logo slideanim"></span>
<span class="fas fa-flask logo slideanim"></span>
</div>
</div>
</div>
<!-- Skills -->
<div id="skills" class="container-fluid text-center bg-light-grey">
<h2>Technical Skills</h2>
<br>
<div class="row">
<div class="col-md-4 col-sm-6">
<span class="glyphicon glyphicon-off logo-small"></span>
<span class="fas fa-power-off logo-small"></span>
<h4 class="const-height">SOFTWARE ENGINEERING</h4>
<p>Specializing in Kotlin & Java, with extensive experience in C++, Python and JavaScript</p>
</div>
<div class="col-md-4 col-sm-6">
<span class="glyphicon glyphicon-signal logo-small"></span>
<span class="fas fa-signal logo-small"></span>
<h4 class="const-height">DATA SCIENCE & DSP</h4>
<p>From biometric signals to traffic times, data is my speciality</p>
</div>
<div class="col-md-4 col-sm-6">
<span class="fas fa-chart-bar logo-small"></span>
<span class="glyphicon glyphicon-stats logo-small"></span>
<h4 class="const-height">AUDIO ENGINEERING</h4>
<p>Processing, feature extraction, and sound design</p>
</div>
<div class="col-md-4 col-sm-6">
<span class="glyphicon glyphicon-certificate logo-small"></span>
<span class="fas fa-certificate logo-small"></span>
<h4 class="const-height">CLIENT RELATIONS</h4>
<p style="align-self: flex-end;">I believe great products start with knowing your customer</p>
</div>
<div class="col-md-4 col-sm-6">
<span class="glyphicon glyphicon-blackboard logo-small"></span>
<span class="fas fa-desktop logo-small"></span>
<h4 class="const-height">DESIGN</h4>
<p>2D graphic, 3D model and Web/UI design</p>
</div>
<div class="col-md-4 col-sm-6">
<span class="glyphicon glyphicon-edit logo-small"></span>
<span class="fas fa-edit logo-small"></span>
<h4 class="const-height">TECHNICAL WRITING</h4>
<p>Project proposals, project reporting, user manuals, etc.</p>
</div>
</div>
</div>
<!-- Portfolio -->
<div id="portfolio" class="container-fluid bg-grey">
<div class="text-center">
<h2>Portfolio</h2>
<h4>Past and Current Projects</h4>
</div>
<div class="card-deck slideanim">
<div class="card mb-4 btn" data-toggle="modal" data-target="#cthulhuModal">
<img class="card-img-top" src="res/CS.png" alt="Cthulhu Shield">
<div class="card-body">
<h5 class="card-title">The Cthulhu Shield</h5>
<h6 class="card-subtitle">Sensory Substitution Platform</h6>
<hr>
<p class="card-text">audio/visual prosthetics and sensory augmentation</p>
</div>
</div>
<div class="card mb-4 btn" data-toggle="modal" data-target="#twModal">
<img class="card-img-top" src="res/TW.png" alt="Tactile Waves">
<div class="card-body">
<h5 class="card-title">Tactile Waves</h5>
<h6 class="card-subtitle">Audio Processing API</h6>
<hr>
<p class="card-text">a DSP library for a wide range of applications</p>
</div>
</div>
<div class="w-100 d-none d-sm-block d-lg-none"><!-- wrap every 2 on sm--></div>
<div class="card mb-4 btn" data-toggle="modal" data-target="#m4lModal">
<img class="card-img-top" src="res/M4L.png" alt="M4L">
<div class="card-body">
<h5 class="card-title">Max for Live Plugins</h5>
<h6 class="card-subtitle">Free Ableton Live Plugins</h6>
<hr>
<p class="card-text">a collection of mixing, mastering, and performance utilities</p>
</div>
</div>
<div class="w-100 d-none d-lg-block"><!-- wrap every 3 on lg--></div>
<div class="card mb-4 btn" data-toggle="modal" data-target="#lhdfModal">
<img class="card-img-top" src="res/LHDF.png" alt="LH Duo Filter">
<div class="card-body">
<h5 class="card-title">LH Duo Filter</h5>
<h6 class="card-subtitle">Free Performance VST</h6>
<hr>
<p class="card-text">custom dual mode filter for music performance and production</p>
</div>
</div>
<div class="w-100 d-none d-sm-block d-lg-none"><!-- wrap every 2 on sm--></div>
<div class="card mb-4 btn" data-toggle="modal" data-target="#loveModal">
<img class="card-img-top" src="res/LOVE.png" alt="The Love Project">
<div class="card-body">
<h5 class="card-title">The Love Project</h5>
<h6 class="card-subtitle">Interactive Art Piece</h6>
<hr>
<p class="card-text">a massive stainless-steel statue by steel artist Rick Reider</p>
</div>
</div>
<div class="card mb-4 btn" data-toggle="modal" data-target="#musicModal" >
<img class="card-img-top" src="res/Funkatronics_thumb.png" alt="Funkatronics">
<div class="card-body">
<h5 class="card-title">Music</h5>
<h6 class="card-subtitle">Funky Disco House</h6>
<hr>
<p class="card-text">available now on all streaming platforms</p>
</div>
</div>
</div>
</div>
<!-- Services -->
<div id="services" class="container-fluid bg-light-grey text-center">
<div class="text-center">
<h2>On Demand Services</h2>
<p>*Services based on availability, with pricing provided on a per contract basis. For larger contracts (e.g. software development), please use the <a href="#contact">contact form.</a></p>
</div>
<div class="card-deck slideanim">
<div class="card mb-4">
<h5 class="card-header">Education</h5>
<div class="card-body">
<p class="card-text">Learn music production through <a href="https://learnivore.com/">Learnivore.com</a> with an experienced instructor and a personalized lesson plan.</p>
</div>
<div class="card-footer">
<a href="https://learnivore.com/instructors/colorado-music-teacher-with-msc-in-audio-engineering" class="card-link">Book Now</a>
</div>
</div>
<div class="card mb-4">
<h5 class="card-header">Mastering</h5>
<div class="card-body">
<p class="card-text">Audio mastering for online streaming by a trained Engineer with an MS in Audio Engineering.</p>
</div>
<div class="card-footer">
<a href="#quoteModal" data-toggle="modal" data-target="#quoteModal" data-extra="Mastering" class="card-link">Request Quote</a>
</div>
</div>
<div class="w-100 d-none d-sm-block d-xl-none"><!-- wrap every 2--></div>
<div class="card mb-4">
<h5 class="card-header">Music Visualizers</h5>
<div class="card-body">
<p class="card-text">Add a custom visualizer video to your Instagram or YouTube campaign, perfecty synchronized to your music.</p>
</div>
<div class="card-footer">
<a href="#quoteModal" data-toggle="modal" data-target="#quoteModal" data-extra="Music Visualizer" class="card-link">Request Quote</a>
</div>
</div>
<div class="card mb-4">
<h5 class="card-header">Graphic Design</h5>
<div class="card-body">
<p class="card-text">Bring your brand to life with custom designs for your logo, cover art, user interface, or social media.</p>
</div>
<div class="card-footer">
<a href="#quoteModal" data-toggle="modal" data-target="#quoteModal" data-extra="Graphic Design" class="card-link">Request Quote</a>
</div>
</div>
<div class="w-100 d-none d-sm-block d-xl-none"><!-- wrap every 2--></div>
</div>
</div>
<!-- Cthulhu Modal -->
<div class="modal custom fade" id="cthulhuModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">The Cthulhu Shield</h5>
<button type="button" class="close custom" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="container-fluid-dialog">
<div class="row d-block">
<a href="http://sapienllc.com/">
<img border="0" alt="Cthulhu Shield" src="res/CS_V1.gif" width="28%">
</a>
<a href="https://www.youtube.com/watch?v=vBUp2dJDEKc">
<img border="0" alt="Cthulhu Shield Live Sound" src="res/CS_V2.gif" width="71%">
</a>
</div>
<div class="row">
<p>Since 2015, I have been working closely with Sapien, LLC and Colorado State Unversity to develop a sound-to-touch sensory substituion platform. Using hardware built by Sapien, I have created research software tools, demonstration apps, example code, and a Java API (see Tactile Waves) to help our multidisciplinary team create non-invasive auditory prosthetics. With the sucessful launch of the Cthulhu Shield Kickstarter, the project has grown to include other types of sensory replacement and augmentation, as well. For more information on the Cthulhu hardware, visit <a href="https://www.kickstarter.com/projects/2007440405/cthulhu-shield?ref=discovery&term=Cthulhu">Sapien's kickstarter page</a>.</p>
<p>Most recently, I created 2 example/demonstration apps that show how to use the Cthulhu Shield with an Android device. The <a href="https://play.google.com/store/apps/details?id=funkatronics.code.cthulhucamerademo">first app</a> captures video from the device camera, finds regions of motion within each frame, and activates a Cthulhu device in response to this motion, giving a low-resolution tactile "T-Rex Vision". The second app uses Tactile Waves to capture audio and extract formant frequencies in real-time. These frequencies are used to create stimulation patterns on the Cthulhu, yeilding "tactile sound" on the users tongue. Source code for both applications is available <a href="https://github.com/SapienLLCdev/Cthulhu/tree/master/Android%20Examples">here.</a></p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="http://sapienllc.com/" class="btn btn-info" role="button">View Website</a>
</div>
</div>
</div>
</div>
<!-- Tactile Waves Modal -->
<div class="modal custom fade" id="twModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Tactile Waves</h5>
<button type="button" class="close custom" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="container-fluid-dialog">
<div class="row d-block text-center">
<a href="https://www.instagram.com/p/BuASM8mA0-Y/">
<img border="0" alt="Tactile Waves VJ Ex1" src="res/TW_VJ1.gif" width="60%">
</a>
</div>
<div class="row">
<p>Tactile Waves in an open source Android/Java library for audio processing, feature extraction, and sound-to-touch sensory substitution. Originally developed as a sensory substitution research and development tool, the project has evolved into a comprehensive audio/speech processing library for music visualization, VJing, audio FX, and other creative audio work. Currently, I am porting elements of the library to C++, and have begun work on version 2.0, which will include some exciting new features and algorithms. I also have plans to build a version of the library for <a href="https://processing.org/">Processing</a> so users can more easily build Java programs that take advantage of Tactile Waves' powerful audio engine.</p>
<p>This project has a <a href="https://funkatronics.github.io/TactileWaves">dedicated website</a> with links to documentation, downloads, and source code.</p>
<p>My corresponding thesis publication for this project is available <a href="https://search.proquest.com/docview/2115824188?pq-origsite=gscholar">here.</a></p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="https://funkatronics.github.io/TactileWaves" class="btn btn-info" role="button">View Website</a>
</div>
</div>
</div>
</div>
<!-- M4L Modal -->
<div class="modal custom fade" id="m4lModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Max For Live Plugins</h5>
<button type="button" class="close custom" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="container-fluid-dialog">
<div class="row d-block text-center">
<a href="http://www.maxforlive.com/library/device/4662/mix-matcher">
<img border="0" alt="Mix Matcher" src="res/M4L1.jpg" width="47.7%">
</a>
<a href="http://www.maxforlive.com/library/device/5005/loudness-meter">
<img border="0" alt="Loudness Meter" src="res/M4L2.jpg" width="51.3%">
</a>
<a href="http://www.maxforlive.com/library/device/4686/goniometer">
<img border="0" alt="Goniometer" src="res/M4L3.jpg" width="23.885%">
</a>
<a href="http://www.maxforlive.com/library/device/4687/vu-meter">
<img border="0" alt="VU Meter" src="res/M4L4.jpg" width="75.115%">
</a>
</div>
<div class="row">
<p>For the past several years, I have been developing free plugins for Ableton Live, using <a href="https://cycling74.com/products/maxforlive">Max For Live.</a> With these plugins, I aim to provide advanced signal processing techniques that would otherwise be out of reach for a typical Max user. My currently available plugins include a suite of mixing and mastering tools for phase correlation, perceived loudness metering, volume metering, and spectral referencing. A custom DJ control surface for the <a href="https://www.ableton.com/en/push/">Push 2</a> and similar pad based controllers is currently in development, as well as a motion tracking modulator that converts motion from a video source to parameter automations.</p>
<p> Visit my Max for Live <a href="http://www.maxforlive.com/profile/user/Funkatronics">developer page</a> for more info and downloads.</p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="http://www.maxforlive.com/profile/user/Funkatronics" class="btn btn-info" role="button">View Website</a>
</div>
</div>
</div>
</div>
<!-- LH Duo Filter Modal -->
<div class="modal custom fade" id="lhdfModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">LH Duo Filter</h5>
<button type="button" class="close custom" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="container-fluid-dialog">
<div class="row d-block text-center">
<a href="https://www.instagram.com/p/BuASM8mA0-Y/">
<img border="0" alt="LH Duo Filter" src="res/LHDF.png" width="40%">
</a>
</div>
<div class="row">
<p>LH Duo Filter is my first publically available audio plugin (VST). This plugin implements a custom dual-mode low/high-pass filter using <a href="https://juce.com/">JUCE.</a> Turning the CUTOFF control clockwise will apply a 12 dB/octave high-pass filter to the signal with an increasing cutoff frequency. Similarly, turning counter-clockwise will apply a low-pass filter with decreasing cutoff frequency. The MODE switch will toggle between two different filter types. The first is a clean biquad filter (from Tactile Waves), and the second is a custom oversampled state variable filter with added saturation/waveshaping. The RES knob can be used to control the filter resonance, while the LINK switch will allow the resonance to be adjusted automatically, according to the CUTOFF position.</p>
<p>This plugin is perfect for live performance/DJing. During buildups and transitions, low or high-pass filtering can be applied to a sound using just one knob, freeing up the performers hands and controls for other effects. It is also useful in the studio, as its fully automatable parameters allow for precise control of filter sweeps in an arrangement. Because of the plugin's low performance overhead, it can be thrown on several tracks in one session without using up available resources.</p>
<p>FREE downloads and source code coming soon!</p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="http://www.maxforlive.com/profile/user/Funkatronics" class="btn btn-info disabled" role="button">View Website</a>
</div>
</div>
</div>
</div>
<!-- Love Project Modal -->
<div class="modal custom fade" id="loveModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">The Love Project</h5>
<button type="button" class="close custom" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="container-fluid-dialog">
<div class="row d-block text-center">
<a href="https://www.rickreider.com/the-love-project">
<img border="0" alt="LOVE Statue 1" src="res/LOVE1.png" width="29.509%">
</a>
<a href="https://www.rickreider.com/the-love-project">
<img border="0" alt="LOVE Statue 2" src="res/LOVE2.png" width="30.49%">
</a>
</div>
<div class="row d-block text-center">
<a href="https://www.rickreider.com/the-love-project">
<img border="0" alt="LOVE Statue 3" src="res/LOVE3.jpg" width="23.559%">
</a>
<a href="https://www.rickreider.com/the-love-project">
<img border="0" alt="LOVE Statue 4" src="res/LOVE4.jpg" width="46.44%">
</a>
</div>
<div class="row">
<p>The Love Project is a massive, mirror-finished stainless steel statue conceptualized by Fort Collins steel artist <a href="https://www.rickreider.com/">Rick Reider.</a> I worked with Rick over the past few years to help bring his creation to life. Starting with 2D drawings and 3D CAD models, I helped Rick design each letter to be visually pleasing, structurally sound, and manufacturable. I then created photorealistic renderings and 3D printed models (pictured above) to visualize the design, and finally DXF cutting files for the guys at <a href="http://coloradowaterjet.com/">Colorado Waterjet.</a> The statue is currently being manufactured in Rick's Fort Collins workshop. More information on this project can be found on Rick's website <a href="https://www.rickreider.com/the-love-project">here.</a></p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="https://www.rickreider.com/the-love-project" class="btn btn-info" role="button">View Website</a>
</div>
</div>
</div>
</div>
<!-- Music Modal -->
<div class="modal custom fade" id="musicModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Funkatronics</h5>
<button type="button" class="close custom" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="container-fluid-dialog">
<div class="row d-block text-center">
<a href="https://open.spotify.com/artist/2dwk4UfQgkV9ed4Yr30eXS">
<img border="0" alt="Funkatronics" src="res/funkatronics.png" width="90%" style="background: #000; padding: 15px; border-radius: 15px">
</a>
</div>
<div class="row justify-content-center">
<h5>Funky Disco House Music</h5>
</div>
<div class="row justify-content-center">
<p>Available now on all streaming platforms</p>
<iframe width="100%" height="96" src="https://song.link/embed?url=https://song.link/i/1453364172" frameborder="0" allowfullscreen="true"></iframe>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="https://open.spotify.com/artist/2dwk4UfQgkV9ed4Yr30eXS" class="btn btn-info" role="button">View Spotify Artist Page</a>
</div>
</div>
</div>
</div>
<!-- Quote Modal -->
<div class="modal custom fade" id="quoteModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Request a Quote</h5>
<button type="button" class="close custom" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="container-fluid-dialog">
<div class="row px-2"><h6>Enter your name, email, and a short description of your request:</h6></div>
<div class="row justify-content-center">
<form action="https://formspree.io/[email protected]" method="POST" id="quoteForm" width="650px">
<input type="hidden" name="_subject" value="Quote Request from Personal Website"/>
<input type="hidden" name="_format" value="plain"/>
<input type="hidden" name="_next" value="thankyou.html"/>
<div class="row">
<div class="col-sm-12 form-group">
<input size="100" class="form-control" name="subject" placeholder="Subject" type="text" required/>
</div>
</div>
<div class="row">
<div class="col-sm-6 form-group">
<input class="form-control" name="name" placeholder="Name" type="text" required autofocus/>
</div>
<div class="col-sm-6 form-group">
<input class="form-control" name="email" placeholder="Email" type="email" required/>
</div>
</div>
<textarea class="form-control" name="comments" placeholder="Additional details..." rows="5"></textarea>
</form>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<input class="btn btn-default" type="submit" form="quoteForm" value="Send">
</div>
</div>
</div>
</div>
<!-- Contact -->
<div id="contact" class="container-fluid text-left bg-grey">
<h2>CONTACT</h2>
<div class="row">
<div class="col-sm-6">
<p style="margin-bottom: 10px;"><span class="align-text-top fas fa-map-marker logo-small"></span> Denver, CO </p>
<p><span class="align-text-top fas fa-envelope logo-small"></span> [email protected]</p>
<h6>Follow me on Gumroad:</h6>
<form action="https://gumroad.com/follow_from_embed_form" class="form gumroad-follow-form-embed" method="post">
<input name="seller_id" type="hidden" value="9356630913199">
<input name="email" placeholder="Your email address" type="email">
<button data-custom-highlight-color="" type="submit">Follow</button>
</form>
</div>
<div class="col-sm-6 slideanim">
<h6>Drop me a note:</h6>
<form action="https://formspree.io/[email protected]" method="POST">
<input type="hidden" name="_subject" value="New Contact from Your Personal Web Page"/>
<input type="hidden" name="_format" value="plain"/>
<input type="hidden" name="_next" value="thankyou.html"/>
<div class="row">
<div class="col-sm-6 form-group">
<input class="form-control" name="name" placeholder="Name" type="text" required autofocus/>
</div>
<div class="col-sm-6 form-group">
<input class="form-control" name="email" placeholder="Email" type="email" required/>
</div>
</div>
<textarea class="form-control" name="comments" placeholder="Comment" rows="5" required></textarea>
<br>
<div class="row text-center">
<div class="col-sm-12 form-group">
<input class="w-50 btn btn-default" type="submit" value="Send">
</div>
</div>
</form>
</div>
</div>
</div>
<footer class="container-fluid text-center" style="background-color: #232642;">
<a href="#myPage" title="To Top">
<span class="fas fa-chevron-up"></span>
</a>
</footer>
<script>
$('#quoteModal').on('show.bs.modal', function (event) {
var button = $(event.relatedTarget) // Button that triggered the modal
var service = button.data('extra') // Extract info from data-* attributes
// Update the modal's content.
var modal = $(this)
modal.find('.modal-title').text('Request ' + service + ' Quote')
$('[name=subject]').val('Quote Request: ' + service)
//modal.find('.modal-body input').val(service)
})
$(document).ready(function(){
// Add smooth scrolling to all links in navbar + footer link
$(".navbar a, footer a[href='#myPage']").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 900, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
$(window).scroll(function() {
$(".slideanim").each(function(){
var pos = $(this).offset().top;
var winTop = $(window).scrollTop();
if (pos < winTop + 600) {
$(this).addClass("slide");
}
});
});
})
</script>
</body>
</html>