summaryrefslogtreecommitdiff
path: root/test/omixer.c
Commit message (Collapse)AuthorAgeFilesLines
* ALISP updateJaroslav Kysela2003-12-231-9/+16
| | | | | | | | - function names are more emacs-like - implemented (format) function - fixed numerous memory-leaks (valgrind is now happy) Ordinary mixer - added the global view (using hdsp names only)
* More changes to the ordinary mixer APIJaroslav Kysela2003-10-131-2/+2
|
* added snd_hctl_ctl() functionJaroslav Kysela2003-09-091-3/+24
| | | | | | | | | | | ordinary mixer: - revised Ordinary Mixer I/O type - sndo_mixer_open() take PCMs rather than strings to pass the real relationship - an initial version of toplevel alisp script more alisp development: - renamed a* functions to A* functions (acall -> Acall etc.) - many improvements (unset*, exfun, Acall pcm_info, Asnderr, Asyserr)
* added snd_user_file() functionJaroslav Kysela2003-09-031-0/+64
alisp extensions - added nth, include, path commands - added auto-exec functionality - added helpers for C<->lisp interoperability