Search found 11 matches

by chrischandler
Fri Jun 02, 2023 3:34 pm
Forum: dada
Topic: dada.cartesian where query size limitation
Replies: 1
Views: 48839

dada.cartesian where query size limitation

I am encountering an issue where, when generating where queries for dada.cartesian, there appears to be a length limitation. Meaning, if the where query is too long, then dada.cartesian throws an error saying "dada.cartesian: Error while executing query!" I have tested breaking the message into smal...
by chrischandler
Sun Mar 26, 2023 1:36 pm
Forum: dada
Topic: dada.cartesian zooming with mouse - adjust speed of zoom?
Replies: 1
Views: 25724

dada.cartesian zooming with mouse - adjust speed of zoom?

I am using dada.cartesian to via a database of sounds analyzed with ears.essentia (which is fantastic! ). I want to be able to quickly zoom in/out of clustered data points with the mouse. On Mac, I've found that holding command + scrolling will adjusted horizontal zoom and option + command + scrolli...
by chrischandler
Thu Feb 16, 2023 5:37 pm
Forum: bach: automated composer's helper
Topic: bell syntax highlighting
Replies: 1
Views: 1698

bell syntax highlighting

Previously I was using Atom as an external text editor for Max and particularly for writing bell scripts. There was a bell syntax highlighting package available through the Atom Package Manager. Now that Atom has been sunset by the developers, I have switched to Sublime Text, where sadly there was n...
by chrischandler
Wed Jul 01, 2020 8:06 pm
Forum: bach: automated composer's helper
Topic: bell lifted variables questions
Replies: 3
Views: 2241

Re: bell lifted variables questions

Hi Andrea, Super helpful, thanks! I am on macOS 10.14.6 and Max 8.1.5. For this particular problem, the crash happens every time. If it's not crashing on your end then I'm at least happy to know that it's not something I am doing wrong. That's a good idea about function B only being called within fu...
by chrischandler
Tue Jun 30, 2020 8:04 pm
Forum: bach: automated composer's helper
Topic: bell lifted variables questions
Replies: 3
Views: 2241

bell lifted variables questions

In bell, I'm trying to call user functions within user functions. As I understand it, if I have a secondary user function being called within a primary user function then I need to lift the variable assigned to the secondary function at the start of the primary user function. Kind of a cumbersome wa...
by chrischandler
Sat May 09, 2020 4:03 pm
Forum: bach: automated composer's helper
Topic: Bach.eval | sharing patch examples | Flageolets
Replies: 3
Views: 4370

Re: Bach.eval | sharing patch examples | Flageolets

Super handy patch sydy. Thanks for sharing. Your bell code is documented nicely- I learned some tricks. I couldn't get the audio working for some reason. Adding common artificial harmonics would be a nice feature but probably add a lot of complexity.
by chrischandler
Sat May 09, 2020 3:39 pm
Forum: bach: automated composer's helper
Topic: outputslotnames with bach.roll and bach.playkeys not working
Replies: 2
Views: 3116

Re: outputslotnames with bach.roll and bach.playkeys not working

No worries. Thanks for looking into it. If it's useful, there's a patch below that I think shows the problem is with bach.playkeys. The roll appears to output slot names correctly but for whatever reason bach.playkeys does not detect it. ----------begin_max5_patcher---------- 2180.3oc6bszaiiiD9bxuBC...
by chrischandler
Sun May 03, 2020 12:43 pm
Forum: bach: automated composer's helper
Topic: outputslotnames with bach.roll and bach.playkeys not working
Replies: 2
Views: 3116

outputslotnames with bach.roll and bach.playkeys not working

In both the bach.playkeys help file (under the "slots" tab) and in my own patch, the outputslotnames command does not appear to be working. I'm not sure if it's because of something in bach.roll or bach.playkeys. I could be doing something wrong myself, but since it doesn't work in the help file, I ...
by chrischandler
Fri Dec 20, 2019 9:29 pm
Forum: bach: automated composer's helper
Topic: bach.eval and maxdepth question
Replies: 2
Views: 2626

bach.eval and maxdepth question

I'm trying to use bach.eval to apply functions to llll but @maxdepth isn't behaving how I expect. In the patch below, I expected the example map function with @maxdepth 1 to produce "11 12 31 41 [50 60]" but instead I am getting "11 12 31 41 [51 61]". What am I doing wrong? <pre><code> ----------beg...
by chrischandler
Thu Oct 24, 2019 1:39 am
Forum: bach: automated composer's helper
Topic: Find and replace/transform/randomize in llll
Replies: 2
Views: 2616

Re: Find and replace/transform/randomize in llll

Hi Daniele,

Thanks so much for the quick response. I've just signed up for Patron and am reading about bach.eval. Wow! Super powerful- a scripting language is going to make many tasks easier. Looking forward to digging in!