Skip to content
Snippets Groups Projects
  1. Jan 12, 2014
  2. Jan 11, 2014
  3. Jan 08, 2014
  4. Jan 07, 2014
  5. Jan 05, 2014
  6. Dec 20, 2013
  7. Dec 19, 2013
  8. Dec 04, 2013
  9. Dec 02, 2013
  10. Dec 01, 2013
  11. Nov 30, 2013
  12. Nov 20, 2013
  13. Nov 18, 2013
  14. Nov 16, 2013
  15. Nov 15, 2013
  16. Nov 12, 2013
  17. Nov 11, 2013
  18. Nov 04, 2013
  19. Nov 03, 2013
  20. Oct 31, 2013
  21. 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
    • jsiegle's avatar
      Make control panel button transparent · 7f966ad2
      jsiegle authored
      7f966ad2
  22. Oct 18, 2013
  23. Oct 17, 2013
Loading