mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
mixer simple basic abstraction - added python binding
reasons: - rapid development - class-like code structure - more readable code features: - hcontrol binding is managed from python (opportunity to create virtual mixer without driver or join multiple cards to behave as one)
This commit is contained in:
parent
582cc1f098
commit
e0d7bfcea6
9 changed files with 1436 additions and 33 deletions
|
|
@ -38,7 +38,6 @@
|
|||
#include <math.h>
|
||||
#include "mixer_local.h"
|
||||
#include "mixer_simple.h"
|
||||
#include "alisp.h"
|
||||
|
||||
/**
|
||||
* \brief Register mixer simple element class
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue