Changeset 3547:4ca7b9d5d93f in roaraudio for roard/midi.c


Ignore:
Timestamp:
02/20/10 02:18:01 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

let mixer set there mapping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/midi.c

    r3517 r3547  
    7070  ROAR_WARN("Can not create MIDI mixer"); 
    7171 } 
     72 
     73 roardsp_chanlist_init(ss->chanmap.in,   16, ROARDSP_CHANLIST_MAP_MIDI); 
     74 memcpy(ss->chanmap.out, ss->chanmap.in, sizeof(ss->chanmap.out)); 
     75 streams_set_map(g_midi_mixer.stream, NULL, 0); 
     76 
    7277 ss->state = ROAR_STREAMSTATE_OLD; 
    7378 
Note: See TracChangeset for help on using the changeset viewer.