Showing posts with label arduino. Show all posts
Showing posts with label arduino. Show all posts

December 06, 2009

DIY Night Zurich / Ring Mod Workshop


We'll be hosting an afternoon ring mod workshop next Saturday, December 12, in Zurich. The venue is just outside of town at Rote Fabrik / Dock 18. Thanks to the kind SGMK crew for organising this event. Other workshops will include music production methods, theremin building and a PureData / Arduino how-to. We're looking forward to checking these out as well as helping others build their own ring modulators, levels will be beginner to advanced and we will set up some instruments for testing and play.

DIY Night 2009

- C

October 03, 2007

Pure Data: Build Your Own Virtual Synth

I'm probably way behind the curve with this as this software has been around for years but I've only just started playing around with it the last few weeks and am feeling very proud of my first creation (synth / multi effects processor). The software is called Pure Data, there is a wikipedia site here which will tell you all the background you need to know regarding it.

It is free to download from the Pure Data site and is supported on Windows, Linux, Mac some OS's I've never heard of and there's even a version that works on PDA's.

Pd is described as "a real-time graphical programming environment for audio, video, and graphical processing".


Unless you are fairly computer literate or a programmer don't expect to get much out of it straight away. The best approach is to download a few simple patches created by others and play around with them for a while to get a feel for the GUI and then explore the examples that can be found in the help browser. Start by building an oscillator [osc~] then adding volume control [*~] and reverb using the freeverb [freeverb~] object. Using pd you can build virtually any sound or effect you can imagine there is even a [moog~] object that emulates a Moog resonance filter.

Pd can also be controlled using external midi devices and firmware can be downloaded which allows you to control pure data with the arduino micro-controller board so potentially you could build a reconfigurable personalized music machine with your computer creating the sounds.

The latest version called pd - extended 0.40.2 contains many of the extensions you need to make the patches sometimes called abstraction that you find mentioned on the web work.

There is also a very good forum called pure data hurleur, this community shares and develops objects and extensions for pd and offers advice and feedback to people getting started.

It is possible to play an instrument through your diy virtual effects processor using the adc object [adc~] if you have a line in on your computer or if you have one of those audio to USB converter thingys.

Cycling 74 the creators of Max/MSP which is a more evolved and expensive version of pure data have a free tool called Soundflower that allows you to connect audio packages together (Like jack but easier to use) so for example you could use Soundflower to record pd using Audacity.


Here you will find a cute little synth to play around with just download and install pd and open the file.

I haven't recorded anything yet but as soon as I do ill post it on this site.

Now if someone could just tell me how to emulate distortion of fuzz that would be great.

-J

September 19, 2007

Brilliant Arduino Sequencer

Spotted this fantastic Arduino based synthesizer / sequencer on the make blog this morning. The official website for this project can be found here. The links include video of the device in action is well as code and schematics in case you wanted to build your own APC (Arduino Punk Console) not to be confused with the 555 Timer based Atari Punk Console (APC) which is an entirely different but totally fun weekend noisemaker project. Be sure to check out the rest of their website Beavis Audio as they have lots of other cool audio devices and effects.

I have spent hours playing around with the Arduino board since I purchased one almost a year ago today. Our first instrument an optical theremin we called Fotosis No. 001 used one to control various effects. The possibilities this simple USB cross platform micro-controller presents are almost limitless (Well not really limitless) and I love to see what lots of people around the world is doing with this great tool. I also like the fact that this device is getting the attention it deserves from websites like Make so more people can be turned on to its potential.

-J

August 21, 2007

Arduino Launches Blog

Great news! This bit of info from the Make Magazine blog.

"The Arduino blog is a place for thoughts, news, and discussion with the Arduino team. We thought it was important to provide a higher-profile platform for discussion to complement the more practical Arduino forum, the publicly-editable Arduino playground wiki, and the technically-focused developers mailing list. We hope the blog will be a place for more general discussion about the Arduino project, its goals and development. We’d also like to encourage conversation with people who may not be users of Arduino or members of the forum. Plus, we’ve got a lot of exciting announcements coming soon and wanted to make sure they were easy to spot.

That said, welcome to the Arduino blog! We hope you enjoy it."

Arduino site
Arduino blog
Make blog link

- C