Search found 156 matches

by sydy
Mon Jan 31, 2022 5:41 pm
Forum: bach: automated composer's helper
Topic: Exportimage @multiline @dpi <attribute not working>
Replies: 5
Views: 1141

Re: Exportimage @multiline @dpi <attribute not working>

No, it works for the roll but I need it also for the bach.score. I actually need to export a roll and a score both should show exactly the same amount of time per system. In bach.roll we have mspersystem. In bach.score it's pixel per system. I tried to look up the proportional amount of pixels for t...
by sydy
Sat Jan 29, 2022 11:57 pm
Forum: bach: automated composer's helper
Topic: Exportimage @multiline @dpi <attribute not working>
Replies: 5
Views: 1141

Re: Exportimage @multiline @dpi <attribute not working>

Thanks for the workaround. It works :) Still, I can't export my roll and my score in a way that will give the same portion of time in each picture (multiline). Do you have an idea for that?
by sydy
Sat Jan 29, 2022 11:42 am
Forum: bach: automated composer's helper
Topic: Exportimage @multiline @dpi <attribute not working>
Replies: 5
Views: 1141

Exportimage @multiline @dpi <attribute not working>

Hy, I try to export a bach.roll exportimage <name> @view multiline @dpi 300. By applying the attribute @dpi 300 the resolution should be 300 but the images look on my retina screen always slightly pixelated (see attachment) It looks like the attribute @dpi <int> isn't considered during the export an...
by sydy
Fri Oct 15, 2021 8:12 am
Forum: bach: automated composer's helper
Topic: Standalone | Slot type filelist
Replies: 3
Views: 11123

Re: Standalone | Slot type filelist

Thanks. Yes, I did already use the alternative of a text slot. It's just a bit unhappy if you have a nice tool but you can't use it when you might "export" it to a standalone. Thanks anyway.
by sydy
Thu Oct 14, 2021 11:21 pm
Forum: bach: automated composer's helper
Topic: Standalone | Slot type filelist
Replies: 3
Views: 11123

Standalone | Slot type filelist

Hi Daniele, I have a problem with the slot type filelist. The problem is in the context of a standalone. It seems impossible to use the slot type filelist with samples in a standalone because as far as I understand it, bach.roll will look on load for the path of the slots type filelist and delete th...
by sydy
Mon Sep 06, 2021 9:14 am
Forum: bach: automated composer's helper
Topic: Yellow warning without track of the object firing the warning
Replies: 1
Views: 3513

Yellow warning without track of the object firing the warning

Hy, The more I use bach.eval the more I get yellow warnings in the max console that I can't track to a specific object. Once a patch has a certain size it gets quite impossible to figure out where the warnings come from, especially because often a warning doesn't mean that the routine one just execu...
by sydy
Sat Aug 28, 2021 4:26 pm
Forum: bach: automated composer's helper
Topic: Bug? | bach.score | playout | grace notes wrongly played in other voices when cursor set on beginning of measure
Replies: 5
Views: 3603

Re: Bug? | bach.score | playout | grace notes wrongly played in other voices when cursor set on beginning of measure

Dear Daniele, Thanks so much for looking into this. As always you have a fast and precise way to analyse the problem. I agree, it's something between a technical issue and a conceptual bug. (Kind of like your wording in this context...) Your solution seems good to me. Just as we're in details. If yo...
by sydy
Fri Aug 27, 2021 4:10 pm
Forum: bach: automated composer's helper
Topic: Bug? | bach.score | playout | grace notes wrongly played in other voices when cursor set on beginning of measure
Replies: 5
Views: 3603

Bug? | bach.score | playout | grace notes wrongly played in other voices when cursor set on beginning of measure

Hy, I think this is a bug. But maybe I'm mistaking. In this example, we have 2 voices. Voice 1 has a grace note on the 1st note of the second measure. If the cursor is set to the beginning of measure 2 ( setcursor [ 2 0 ] ), a grace note WITHOUT a 'g' flag is also output in voice 2 even if the grace...
by sydy
Mon Aug 23, 2021 1:57 pm
Forum: bach: automated composer's helper
Topic: Bach.slot: getdomain | what about getrange ?
Replies: 1
Views: 2869

Bach.slot: getdomain | what about getrange ?

Hy,

I must have missed something ...
We have getdomain. Why don't we have getrange?
Or isn't there any better way to catch a slot's range than by dumping the whole slot and filter the range of a chosen slot?
by sydy
Tue Feb 16, 2021 7:26 pm
Forum: bach: automated composer's helper
Topic: `lambda `changeslotitem VS 'lambda changeslotitem' why do we need the accent grave
Replies: 1
Views: 1150

`lambda `changeslotitem VS 'lambda changeslotitem' why do we need the accent grave

Hy Daniele, Hy Andrea, I'm just curious why I need the accent grave before each word of the following command: lambda changeslotitem <slotnumber> <slotelement number> <slotcontent> -> if I write : `lambda `changeslotitem <slotnumber> <slotelement number> <slotcontent> it will work -> if I write : 'l...