MATRIXSYNTH: Search results for pjskyman


Showing posts sorted by relevance for query pjskyman. Sort by date Show all posts
Showing posts sorted by relevance for query pjskyman. Sort by date Show all posts

Sunday, November 21, 2010

Second demo of NE555Synth DoItYourself


YouTube via pjskyman | November 21, 2010 | 1 likes, 0 dislikes

"Here is a second demo of this fantastic home-made synth with 6 integrated oscillators. The very cold oldschool sound of this synth is warmed up by a reverb effect. Another version exists with 3 oscillators and 10 pink leds, and its instructions and schematics are here : http://www.pjskyman.com/ne555.zip

Voici une seconde démonstration de ce fantastique synthétiseur fait-maison avec 6 oscillateurs. Le son très froid et oldschool de ce synthé est réchauffé par un effet de réverb. Il existe une autre version avec 3 oscillateurs et 10 leds roses dont les instructions et les schémas sont ici : http://www.pjskyman.com/ne555.zip"

Sunday, April 25, 2010

Bubbles on Monome 100h with SkyMonome API and accelerometer


YouTube via pjskyman — April 25, 2010 — "Another demo of the SkyMonome API I developped especially for my needs (http://skymonome.org ). An ADXL203 accelerometer permits the "fall" of the bubbles. This Monome 100h is in construction. It will be a quad 40h in a plexiglas package.
Music : an unpublished track of PJ Skyman ( http://www.pjskyman.fr )
Code used to do this :
Monome monome=new Monome("Monome",MonomeSize.MONOME_256,"localhost","/40h",8000,8080);
/*the following variable is declared as a class member in order to be accessed by the two next listeners*/
inertiaMirroredFrameWindow=new InertiaMirroredFrameWindow(new PictureFrame(ImageIO.read(new File("C:\\...bmp")),false));
monome.addComponent(new FrameGroup("Bubbles",0,0,16,16,inertiaMirroredFrameWindow));
Analog analogX=new Analog("X-axis",0);
analogX.addAnalogListener(new AnalogListener()
{
public void analogMoved(AnalogEvent analogEvent)
{
inertiaMirroredFrameWindow.setXIncrement((analogEvent.getValue()-.5f)*25f);
}
});
monome.addComponent(analogX);
Analog analogY=new Analog("Y-axis",1);
analogY.addAnalogListener(new AnalogListener()
{
public void analogMoved(AnalogEvent analogEvent)
{
inertiaMirroredFrameWindow.setYIncrement((-analogEvent.getValue()+.5f)*25f);
}
});
monome.addComponent(analogY);
monome.refresh();"

Friday, May 07, 2010

FM attempts on a modified MS-20


YouTube via pjskyman — May 07, 2010 — "Second demo of my Korg MS-20 that I restored and modified. Now there's external PWM like MS-10 and outputs of the two oscillators for a plenty of stunning modulations. In this video, the oscillator 1 modulates the oscillator 2 and himself. The sound is simply astounding."

Wednesday, December 30, 2009

Monome, Microkorg and SkyMonome API


YouTube via pjskyman.
"A short demo of my upcoming API "SkyMonome" written in Java language. Here, the program drives the Monome with a 6-step sequencer, and then play on microkorg via Midi."

Monome with accelerometer, Microkorg and SkyMonome API

audio starts at :50
"Another short demo of my upcoming API "SkyMonome" written in Java language. Here, the program drives the Monome with a n-step multisequencer, and then play on microkorg via Midi. Note that only four voices have been used, since the Microkorg has himself only four voices of polyphony. At the end, the accelerometer drives the pitch bend."

Monome, Arturia Origin and SkyMonome API


YouTube via pjskyman
"A very good live demo of my upcoming API "SkyMonome" written in Java language. Here, the program drives the Monome with a n-step multisequencer, and then play on Origin via Midi. Listen to the vintage sound of the CS-80 perfectly simulated by the Origin !

"SkyMonome" coming soon on http://www.skymonome.org"

Sunday, April 18, 2010

Modified MS-20 with PWM and oscillator outputs


YouTube via pjskyman — April 17, 2010 — "Demo of my Korg MS-20 that I restored and modified. Now there's external PWM like MS-10 and outputs of the two oscillators for a plenty of stunning modulations. Another next video will be soon available and will transform the MS-20 into a real 2-operator FM synth."
HOME


Patch n Tweak
Switched On Make Synthesizer Evolution Vintage Synthesizers Creating Sound Fundlementals of Synthesizer Programming Kraftwerk

© Matrixsynth - All posts are presented here for informative, historical and educative purposes as applicable within fair use.
MATRIXSYNTH is supported by affiliate links that use cookies to track clickthroughs and sales. See the privacy policy for details.
MATRIXSYNTH - EVERYTHING SYNTH