Monthly Archives: August 2009

Soundcloud – embed on WordPress.com

Finally, some social media gets past the WordPress.com police!  (No offense WordPress!)

Here’s a track I wrote years ago.  Now if WordPress would just let us embed some other stuff I would be a truly contented bloke.

Online audio mixer

A quick and dirty post to launch my new online multitrack mixer, coded by Chris Savage.  Still some development to do but try it out!  Click on the image to launch.mixerI’m going to use this to demonstrate how I supply strings as individual stereo stems, and the flexibility this gives composers and producers.  For now, this is just a library track, split up into stems.   The coding is such that publishing a new mixer simply involves editing some text in an xml file, converting my audio to mp3s and uploading a folder of stuff to a server.  I don’t need to touch html or Flash – everything in the mixer is determined by plain and simple text, that looks as boring as this.

<mixer>
<trackTitle>Realstrings – the stems</trackTitle>
<durationInSeconds>125</durationInSeconds>
<showCloseButton>1</showCloseButton>

<track>
<label>Violins 1</label>
<audiofile>mixerV1.mp3</audiofile>
<startmuted>0</startmuted>
<initialvolume>0.5</initialvolume>
</track>

If you’d like to use the mixer on your site, leave a comment here and I’ll send you the files.  I only ask you to use it under a creative commons licence and, if you wish, make a small contribution to the ‘Create for Macmillan’ charity page.