Archive for January, 2007
links for 2007-01-31
-
Flash App to make and share various kinds of diagrams online. Has UML support, but looks fairly basic right now.
links for 2007-01-29
-
Joe Ruddy is giving away some of his illustrations here.
links for 2007-01-28
-
Site to upload and share online games
-
Joe Ruddy’s deviantArt Gallery with some fantastic illustrations
links for 2007-01-27
-
Web design guide for nintendo wii
the cake that vikas made
links for 2007-01-24
-
Ways to reduce spam on moveable type blogs
links for 2007-01-18
-
Brian Eno and Will Wright collaborate. wow.
links for 2007-01-17
-
UK pressing plant (vinyl/CD)
-
Videos of zebras
links for 2007-01-11
-
How to package up flash lite content into a sis file
Midi into Flash
As part of some Sancho Plan development i’ve build an app that will send MIDI into Flash. The app, which has the catchy title of MidiRemote, sends note on, note off and controller data to Flash via Local Connection. All the flash movie needs to do is create a Local Connection object with id ‘midi_swf’ and listen for ‘onMidiTrigger’, ‘onMidiTriggerOff’ and ‘onMidiController’ messages (with channel, note and velocity parameters).
In our tests the latency isn’t too bad, but if there are too many hits at the same time then the local connection buffer gets a bit clogged up and a delay appears while it processes all of the messages (so it probably won’t be much good running against a gabba track
).
Download the Mac app here, Windows exe here and an example flash file here
