gogins / csound-extended

Extensions for Csound including algorithmic composition, Android app, and WebAssembly.
GNU Lesser General Public License v2.1
40 stars 1 forks source link

Ensure csound::Event and csound::Score can output in blue format #160

Closed gogins closed 3 years ago

gogins commented 3 years ago

The blue pfield layout is:

  1. Csound instrument number, 1 or higher.
  2. Time, in beats (normally, one second per beat).
  3. Duration, in beats.
  4. Loudness in decibels of sound pressure level, from 0 to 90 maximum.
  5. Pitch in PCH format, middle C is 8.0.
  6. Stereo pan, from 0 at hard left to 1 at hard right.
gogins commented 3 years ago

Wrong name for the intended destination!