OSDN Git Service

Exported ERR macros. Completed scopes architecture. Added defaults for {pcm,ctl,rawmi...
authorAbramo Bagnara <abramo@alsa-project.org>
Wed, 7 Mar 2001 12:36:05 +0000 (12:36 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Wed, 7 Mar 2001 12:36:05 +0000 (12:36 +0000)
commit46b52167dfc20072a74cdb502dab2544f8c9d598
treedf236e2baab30ca0727a42a1157c7ec8be6cbe6e
parent8f3ae2cf2ea748417fdc112e8dac8bc3f1f50d22
Exported ERR macros. Completed scopes architecture. Added defaults for {pcm,ctl,rawmidi,seq}type configuration. Fixed bogus dlclose. Implemented ncurses levelmeter (temporarily placed in src/pcm/scopes)
14 files changed:
include/header.h
include/local.h
include/pcm.h
src/control/control.c
src/pcm/Makefile.am
src/pcm/pcm.c
src/pcm/pcm_meter.c
src/pcm/pcm_meter.h
src/pcm/scopes/Makefile.am [new file with mode: 0644]
src/pcm/scopes/configure.in [new file with mode: 0644]
src/pcm/scopes/cvscompile [new file with mode: 0644]
src/pcm/scopes/level.c [new file with mode: 0644]
src/rawmidi/rawmidi.c
src/seq/seq.c