Changeset 1197:7e5a7e4557e8 in roaraudio for roard/lib.c


Ignore:
Timestamp:
02/04/09 16:21:30 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

hacked a bit to get cf_cmd back working, you SHOULD NOT use it...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/lib.c

    r668 r1197  
    5252 close(g_listen_socket); // listen socket. 
    5353 
    54  clients_free(); // delete all clients!, this allso delets all streams 
     54// this breaks the new driver interface 
     55// clients_free(); // delete all clients!, this allso delets all streams 
    5556 
    5657 midi_free(); // close midi devices 
     
    5960 for (i = 0; i < lenclose; i++) 
    6061  close(closefh[i]); 
    61  
    62  // TODO: what aout the output driver? 
    6362 
    6463 // next we need to remap our stdio: 
Note: See TracChangeset for help on using the changeset viewer.