How are the MIDI notes in the file accessed by the component? Look at how the MIDI file is held in memory. Is it an array? Each MIDI note is a sequence of numbers with specific meaning assigned to each. You have to add a constant to each value representing pitch. Iterating through the entire array would be necessary to transpose the notes. DJS
TompaD <[EMAIL PROTECTED]> wrote: Hi! Is there anyone on this list using Colin Wilsons midicomponents? I�m working on a project doing a midifileplayer using Colin Wilsons midicomponents. All works rather fine, but I have some things I don�t really know how to solve. One is transpose....with a UpDown I want to make it possible for the user to transpose the playing midifile. I�ve looked around in the source but can�t find the right "path" to fix this. Anyone who can give me a hint? Regards TompaD ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] --------------------------------- Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- Do you Yahoo!? Yahoo! Small Business - Try our new resources site! [Non-text portions of this message have been removed] ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

