PageRenderTime 37ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/Credits

http://github.com/jimm/midilib
#! | 46 lines | 28 code | 18 blank | 0 comment | 0 complexity | c8fc83467423a8d2372a9da5715624ff MD5 | raw file
  1. midilib is developed by Jim Menard, jimm@io.com. Additional bug fixes and
  2. suggestions have come from:
  3. Mario Pehle <rubyforge.org@errorinitus.de>
  4. Noticed that the PolyPressure class used the misspelled constant
  5. POLY_PRESSSURE.
  6. Mike Hall <m3ha11@rcn.com>
  7. Found errors in example scripts' $LOAD_PATH and a bug in sequence reading
  8. block callback arguments. Found a bug in meta events that caused
  9. "Object#type is deprecated" error messages.
  10. Emanuel Borsboom <emanuel.borsboom@gmail.com>
  11. Found and fixed an error in PitchBend data encoding.
  12. Christopher Rose <cmr@synopsys.com>
  13. Found bug in Track#recalc_delta_from_times.
  14. Jari Williamsson <jari.williamsson@mailbox.swipnet.se>
  15. Contributed Measure and Measures, TimeSig and KeySig, and fixes to events.
  16. Added get_measures to Sequence. Added default implementation of
  17. key_signature in SeqReader. Contributed the measures_mbt.rb example.
  18. Noah Thorp
  19. Found a bug in the code intended to make midilib work under Ruby 1.9.
  20. Found another bug in KeySing.data_as_bytes.
  21. Zach Chadwick (zachad on Github)
  22. Reported a problem that led to a fix in the way that strings and byte
  23. arrays are handled and output in meta events.
  24. Adam Murray (adamjmurray on Github)
  25. Found problem with Track#recalc_delta_from_times sorting, and wrote the
  26. fix that is incorporated there.
  27. Shai Rosenfeld (shaiguitar on Github)
  28. Corrected missing block arg in README.