Changeset 2425:d20795efa322 in roaraudio


Ignore:
Timestamp:
08/19/09 04:56:00 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added libroardsp/synth.[ch]

Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/libroardsp.h

    r2386 r2425  
    3131 
    3232#include "midi.h" 
     33#include "synth.h" 
    3334#include "poly.h" 
    3435#include "convert.h" 
  • libroardsp/Makefile

    r2381 r2425  
    55 
    66TARGETS=$(SLIB) libroardsp.a 
    7 OBJS=libroardsp.o convert.o midside.o poly.o filter.o filterchain.o alaw.o mulaw.o remove.o transcode.o rms.o 
     7OBJS=libroardsp.o convert.o midside.o poly.o filter.o filterchain.o alaw.o mulaw.o remove.o transcode.o rms.o synth.o 
    88OLDROAR=midi.o 
    99FILTER=lowp.o highp.o amp.o quantify.o add.o clip.o downmix.o dcblock.o swap.o 
Note: See TracChangeset for help on using the changeset viewer.