VBAP GUI depends on signal-position (not parameter changes)

This commit is contained in:
Robin Gareus 2014-01-11 23:29:36 +01:00 committed by Paul Davis
parent 1bf9c4c990
commit 60fe9606f4
4 changed files with 9 additions and 2 deletions

View file

@ -189,6 +189,8 @@ VBAPanner::update ()
s->direction = AngularVector (center, elevation);
compute_gains (s->desired_gains, s->desired_outputs, s->direction.azi, s->direction.ele);
}
SignalPositionChanged(); /* emit */
}
void