Mercurial > hg > ugly-duckling
diff src/app/notebook-feed/notebook-feed.component.html @ 181:7cd274d296a3
Allow for sharing time context amongst some analysis items. This approach may be backed out.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Wed, 22 Mar 2017 11:17:51 +0000 |
parents | 9556954478f2 |
children | a50feba0d7f0 |
line wrap: on
line diff
--- a/src/app/notebook-feed/notebook-feed.component.html Wed Mar 22 11:17:12 2017 +0000 +++ b/src/app/notebook-feed/notebook-feed.component.html Wed Mar 22 11:17:51 2017 +0000 @@ -1,6 +1,8 @@ +<ugly-analysis-item + [audioBuffer]="audioBuffer" + [timeContext]="sharedTimeContext"></ugly-analysis-item> +<ugly-analysis-item + [audioBuffer]="audioBuffer" + [timeContext]="sharedTimeContext"></ugly-analysis-item> <ugly-analysis-item [audioBuffer]="audioBuffer"></ugly-analysis-item> -<ugly-analysis-item - [audioBuffer]="audioBuffer"></ugly-analysis-item> -<ugly-analysis-item - [audioBuffer]="audioBuffer"></ugly-analysis-item>