Skip to content
Snippets Groups Projects
  1. Jan 11, 2014
  2. Jan 05, 2014
  3. 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
  4. Aug 27, 2013
    • aacuelo's avatar
      Windows version cleanup · d1dc465e
      aacuelo authored
      Due to the update to Juce 2 and the removal of IntanThread all of the specific windows dependencies are not needed anymore.
      d1dc465e
  5. Jun 19, 2013
  6. May 21, 2013
  7. May 16, 2013
  8. May 15, 2013
  9. May 14, 2013
  10. Apr 09, 2013
  11. Apr 04, 2013
  12. Apr 03, 2013
  13. Mar 22, 2013
  14. Mar 21, 2013
  15. Mar 12, 2013
  16. Feb 13, 2013
  17. Feb 12, 2013
  18. Jan 13, 2013
  19. Dec 15, 2012
  20. Dec 13, 2012
  21. Dec 06, 2012
  22. Nov 29, 2012
  23. Nov 26, 2012
  24. Nov 22, 2012
  25. Nov 20, 2012
  26. Nov 09, 2012
  27. Oct 08, 2012
  28. Sep 24, 2012
  29. Sep 20, 2012
  30. May 23, 2012
  31. May 20, 2012
Loading