[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.  Does anyone know of a Linux solution to this?  The 
keyboard at church only takes Midi 0 files, so when I load a Midi 1 
file, it ignores any time changes.  I really need a way to save the midi 
files as Midi 0.

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


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?
 http://www.gnmidi.com/gn1to0.zip
  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 with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Rosegarden-user mailing list
 Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
 https://lists.sourceforge.net/lists/listinfo/rosegarden-user


   

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


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 had no idea it was that easy to do the conversion.  There's bound to 
be some way to incorporate that into Rosegarden with minimal effort.

I'll have a think.
-- 
D. Michael McIntyre

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user