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