Re: [Rosegarden-user] save as Midi 0 file?

2013-07-28 Thread Darcy Kahle
Thanks for this suggestion. I have decided to do this up in Perl instead of C. For those interested in this, here is my initial code. It works, but does not look nice. You will have to install the Tk and MIDI Perl modules. #!/usr/bin/perl -w use Tk; use Tk::Optionmenu; use Tk::FBo

Re: [Rosegarden-user] save as Midi 0 file?

2013-07-28 Thread D. Michael McIntyre
On 07/28/2013 02:34 PM, Michael Gerdau wrote: > #include "midifile.h" > int main(int argc, char **argv) > { >MidiFile_t myMidiFile = MidiFile_load("some_path_to_midifile"); >MidiFile_setFileFormat(myMidiFile, 0); >return MidiFile_save(myMidiFile, "some_other_path_to_midifile"); > } I

Re: [Rosegarden-user] save as Midi 0 file?

2013-07-28 Thread Michael Gerdau
> Thanks for that link. It appears that it will do the job (and there are > a few other programs there that might be helpful as well), but I would > prefer a native Linux app, if one exists. If you have at least basic C coding skills you could try these MIDI utilities (i.e. the corresponding MIDI

Re: [Rosegarden-user] save as Midi 0 file?

2013-07-28 Thread Darcy Kahle
Thanks for that link. It appears that it will do the job (and there are a few other programs there that might be helpful as well), but I would prefer a native Linux app, if one exists. Lawrence E Toal wrote: > Have you tried this freeware under WINE? > > It r

[Rosegarden-user] save as Midi 0 file?

2013-07-28 Thread Lawrence E Toal
Have you tried this freeware under WINE? It runs here using wine-1.6 , but I don't have a format 0 device to test it with.. --Lawrence -- See everything from the browser to the database

[Rosegarden-user] save as Midi 0 file?

2013-07-28 Thread Darcy Kahle
After my old box (of 15 years) finally died, I have made the move to upgrade the hardware and Rosegarden to the latest version. I had installed on the old hardware, under Wine, a windows app that converts Midi files from Midi 1 to Midi 0, and with the failure of the box, I have lost that. Doe