Was wondering how complicated it would be to make a tcl Midi application for the Palm 5 O.S. I don't have extensive experience in tcl code, but was just curious when I noticed some Midi support had been added.(for Midi over wireless Ethernet) I know Palm OS is becoming archaic but their devices are still rock solid when it comes to serial support and transmitting Midi data to hardware modules (with serial fix) Anyway, I'm gonna bookmark this page and see if there is any interest in exploring this avenue, as there are not a whole lot of midi Palm apps left on the market and the few that are there do not allow editing and the few that do edit in their own proprietary formats do not include program changes (an essential function to controlling sound modules) Until we chat again keep shinin jerm :) [AMG]: Are any of these pages helpful to you? * [MIDI] * [midistreamdll] * [tclMIDI] Tcl does [serial port] I/O. It can also do raw binary protocol encoding and decoding using the [[[binary]]] command. If that doesn't do it for you, and you are able to compile C code for your Palm, you can write an extension.