Search found 1349 matches

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: 3517

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: 5901

Re: Dotted tuplets not working

Hello, you'll just need to set the @jointuplets attribute to 1.
Best,
Daniele
by danieleghisi
Fri Jan 26, 2024 12:59 pm
Forum: bach: automated composer's helper
Topic: Dotted tuplets not working
Replies: 5
Views: 5901

Re: Dotted tuplets not working

Hello Luís, welcome aboard!

Can you post a minimal patch reproducing the issue? Thanks!
d
by danieleghisi
Wed Jan 10, 2024 11:00 pm
Forum: bach: automated composer's helper
Topic: Bach.roll loop
Replies: 7
Views: 8331

Re: Bach.roll loop

Why do you use
`loop all
instead of
loop all
?
The correct message is "loop all", without the backtick.
Also you should turn on the loop display with "showloop 1" or Ctrl+L (win) or Cmd+L (mac).

Then the message will work just fine (if you have content in your bach.roll)

hope this helps,
d
by danieleghisi
Tue Jan 09, 2024 5:46 pm
Forum: bach: automated composer's helper
Topic: Bach.roll loop
Replies: 7
Views: 8331

Re: Bach.roll loop

Hello, please send a minimal patch reproducing the issue.
"loop all" works fine on my machine.
d
by danieleghisi
Thu Jan 04, 2024 7:43 pm
Forum: bach: automated composer's helper
Topic: Ruler offset
Replies: 3
Views: 12622

Re: Ruler offset

Yes, I understand. That's true.
by danieleghisi
Thu Jan 04, 2024 10:10 am
Forum: bach: automated composer's helper
Topic: playpartialnote – bug with slots type float ?
Replies: 4
Views: 10252

Re: playpartialnote – bug with slots type float ?

Oh, I understand. Bad bug, yes. It was only supposed to happen when you activated "follownotehead" (e.g. you have some ms in your slots, say, the starting position of a file, and you want them to be increased by the difference for the partial playback). There was an "if" missing, apparently, in the ...
by danieleghisi
Wed Jan 03, 2024 11:23 am
Forum: bach: automated composer's helper
Topic: playpartialnote – bug with slots type float ?
Replies: 4
Views: 10252

Re: playpartialnote – bug with slots type float ?

Uhm... not 100% sure I've understood. Do you have a minimal patch to reproduce? This may be indeed a bug...

Thanks,
d
by danieleghisi
Wed Jan 03, 2024 11:22 am
Forum: bach: automated composer's helper
Topic: Ruler offset
Replies: 3
Views: 12622

Re: Ruler offset

Hello, I'm afraid that currently the ruler/grid has no offset mechanism...
by danieleghisi
Wed Jan 03, 2024 11:21 am
Forum: bach: automated composer's helper
Topic: Retreive names in playout
Replies: 2
Views: 18204

Re: Retreive names in playout

Hello sydy, the issue is: when you select a whole chord, the "name" message attaches a name to the CHORD, not the NOTE. Two options: 1) you use chord-based playback output (I wouldn't advise it at all!) 2) you use the "@progeny 1" message attribute for the "name message", also transferring names to ...