ncmixer

ncurses audio mixer for DJ'ing
git clone git://git.2f30.org/ncmixer
Log | Files | Refs | README | LICENSE

commit a43ace2e534c1c6ca70dae36cf2e22404beb6b58
parent 8c8e7b2bdf24b21b13f6a1e84cd3c55ee99254d6
Author: sin <sin@2f30.org>
Date:   Wed,  8 Jun 2016 20:16:16 +0100

On timeout proceed through poll so we can hotplug monitor output properly

This works even if there's no data on any of the inputs.

Diffstat:
Mncmixer.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/ncmixer.c b/ncmixer.c @@ -384,8 +384,6 @@ loop(void) printerr(1, "poll"); continue; } - if (nready == 0) - continue; erase();