From 85462a5a79646c79bcca1a969f737a99b1b4895c Mon Sep 17 00:00:00 2001 From: BERTHAUT Florent <florent.berthaut@univ-lille1.fr> Date: Wed, 18 Aug 2021 23:24:31 +0200 Subject: [PATCH] Fixed video in readme --- README.md | 12 ++++++++---- doc/index.html | 7 +++++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6cf6280..b0244f5 100644 --- a/README.md +++ b/README.md @@ -91,13 +91,17 @@ You can also ask another instrument's parameter to be set to a specific value by ## Demo Videos <a href="https://pod.univ-lille.fr/video/19614-bf-pd-collaboration-window/"> - Video demoing the collaboration window in bf-pd - <img src="doc/img/video.png" height="300px"/> +Video demoing the collaboration window in bf-pd + +<img src="doc/img/video.png" height="300px"/> </a> +<br/> + <a href="https://pod.univ-lille.fr/video/20945-bf-pd-using-bf-clock/"> - Video demoing bf-clock in bf-pd - <img src="doc/img/video_clock.png" height="300px"/> +Video demoing bf-clock in bf-pd + +<img src="doc/img/video_clock.png" height="300px"/> </a> diff --git a/doc/index.html b/doc/index.html index 38ae7d5..a5bd71d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -92,8 +92,11 @@ <img src="img/direct_asking.gif" alt="" /><figcaption>doc/img/direct_asking.gif</figcaption> </figure> <h2 id="demo-videos">Demo Videos</h2> -<p> Video demoing the collaboration window in bf-pd <iframe src="http://pod.univ-lille.fr/video/19614-bf-pd-collaboration-window/?is_iframe=true" width="640px" height="360px" allowfullscreen></iframe> </p> -<p> Video demoing bf-clock in bf-pd <iframe src="https://pod.univ-lille.fr/video/20945-bf-pd-using-bf-clock/?is_iframe=true" width="640px" height="360px" allowfullscreen></iframe> </p> +<p> Video demoing the collaboration window in bf-pd</p> +<p><iframe src="http://pod.univ-lille.fr/video/19614-bf-pd-collaboration-window/?is_iframe=true" width="640px" height="360px" allowfullscreen></iframe> </p> +<p><br/></p> +<p> Video demoing bf-clock in bf-pd</p> +<p><iframe src="https://pod.univ-lille.fr/video/20945-bf-pd-using-bf-clock/?is_iframe=true" width="640px" height="360px" allowfullscreen></iframe> </p> <h2 id="more-resources">More resources</h2> <p>Documentation for each of the user objects in bf-pd can be found in <a href="objects.html">objects.md</a> and on help patches directly in PureData (right-click an object -> Help)</p> <p>The <em>BOEUF conceptual framework</em> describes the <em>modes of collaboration</em> used in musical collaboration and describes a set of <em>components</em> for realizing these modes in a software framework. Bf-pd is based on this framework. More info can be found in <a href="boeuf.html">boeuf.md</a>.</p> -- GitLab