1. 19 Jan, 2021 1 commit
  2. 18 Jan, 2021 1 commit
  3. 17 Jan, 2021 11 commits
  4. 16 Jan, 2021 12 commits
  5. 15 Jan, 2021 4 commits
    • David Reid's avatar
      Minor grammar fix. · 85580a4c
      David Reid authored
      85580a4c
    • David Reid's avatar
      Add a TODO. · 0c435ae8
      David Reid authored
      0c435ae8
    • David Reid's avatar
      Some improvements to the processing of nodes. · 13e03e41
      David Reid authored
      The following flags can now be associated with nodes via the vtable:
      
        * MA_NODE_FLAG_PASSTHROUGH
        * MA_NODE_FLAG_CONTINUOUS_PROCESSING
        * MA_NODE_FLAG_ALLOW_NULL_INPUT
        * MA_NODE_FLAG_DIFFERENT_PROCESSING_RATES
      
      See commit changes for a description of these flags.
      13e03e41
    • David Reid's avatar
      Changes to node processing callbacks. · 916c1b8a
      David Reid authored
        * The simplified callback has been removed.
        * The `globalTime` parameter has been removed from the callback.
        * The order of input and output frames and counts has been swapped to
          be consistent with ma_data_converter_process_pcm_frames(), etc.
      916c1b8a
  6. 14 Jan, 2021 7 commits
  7. 13 Jan, 2021 4 commits