The following issue has been CLOSED ====================================================================== https://tim.klingt.org/mantis/view.php?id=20 ====================================================================== Reported By: tim Assigned To: tim ====================================================================== Project: nova Issue ID: 20 Category: kernel Reproducibility: always Severity: feature Priority: low Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 08-10-2007 00:23 CEST Last Modified: 09-16-2007 17:23 CEST ====================================================================== Summary: caching a zero signal vector Description: the current implementation of the dsp chain adds a zero_ugen whenever a signal object has unconnected input ports.
this zero_ugen could be shared between different input ports, though ... pro: reduced runtime overhead when the dsp chain is executed contra: requires some special handling for this shared zero signal vector ... might be worth looking into, though ... ====================================================================== ---------------------------------------------------------------------- tim - 09-16-07 17:23 ---------------------------------------------------------------------- i've implemented a shared signal vectors as zero source and junk destination ... Issue History Date Modified Username Field Change ====================================================================== 08-10-07 00:23 tim New Issue 08-10-07 00:23 tim Status new => assigned 08-10-07 00:23 tim Assigned To => tim 09-16-07 17:23 tim Status assigned => closed 09-16-07 17:23 tim Note Added: 0000018 ====================================================================== _______________________________________________ nova-dev mailing list [email protected] http://klingt.org/cgi-bin/mailman/listinfo/nova-dev http://tim.klingt.org/nova
