• David Reid's avatar
    Simplify node attachment APIs. · bb0e486d
    David Reid authored
    With this change, attachment and detachment of a node's output bus is
    now consistent:
    
      * ma_node_attach_output_bus()
      * ma_node_detach_output_bus()
    
    The old function that allowed you to attach the other way around has
    been removed as the caller can easily do that themselves by swapping
    the order of parameters.
    bb0e486d
miniaudio_engine.h 491 KB