Search found 155 matches

by sydy
Mon Sep 26, 2022 2:07 pm
Forum: cage
Topic: cage.ezsynth – factor for release time
Replies: 1
Views: 26588

cage.ezsynth – factor for release time

I'm a bit surprised that the release time is multiplied by the factor 2 inside the poly voice of cage.ezsynth. Is there a reason for that?
by sydy
Wed Sep 21, 2022 3:35 pm
Forum: bach: automated composer's helper
Topic: Strange error: Rational Division by zero detected
Replies: 1
Views: 2196

Strange error: Rational Division by zero detected

HY, I have a little routine that turns rests into notes (bach.beatunbox-routine-bach.beatbox). When I iterate the content of an imported llll from the bach.score – which seems totally fine – the following error appears: Rational Division by zero detected As I couldn't understand and find the error I...
by sydy
Mon Sep 12, 2022 9:36 pm
Forum: bach: automated composer's helper
Topic: Get timepoint with symbolic duration
Replies: 2
Views: 3166

Re: Get timepoint with symbolic duration

Yes, indeed seems a bit more complicate. I needed it for the insertion function (posted it in the forum). I finally found a workaround. Here it is in pseudo code. The real code is in the patch I shared. Problem: C = symbolic duration ; time point A + C = time point B Workaround: A = selected note as...
by sydy
Fri Sep 09, 2022 8:43 pm
Forum: bach: automated composer's helper
Topic: Contribution: Copy paste INSERT
Replies: 0
Views: 25126

Contribution: Copy paste INSERT

Copy paste and insert into bach.score Was really much more difficult than I thought. But it works now for single voices. Hope someone can use this as much as I do. I think it's need in bach.score. Also: a real pain to calculate the time point (needed for an insertion) by adding a symbolic value. Bew...
by sydy
Fri Sep 09, 2022 5:07 pm
Forum: bach: automated composer's helper
Topic: Get timepoint with symbolic duration
Replies: 2
Views: 3166

Get timepoint with symbolic duration

Hy,

The time point syntax is measure wise or global.

What I need is the following thing.

time point A + symbolic duration = time point B

Is there any way to get B ?

Many thanks
by sydy
Thu Sep 08, 2022 10:09 am
Forum: bach: automated composer's helper
Topic: small contribution: bach.score copy&paste – single voice
Replies: 0
Views: 24973

small contribution: bach.score copy&paste – single voice

Hy, Here's a little contribution. It does copy&paste for single voices (for now) in bach.score. You'll need to define commands (they come with the patch). After that you can: - select a single voice content (manually or by message) - press shift+c (C) to copy it into a clipboard - select an insertio...
by sydy
Thu Sep 08, 2022 10:04 am
Forum: bach: automated composer's helper
Topic: Understanding Leveltypes
Replies: 3
Views: 2366

Re: Understanding Leveltypes

Thanks for the hint.

Indeed the level types are a bit strange... Also I found level types 17 (not present in your list...)
by sydy
Wed Sep 07, 2022 12:06 pm
Forum: bach: automated composer's helper
Topic: Understanding Leveltypes
Replies: 3
Views: 2366

Understanding Leveltypes

Is there a full documentation for the level types?
What are the exact meanings of?
leveltype 1
leveltype 2
leveltype 3
...
leveltype N
by sydy
Fri Sep 02, 2022 7:25 am
Forum: bach: automated composer's helper
Topic: How does bach handle spacing?
Replies: 1
Views: 779

How does bach handle spacing?

I was wondering how bach handles spacing behind the scenes Is it bottom up, meaning it starts from the duration of the individual note (like an atom) and then goes to the measure or is it measure wise and from there to the note? I'm just wondering because the bottom up paradigm would give – I humbly...
by sydy
Wed Aug 24, 2022 2:23 pm
Forum: bach: automated composer's helper
Topic: Small contribution: select notes based on slot content in Bach.score
Replies: 2
Views: 977

Re: Small contribution: select notes based on slot content in Bach.score

Oh, thanks for your reply. Indeed I made a mistake when I copy pasted the patch. Improvements or suggestions are welcome :–) My programming is as always really rudimentary. Here it comes again but this time with the content and I added also an example for bach.roll. Of course this could be done in a...