Skip to content
Snippets Groups Projects
  1. May 17, 2016
    • Septen's avatar
      Updated to JUCE 4.2.1. · 3f5f403b
      Septen authored
      * All modules are replaced with the JUCE 4.2.1 ones;
      * Introjucer was replaced by Projucer;
      * Also some appropriate needed fixes for Makefile.plugins;
      * Removed -fvisibility=hidden flag for Linux building.
      3f5f403b
  2. Mar 28, 2016
  3. Nov 10, 2015
  4. Nov 09, 2015
  5. Oct 28, 2015
  6. Oct 01, 2015
  7. Sep 30, 2015
  8. May 19, 2015
  9. Oct 20, 2014
  10. Sep 29, 2014
  11. Jul 14, 2014
  12. Jul 13, 2014
  13. 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
  14. Jun 19, 2013
  15. Mar 21, 2013
Loading