Flash, Actionscript, Design, Games and Programming.
A couple of days ago, a guy called Alfonso posted a comment on the Flash Midi Server page asking if the app could pass data from a midi controller to flash. FMS had always been designed to send out data – as I was originally interested in using Flash as the driving force for generative [...]
Another quick – post. I’ve been playing with the great SION AS3 sound library lately, but couldn’t find a list of all the instruments available. So here they are – all the ones that worked for me at least – ?View Code ACTIONSCRIPTvar waveArray:Array = ["sine","saw","triangle8","triangle","square","noise","snoise","konami","ma1","beep","ramp","valsound.bass1","valsound.bell1","valsound.brass1","valsound.guitar1","valsound.lead1","valsound.percus1","valsound.piano1","valsound.se1","valsound.special1","valsound.strpad1","valsound.wind1","valsound.world1","midi.piano1","midi.chrom1","midi.organ1","midi.guitar1","midi.bass1","midi.strings1","midi.ensemble1","midi.brass1","midi.reed1","midi.pipe1","midi.lead1","midi.pad1","midi.fx1","midi.world1","midi.percus1","midi.se1","midi.drum24"]; More details on SION here – http://sites.google.com/site/sioncenter/ And here’s [...]
In: Actionscript|Audio|Classes and Functions|Experiments|Flash|Flash Midi Server|Source Code
26 Apr 2011For a couple of audio projects, I needed some nice musical scales, in midi note format (0-127). I couldn’t find a good list online, so had to knock together a quick script to trace some out. Here’s some that I’m using in a current project, and also the AS source to find any other ones [...]
After a long battle with various installer packages and drivers, I finally got OpenNI, NITE, and the Kinect working with Flash. This means that I can now access the skeleton data from users, and make fun things like this – On the whole, this guide is a good resource for getting everything setup correctly, although [...]
So this site has been down for a few days whilst I sorted out some issues with the hosting company, and a few emails have been lost/bounced – but everyhting should be sorted now. That’s also why this post is a couple of weeks late. Anyway, a few weeks ago, I managed to free up [...]
This is the blog of Lawrie Cape, an interactive developer from Leeds, England.