[BioRuby-cvs] bioruby/lib/bio/shell/plugin midi.rb,1.5,1.6

Katayama Toshiaki k at pub.open-bio.org
Mon Nov 28 07:06:20 EST 2005


Update of /home/repository/bioruby/bioruby/lib/bio/shell/plugin
In directory pub.open-bio.org:/tmp/cvs-serv11245/plugin

Modified Files:
	midi.rb 
Log Message:
* midi method is renamed to midifile


Index: midi.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/plugin/midi.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** midi.rb	28 Nov 2005 07:17:13 -0000	1.5
--- midi.rb	28 Nov 2005 12:06:18 -0000	1.6
***************
*** 413,417 ****
    private
  
!   def midi(seq, filename, *args)	# *TODO* interface?
      begin
        print "Saving MIDI file (#{filename}) ... "
--- 413,417 ----
    private
  
!   def midifile(filename, seq, *args)
      begin
        print "Saving MIDI file (#{filename}) ... "



More information about the bioruby-cvs mailing list