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