Skip to content
Snippets Groups Projects
  1. Jan 09, 2017
  2. Dec 30, 2016
  3. Aug 12, 2016
  4. Apr 02, 2016
  5. Feb 22, 2016
  6. Feb 08, 2016
  7. May 15, 2015
  8. Feb 25, 2015
  9. Nov 13, 2014
  10. Nov 05, 2014
  11. Oct 30, 2014
  12. Oct 09, 2014
  13. Sep 29, 2014
  14. Sep 23, 2014
  15. Sep 22, 2014
  16. Sep 18, 2014
  17. Sep 16, 2014
  18. Sep 11, 2014
  19. Sep 08, 2014
  20. Sep 07, 2014
  21. Aug 29, 2014
  22. Aug 26, 2014
  23. Aug 24, 2014
  24. Aug 04, 2014
  25. Jul 31, 2014
  26. Jul 14, 2014
  27. Feb 04, 2014
  28. Nov 16, 2013
  29. Nov 15, 2013
  30. Oct 30, 2013
    • jsiegle's avatar
      Use processor ID number as flag for saving · 75e0ce11
      jsiegle authored
      Previously, every event would be saved multiple times if
      it passed through multiple processors. Now,
      GenericProcessor::getNumSamples() checks for existing TTL
      events and changes the processor ID (byte 2) to zero.
      If the RecordNode encounters an event without a positive
      processor ID, it will ignore it.
      
      The only potentially dangerous thing about this is that it
      involves modifying the MidiBuffer. But as long as the size
      of the buffer doesn't change (just the value of certain
      bytes), this should be fine.
      75e0ce11
  31. Sep 20, 2013
  32. Aug 18, 2013
    • jsiegle's avatar
      Update data format · 2a5f1272
      jsiegle authored
      Change number of samples from int16 to uint16, as this should
      never be negative. Change timestamp from uint64 to int64, as
      negative timestamps may one day be necessary.
      2a5f1272
  33. Jun 19, 2013
  34. Jun 15, 2013
  35. May 21, 2013
Loading