generated from gbrochar/boilerplate
typos
This commit is contained in:
parent
b817ff4fe5
commit
b2c57c4cfb
|
@ -8,12 +8,12 @@ export default function Arduino() {
|
|||
<div className='container'>
|
||||
<h1>Cerberus played with an Arduino controller</h1>
|
||||
<p>A recording of a work session experimenting with Arduino and a
|
||||
MOSFET transistor to control the laser state, by
|
||||
MOSFET transistor to control the laser state. By
|
||||
synchronizing the frequency of the waveform and the frequency
|
||||
of the MOSFET we can create segmentation, you can see 8
|
||||
of the MOSFET we can create segmentation: you can see 8
|
||||
segments at 1:24 and later 256 segments. The laser sometimes
|
||||
vanishes because I recompile the arduino project during the
|
||||
video</p>
|
||||
video.</p>
|
||||
<video width="360" height="640" controls>
|
||||
<source
|
||||
src="static/videos/laser_arduino.mp4"
|
||||
|
|
|
@ -7,11 +7,11 @@ export default function Beebox() {
|
|||
return (
|
||||
<div className='container'>
|
||||
<h1>Cerberus with appropriate music</h1>
|
||||
<p>This is a work session. The Cerberus is a very versatile project
|
||||
<p>Working session. The Cerberus is a very versatile project
|
||||
and you cannot always predict the shape that the sound will
|
||||
produce, here I used simple waveforms to create more or less
|
||||
predictable shapes, you can recognize Lissajous curves at some
|
||||
points</p>
|
||||
produce. Here I used simple waveforms to create more or less
|
||||
predictable shapes: you can recognize Lissajous curves at some
|
||||
point</p>
|
||||
<video width="360" height="640" controls>
|
||||
<source src="static/videos/laser_beepbox.mp4"
|
||||
type="video/mp4" />
|
||||
|
|
|
@ -8,14 +8,14 @@ export default function Instruments() {
|
|||
<div className='container'>
|
||||
<h1>Cerberus played with string instruments</h1>
|
||||
<p>A recording of an event made by Évariste that took place the 9th
|
||||
of November 2018 at Matrice, it features the Cerberus being
|
||||
of November 2018 at Matrice featuring the Cerberus being
|
||||
played by string instruments.</p>
|
||||
<video width="640" height="360" controls>
|
||||
<source src="static/videos/laser_instruments.mp4"
|
||||
type="video/mp4" />
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<p>Photography took after the event</p>
|
||||
<p>Picture taken after the event.</p>
|
||||
<img
|
||||
width="640"
|
||||
height="auto"
|
||||
|
|
|
@ -8,7 +8,7 @@ export default function Kinect() {
|
|||
<div className='container'>
|
||||
<h1>Cerberus played with a Kinect camera</h1>
|
||||
<p>A recording of a work session experimenting with Kinect depth
|
||||
camera and the Cerberus</p>
|
||||
camera and the Cerberus.</p>
|
||||
<p>
|
||||
<a
|
||||
href={'https://git.gaetanbrochard.dev/' +
|
||||
|
|
|
@ -8,14 +8,14 @@ export default function Presentation() {
|
|||
<div className='container'>
|
||||
<div className='display-1'>Cerberus</div>
|
||||
<p>The Cerberus is a sound visualization artistic project that
|
||||
allows for a lot of way to visualize sounds, we experimented
|
||||
with this project for several monthes in 2018 while Évariste
|
||||
allows for a lot of ways to visualize sounds. We experimented
|
||||
with this project for several months in 2018 while Évariste
|
||||
was still in activity, and I later made a Kinect version of the
|
||||
project for the digital art exhibition I made in Arzal,
|
||||
Britanny.</p>
|
||||
<p>Videos aren't giving the Cerberus good publicity, because
|
||||
the laser is actually drawing the shape dozens or even hundreds
|
||||
of time per second, and the camera shutter speed struggle to
|
||||
of time per second, and the camera shutter speed struggles to
|
||||
capture that. Pictures however can be pretty, as you can see
|
||||
below.</p>
|
||||
<img
|
||||
|
|
Loading…
Reference in New Issue