Changeset 679:686e27a00872 in roaraudio for libroardsp/filterchain.c


Ignore:
Timestamp:
08/27/08 15:12:55 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roardsp_fchain_num()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/filterchain.c

    r663 r679  
    7878} 
    7979 
     80int roardsp_fchain_num   (struct roardsp_filterchain * chain) { 
     81 if ( chain == NULL ) 
     82  return -1; 
     83 
     84 return chain->filters; 
     85} 
     86 
    8087//ll 
Note: See TracChangeset for help on using the changeset viewer.