Search found 41 matches

by gratkowski
Wed Oct 18, 2023 3:07 am
Forum: bach: automated composer's helper
Topic: holding notes over rest
Replies: 1
Views: 16172

holding notes over rest

Ho can I hold short notes followed by a rest to the next note (over the rest) so all notes in a score will extend the notes to the next and all rests will be gone.
I know there is an object for that but I can't remember the name 🤯
by gratkowski
Sat Jul 22, 2023 12:42 pm
Forum: bach: automated composer's helper
Topic: Sextuplet into triplet
Replies: 1
Views: 25054

Sextuplet into triplet

Hi, is it possible to change sextuplets into triplets in a score (i.e. 6 eight notes as a (quarter) triplet which shows that the eight group in 2)?
by gratkowski
Sat Jul 22, 2023 12:08 pm
Forum: bach: automated composer's helper
Topic: quantisation with more than one time signature
Replies: 1
Views: 25174

quantisation with more than one time signature

Hi, is it possible to do a quantisation from a roll to a score with more than one time signatures i.e. 3/4 4/4 3/4 4/4 etc. ?
by gratkowski
Sun Jun 25, 2023 2:46 pm
Forum: bach: automated composer's helper
Topic: loop question bell
Replies: 1
Views: 25054

Re: loop question bell

found it myself: [bach.eval $i = 0 ; while $i < $x1 collect ($i += 1) + $x2]
by gratkowski
Sun Jun 25, 2023 2:20 pm
Forum: bach: automated composer's helper
Topic: loop question bell
Replies: 1
Views: 25054

loop question bell

Hi,

how do I get a list i.e. [1 2 3 4] added by 0...x

Inlet 1 would be the number of iterations
Inlet 2 the list [1 2 3 4]

the result if inlet one = 3 should be
[[1 2 3 4] [2 3 4 5] [3 4 5 6]]

I would love to write this in Bell.

Thanks
FRANK
by gratkowski
Tue Jun 20, 2023 3:52 pm
Forum: bach: automated composer's helper
Topic: copy markers
Replies: 1
Views: 25121

copy markers

Hi,
How can I copy all barline and division markers from one roll into another?
by gratkowski
Thu Jan 19, 2023 11:36 am
Forum: bach: automated composer's helper
Topic: algorithm for all interval chords 24EDO
Replies: 0
Views: 23759

algorithm for all interval chords 24EDO

Hi, I was able to extend the help file which generates all interval 12 tone rows to generate 24 tone all interval rows (quarter tones) Now I'm looking for a formula to generate/find all interval chords for 24 EDO (like the [0,1,4,6] (4-Z15) and [0,1,3,7] (4-Z29) chords extended to 24 EDO) Is there a...
by gratkowski
Wed Jan 11, 2023 8:09 pm
Forum: bach: automated composer's helper
Topic: Select all measures
Replies: 1
Views: 1672

Select all measures

Hi, is there a key command to select all measures in a bach.score object? Or all measures of one voice? Right now I have alway select the first bar and then scroll the the last and shift-select it. This is very time consuming when I have about 300 bars to select.
by gratkowski
Thu Aug 25, 2022 5:01 pm
Forum: dada
Topic: autoload database in project folder
Replies: 1
Views: 25643

autoload database in project folder

Hi,
how do I autoload a database file in a project after moving the project to a different computer which has only a runtime max (trial) version which can't safe?
by gratkowski
Mon Aug 15, 2022 3:05 pm
Forum: bach: automated composer's helper
Topic: sending bach scores over UDP
Replies: 4
Views: 2882

Re: sending bach scores over UDP

I tried a similar approach just using simple scores and some slots. It would be nice to see your approach. I just needed to send scores from a database and decided to have the same database in the receiver patch, so I just need to send the query. It would be great to have a way to compress the score...