Search found 1349 matches

by danieleghisi
Wed May 20, 2015 10:21 am
Forum: bach: automated composer's helper
Topic: The best way to cope with legato slurs?
Replies: 6
Views: 6388

Re: The best way to cope with legato slurs?

Hi,

I really wouldn't know how to help: slurs are currently unsupported...
You can maybe fake them by using slots? (one slot containing, say, a sign for slur start, and another one containing a sign for slur end?)

d
by danieleghisi
Wed May 20, 2015 10:19 am
Forum: bach: automated composer's helper
Topic: delete voices in bach.roll by message
Replies: 5
Views: 7337

Re: delete voices in bach.roll by message

Yes, I see your point, however one should then also need a message to select voices, like "selectvoices" which currently does not exist.
All in the to-do list!! ;)
by danieleghisi
Wed May 20, 2015 10:18 am
Forum: bach: automated composer's helper
Topic: roll to score quantize : sequence and noteheads issue
Replies: 4
Views: 4186

Re: roll to score quantize : sequence and noteheads issue

HI, next time you might want to simply use "Copy compressed" ;)

The issue in your patch is that in bottom score you haven't performed any slot linkage: slot 10 must be assigned to notehead char and slot 11 to notehead font, otherwise it cannot work!

Hope this helps,
Daniele
by danieleghisi
Tue May 19, 2015 1:24 pm
Forum: bach: automated composer's helper
Topic: delete voices in bach.roll by message
Replies: 5
Views: 7337

Re: delete voices in bach.roll by message

Yes, this is a good way (you can simply use bach.nth with the extended syntax).
But I'll mark as feature request an "addvoice" and "deletevoice" message ;)
by danieleghisi
Tue May 19, 2015 10:06 am
Forum: bach: automated composer's helper
Topic: Import glissandi fom orchids to bach
Replies: 5
Views: 5120

Re: Import glissandi fom orchids to bach

Have a look at cage.explodevoices, it might help you !
Or, of course, you can write your own voice splitting patch...

Daniele
by danieleghisi
Mon May 18, 2015 6:53 pm
Forum: bach: automated composer's helper
Topic: Bug report
Replies: 2
Views: 3045

Re: Bug report

Hi!
Yes, this is the place for bug reports, up to now ;)

Cmd+G was the "old“ command, Cmd+R is the new one. The tutorial is obsolete in this regard. Sorry about that, we'll fix it for next release.

Thanks for reporting!
Daniele
by danieleghisi
Mon May 18, 2015 6:50 pm
Forum: bach: automated composer's helper
Topic: roll to score quantize : sequence and noteheads issue
Replies: 4
Views: 4186

Re: roll to score quantize : sequence and noteheads issue

Hi, you should be able to achieve what you want by simply prepending "addmeasures" to the output of bach.quantize (but route away the "ceilmeasure" symbol which is by default sent out). Also see #addmeasures to know more, or write again if this doesn't work. You also need to use "quantize body" or t...
by danieleghisi
Mon May 18, 2015 6:43 pm
Forum: bach: automated composer's helper
Topic: convert bach.score in bach.roll
Replies: 2
Views: 3549

Re: convert bach.score in bach.roll

Hi, have a look at the helpfile of bach.score2roll, it'll solve your problem ;)
by danieleghisi
Mon May 18, 2015 9:13 am
Forum: bach: automated composer's helper
Topic: Rhythm/Tempo changes, sounding result stays the same.
Replies: 1
Views: 2875

Re: Rhythm/Tempo changes, sounding result stays the same.

Hi, If you need an accelerando, my advice is to separate the rendering problem (accelerando) from the notation problem. I'd start by putting the continuous accelerando as I want it to be in a bach.roll. To achieve this, you can also have a look at cage.agogics and the more general cage.timewarp (or,...
by danieleghisi
Thu May 14, 2015 9:54 am
Forum: bach: automated composer's helper
Topic: feature request: improved copy/paste flexibility
Replies: 3
Views: 3574

Re: feature request: improved copy/paste flexibility

Hi, you can copy-paste more than one measure at once. Select more a measure range and copy, then select a target measure range and paste. However, it is true that you can't currently copy-paste portions of measures. The other feature request you ask is what we call "page view". We know this is missi...