Search found 4 matches

by drakeandersen
Tue Aug 02, 2022 1:57 am
Forum: bach: automated composer's helper
Topic: sending bach scores over UDP
Replies: 4
Views: 2941

Re: sending bach scores over UDP

A quick update in case it's helpful for anyone else: I was able to send the large scores over UDP by using separate dump messages and reassembling the score locally. I wrapped the output of each outlet with odot/OSC addresses (/Pitches, /Duration, etc.). Seems like there was quite a bit of material ...
by drakeandersen
Mon Aug 01, 2022 2:39 pm
Forum: bach: automated composer's helper
Topic: sending bach scores over UDP
Replies: 4
Views: 2941

sending bach scores over UDP

Hi all, I am building a program where I would like to send relatively long (100-200 bars; 1 voice only) bach llll format scores over a LAN via UDP. I wrap the notation and some header info into a single llll and then use [o.pack] to pack with OSC address into [udpsend] (CNMAT mode on). I also increa...
by drakeandersen
Wed May 20, 2020 5:11 pm
Forum: bach: automated composer's helper
Topic: conditional selection, singular vs. plural
Replies: 2
Views: 2021

Re: conditional selection, singular vs. plural

Got it. I realized I was putting 4 for symduration when I meant 1. No bug--just me! Thanks.
by drakeandersen
Fri May 15, 2020 7:09 pm
Forum: bach: automated composer's helper
Topic: conditional selection, singular vs. plural
Replies: 2
Views: 2021

conditional selection, singular vs. plural

Hi all, Hoping for clarification on using singular vs. plural in conditional selection with bach.score--for example: "sel rests if symduration == 4" vs. "sel rest if symduration == 4." Only the plural works in my patches, but the singular is given as the example within the Notation Help Center bpatc...