Search found 1347 matches

by danieleghisi
Sun Mar 10, 2024 1:15 pm
Forum: dada
Topic: Graphic notation (dots) to bach.roll
Replies: 4
Views: 2919

Re: Graphic notation (dots) to bach.roll

I understand. Thanks for the clarification. No, dada.cartesian won't allow for you to draw on it. Dada.cartesian is a window on a dataset, not a drawing tool. Another option is still LCD inside a bpatcher to scroll. Otherwise, your best bet is custom coded canvas (either in js or c), which if course...
by danieleghisi
Fri Mar 08, 2024 9:27 am
Forum: dada
Topic: Graphic notation (dots) to bach.roll
Replies: 4
Views: 2919

Re: Graphic notation (dots) to bach.roll

Hello Luis, I'm not sure I've understood completely what you look for. As far as I remember, UPIC notation is more image-like (so lcd or jitter?). If you want to scroll horizontally, bach.roll is the first option. You can use pseudo-graphic notation in bach.roll if you hide the staff, clef, accident...
by danieleghisi
Fri Mar 08, 2024 9:20 am
Forum: bach: automated composer's helper
Topic: bach.circle connections
Replies: 2
Views: 999

Re: bach.circle connections

Not natively in bach.circle, but... a transparent [lcd] object superimposed over it? :)
by danieleghisi
Fri Mar 01, 2024 10:58 am
Forum: bach: automated composer's helper
Topic: changing overall tempo in bach.roll
Replies: 1
Views: 1333

Re: changing overall tempo in bach.roll

Setclock is definitely a solution if you want to control the speed.
If you want something fixed, have a look at cage.timestretch
Or, you can send messages to bach.roll such as: "sel all, onset = onset / 2, duration = duration / 2"

Best,
Daniele
by danieleghisi
Mon Feb 26, 2024 12:39 pm
Forum: bach: automated composer's helper
Topic: Issues with left-gluing chords in bach.roll
Replies: 2
Views: 1653

Re: Issues with left-gluing chords in bach.roll

Hello, I understand. So far, gluechord, though, doesn't "fix" gaps. But it should, I agree. I think the code doesn't account for the possibility that gluing happens both at left and at right. Also, the other quirk with the single note to the left is weird. I'll look into it. Thanks for reporting in ...
by danieleghisi
Sat Feb 17, 2024 9:51 pm
Forum: bach: automated composer's helper
Topic: bach.score doesn't play durations correctly and keeps slowing down
Replies: 3
Views: 1877

Re: bach.score doesn't play durations correctly and keeps slowing down

Glad to hear it. With overdrive off, not even [metro] is reliable in Max ;-)

Best
d
by danieleghisi
Fri Feb 16, 2024 8:50 am
Forum: dada
Topic: dada.analysis energy & spread
Replies: 2
Views: 2023

Re: dada.analysis energy & spread

Hello, if memory doesn't trick me (I am away from the computer), energy is the average velocity, weighted by note duration. So, yes, silences will lower the total. Spread should be either the variance or the standard deviation of pitches, perhaps also weighted by velocity/duration. I don't remember ...
by danieleghisi
Sun Feb 04, 2024 10:57 am
Forum: bach: automated composer's helper
Topic: Irrational time signature - full durations cause unwanted tuplets
Replies: 2
Views: 1920

Re: Irrational time signature - full durations cause unwanted tuplets

Well, this borders on philosophical :-) There are tuplets because if you have a bar of, say, 13/12, that bar contains a whole note plus *one* octave of a triplet, which makes for an incomplete tuplet. If you come from OpenMusic this may sound weird, because open music does it differently: If I remem...
by danieleghisi
Thu Feb 01, 2024 11:33 am
Forum: bach: automated composer's helper
Topic: Dotted tuplets not working
Replies: 5
Views: 2982

Re: Dotted tuplets not working

Hello, you'll just need to set the @jointuplets attribute to 1.
Best,
Daniele