adam hoyle presents suckmypixel

adam hoyle’s pictures, links and occasional thoughts

Archive for January, 2007

links for 2007-01-31

without comments

Written by atomoil

January 31st, 2007 at 10:17 pm

Posted in links

links for 2007-01-29

without comments

Written by atomoil

January 29th, 2007 at 10:19 pm

Posted in links

links for 2007-01-28

without comments

Written by atomoil

January 28th, 2007 at 10:17 pm

Posted in links

links for 2007-01-27

without comments

Written by atomoil

January 27th, 2007 at 10:17 pm

Posted in links

the cake that vikas made

without comments




the cake that vikas made

Originally uploaded by atomoil.


Written by atomoil

January 26th, 2007 at 4:27 pm

Posted in Uncategorized

links for 2007-01-24

without comments

Written by atomoil

January 24th, 2007 at 10:17 pm

Posted in links

links for 2007-01-18

without comments

Written by atomoil

January 18th, 2007 at 10:17 pm

Posted in links

links for 2007-01-17

without comments

Written by atomoil

January 17th, 2007 at 10:17 pm

Posted in links

links for 2007-01-11

without comments

Written by atomoil

January 11th, 2007 at 10:17 pm

Posted in links

Midi into Flash

with one comment

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

Written by atomoil

January 10th, 2007 at 10:19 pm