From: Roger B. <ro...@ro...> - 2003-03-18 00:17:41
|
> I'm interested in trying to port Bit-PIM to the VX10. > Has anybody started this effort? Where do I begin? You are the first :-) Do you want to do your work on Windows or Linux? > - 25+ years hardware, firmware, and software development > - C, assembler, BASIC programmer; also FORTRAN and PL/1 (years ago!) bitpim is written in Python which is a simple object oriented programming language. Choose view on this: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/bitpim/bitpim/com_lgvx4400.py Look through the whole file and decide if you would understand enough to make minor tweaks. There are several tutorials at http://www.python.org/doc/Newbies.html > - performing musician well versed in MIDI data formats That will come in VERY handy when I move onto enhancing the ringtone stuff. I am going to need to convert files to type 0 format, figure out how long they are, and chop the file to start and end at certain points. Roger |