Search found 209 matches

by andreaagostini
Mon Oct 19, 2020 4:31 pm
Forum: bach: automated composer's helper
Topic: Bell: conditionals inside for loops
Replies: 2
Views: 1075

Re: Bell: conditionals inside for loops

Hi,

your code misses a do or collect clause. This should do the trick (and, btw, also answer your question about bach.collect):

Code: Select all

for $a in flat($x1) , $b in right(flat($x1), 1) collect (
if ($a < $b) then ($a + 1)
else $a )
Best,
andrea
by andreaagostini
Fri Sep 04, 2020 9:43 am
Forum: bach: automated composer's helper
Topic: Atom external editor not working on Windows
Replies: 2
Views: 1067

Re: Atom external editor not working on Windows

Hi,
that should be an issue with Max (specifically, the [gestalt] object), not bach, and should be fixed as of Max 8.1.4. What version of Max are you using?
Thanks,
andrea
by andreaagostini
Sun Jul 05, 2020 8:14 am
Forum: bach: automated composer's helper
Topic: Problems of XML importation into bach.score
Replies: 7
Views: 2929

Re: Problems of XML importation into bach.score

Hi, we prefer to call it a "pre-release"... anyway, it will be version 0.8.1.2, and no, it will not be available on the Package Manager. In fact, it will only be distributed to subscribers of our Patreon page, as a benefit for our supporters. The next version on the PM will of course include all the...
by andreaagostini
Sat Jul 04, 2020 9:16 pm
Forum: bach: automated composer's helper
Topic: Problems of XML importation into bach.score
Replies: 7
Views: 2929

Re: Problems of XML importation into bach.score

... ok, pickup measures are done (except for some testing). There was an easy way ;)
andrea
by andreaagostini
Sat Jul 04, 2020 8:31 pm
Forum: bach: automated composer's helper
Topic: Problems of XML importation into bach.score
Replies: 7
Views: 2929

Re: Problems of XML importation into bach.score

Hi, one more thing: the fact that your beaming is altered is expected if you stick to the default values of bach.score's rhythmic tree attributes. If you want to retain more of the original beaming, you may want to disable "maketreecompatiblewithts" and set "treehandling" to "Take for granted". I al...
by andreaagostini
Sat Jul 04, 2020 1:25 pm
Forum: bach: automated composer's helper
Topic: Problems of XML importation into bach.score
Replies: 7
Views: 2929

Re: Problems of XML importation into bach.score

Hi, as for the issue with ties / slurs, I'm not sure what you're trying to achieve. bach.score doesn't represent slurs, there is no way to import them. As I don't have Sibelius, I imported your XML in Finale, assuming that it does the correct thing, and what I get now in bach.score corresponds to wh...
by andreaagostini
Fri Jul 03, 2020 10:36 am
Forum: bach: automated composer's helper
Topic: bell lifted variables questions
Replies: 3
Views: 2458

Re: bell lifted variables questions

Hi, I can confirm that the crash doesn't happen here, so that's good news. As for your "left" example, you only need to put a pair of parentheses around your whole function code: $makeSeries = ( $llll -> ( $harmser = ($fund, $numparitals, $stretch = 1. -> ($fund * arithmser(1, $numparitals) * $stret...
by andreaagostini
Wed Jul 01, 2020 11:16 am
Forum: bach: automated composer's helper
Topic: Problems of XML importation into bach.score
Replies: 7
Views: 2929

Re: Problems of XML importation into bach.score

Hi, I'd need an example of the first issue you describe. I'm not sure I've understood it. As for the second issue, there is indeed a tie mismatch in the XML. I guess it's a Sibelius bug, or perhaps there really is a tie that starts and doesn't end in your score, in which case it is something bach ca...
by andreaagostini
Wed Jul 01, 2020 9:29 am
Forum: bach: automated composer's helper
Topic: bell lifted variables questions
Replies: 3
Views: 2458

Re: bell lifted variables questions

Hi, I can't reproduce the crash. We've fixed various things in the bell engine, so I like to think that the bug you found is solved. But can you tell me your Max and OS versions? I'd like to investigate it more. Does it happen all the time, or only sporadically? Anyway, we plan to post very soon a n...