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