Skip to content
Snippets Groups Projects
  1. Sep 23, 2014
  2. Sep 22, 2014
  3. Sep 18, 2014
  4. Sep 11, 2014
  5. Sep 08, 2014
  6. Sep 07, 2014
  7. Sep 05, 2014
  8. Aug 29, 2014
  9. Aug 26, 2014
  10. Aug 24, 2014
  11. Aug 04, 2014
  12. Aug 01, 2014
  13. Jul 31, 2014
  14. Jul 14, 2014
  15. Apr 05, 2014
  16. Feb 04, 2014
  17. Jan 25, 2014
  18. Dec 19, 2013
  19. Nov 27, 2013
  20. Nov 20, 2013
  21. Nov 16, 2013
  22. Nov 15, 2013
  23. 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
  24. Oct 03, 2013
  25. Sep 20, 2013
  26. Aug 24, 2013
  27. 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
  28. Aug 08, 2013
  29. Aug 05, 2013
  30. Jun 19, 2013
  31. May 26, 2013
  32. May 21, 2013
Loading