Skip to content
Snippets Groups Projects
Commit 31bf84fc authored by BERTHAUT Florent's avatar BERTHAUT Florent
Browse files

Add new file

parent 05d3b1dd
No related branches found
No related tags found
No related merge requests found
# Introduction: What is bf-pd and why do you need it?
Digital instruments allow us to do things that were not possible with purely acoustic instruments. For example musicians can share data between instruments in real-time, in effect creating distributed multi-musician super-instruments. Musicians such as The Hub have been doing this since at least the 1970s. Contemporary digital musicians often write their own software instruments to re-create these functionalities.
Bf-pd is a library built in PureData (Pd) which enables communication and cooperation between digital instruments. Bf-pd can be integrated into any instrument built in Pd. It provides a *collaboration window* from which musicians can view each others’ activity and share control of instrument parameters and other musical data.
The design of bf-pd is based on the BOEUF conceptual framework which consists of a classification of modes of collaboration used in collective music performance, and a set of components which affords them. More details on the BOEUF conceptual framework can be found
[on this wiki page] (../the-boeuf-conceptual-framework)
# Installing bf-pd
- Download and install Pure Data for your operating system from https://puredata.info/downloads/pure-data
- Install the **mrpeach** library using Deken (PD -> Help -> Find Externals)
- Install **bf-pd** using Deken
# Getting started: Building your instrument
![bf-pd_start](/uploads/f077079675b6d49bdf11e9543ef0e250/bf-pd_start.gif)
- Create a declare object with -path bf-pd
- Create a bf-instrument object with your instrument name as argument
- Connect the sound output of your instrument to its inlet
- Create a bf-param object for each control you want to share with the others and insert it into your instrument
- Create a bf-session object with the name of the session you want to connect to
# Performance: Making music together using bf-pd
### The collaboration window
### Sharing parameters
### Connecting parameters using ask and watch
# More resources
Documentation for each of the user objects in bf-pd can be found at <https://gitlab.cristal.univ-lille.fr/boeuf/bf-pd/wikis/the-bf-pd-objects>
The *BOEUF conceptual framework* describes the *modes of collaboration* used in musical collaboration and describes a set of *components* for realizing these modes in a software framework. Bf-pd is based on this framework. More info can be found at <https://gitlab.cristal.univ-lille.fr/boeuf/bf-pd/wikis/the-boeuf-conceptual-framework>
[TODO: add links to the papers, general pd resources]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment