Hello, and welcome to the first score tutorial. In this tutorial we will see how to communicate with a simple PureData patch. Presentation When you first open score, you will be greeted by the following blank score. At the left…
Hello, and welcome to the first score tutorial. In this tutorial we will see how to communicate with a simple PureData patch. Presentation When you first open score, you will be greeted by the following blank score. At the left…
Hello, and welcome to the second score tutorial. In this tutorial, we will see how to write a simple score for a PureData patch. First, re-open the score and PureData patch of the precedent tutorial. Ensure that nothing is selected…
Hello, In this third tutorial about score, we will start exploring the interactive possibilities available to the score author. There are two main ways to have temporal interactivity : Conditions Interactive triggering A condition means that a part of the…
Hello, and welcome to this fourth tutorial about score. In this tutorial, we will study how to write interactive triggers in score. It is directly following the previous tutorial which was about interactive conditions. Triggers are a way to specify…
score allows recording the evolution of external parameters in time. In this tutorial, we will see : How to set-up a PureData patch that will send data to score. The various modes of recording. How to select and record parameters.…