Help with clipping in a Max for Live patch?
Hi,I'm currently working with a patch that's taking midi note information from Ableton and using it to bang a coll of radically different frequencies in the rhythm of the song as it plays out in Live....
View ArticleHelp with clipping in a Max for Live patch?
Hi,I'm currently working with a patch that's taking midi note information from Ableton and using it to bang a coll of radically different frequencies in the rhythm of the song as it plays out in Live....
View Article[loadbang] within [bpatcher] within clipping: not working
Hello. I'd be really grateful for thoughts on/assistance with the following, if anyone has any ideas:I'm trying to make some clippings (VIZZIE-like) which are configurable upon load/import by means of...
View Article[loadbang] within [bpatcher] within clipping: not working
Standard Max behaviour. You only get a loadbang when a patch is loaded from a file on disk.
View Article[loadbang] within [bpatcher] within clipping: not working
Here's a tip - in all of your subpatches, abstractions, bpatches, connect [r init] to all of your [loadbang] & [loadmess] objects. In your parent patcher, hook up a bang button to [s init]. That...
View Article[loadbang] within [bpatcher] within clipping: not working
Thanks to you both for your replies. I want to be able to initialise a patch's behaviour upon load from a clipping, so the 'universal bang' route isn't quite what I want (again, thanks though). :)
View Article[loadbang] within [bpatcher] within clipping: not working
Once again thanks, John. Actually in my fumblings I had tried that but it wasn't quite what I was after either. I've found a workaround via js now (using an abstraction (i.e. non-embedded) —[loadbang]s...
View Article[loadbang] within [bpatcher] within clipping: not working
Another possibility that occurs to me is for your clipping to contain a small abstraction containing a loadbang. Then the loadbang *does* get loaded from disk.
View Article[loadbang] within [bpatcher] within clipping: not working
Aha! Excellent idea! Raises possibilities elsewhere too. Brilliant! Thank you. :)
View ArticleBasic Midi Controlled Synthesizer Problem
Hi, I've been using Max for about a year now but so far I've been dealing with mostly DSP. Now that I'm into the realm of synthesis, I have a small issue with ramping/clipping, especially with a sine...
View ArticleBasic Midi Controlled Synthesizer Problem
[adsr~] compensates for this by adding a little fade out when it detects a new trigger before the last envelope is finished.
View ArticleBasic Midi Controlled Synthesizer Problem
I *think* this is the problem, but [function] will return to zero if you hit a new note before the first has finished its amplitude envelope instead of ramping from the current value unless you route...
View ArticleClipping a jgraphics screen context.
I am developing a graphical external with subviews that need to be clipped to their rectangular bounding boxes (i.e. a scrolled subview where all content is drawn, but only the visible rectangle is...
View ArticleClipping a jgraphics screen context.
Take a look at the Layer stuff jbox_start_layer et al.Roby
View ArticleClipping a jgraphics screen context.
I agree that using an offscreen drawing context (whether managed manually or with jbox_start_layer) for each subview would achieve the clipping effect, but it strikes me as inefficient and inelegant...
View ArticleClipping a jgraphics screen context.
Any other thoughts on how to handle drawing context clipping, perhaps from a Cycling 74 developer?
View ArticleTrouble with clipping with saws
Hi,I think this is probably something mathematical that I don't get, but why is it that when I have two saw~ objects outputting a frequencies a major third from each other there is this rhythmical...
View ArticleTrouble with clipping with saws
Hi You might be experiencing 'beating': real oscillations at the frequency of the absolute difference between two frequencies; otherwise, if it is actual distorted clipping then it may be a soundcard...
View ArticleTrouble with clipping with saws
I know what you are talking about and hear it regularly in acoustic instruments tuning, but this sounds different, more like little clicks. Did you not hear them? Listening now makes me think you have...
View ArticleTrouble with clipping with saws
i have not been looking at the patch, but did you do *~ 0.5 before summing?mind you, 1. + 1. makes 2. ...-110
View ArticleTrouble with clipping with saws
I tried multiplying them in half and then adding them, but it doesn't reduce the clips, nor does multiplying them by .2, the quieter they are as a matter of fact, the easier it is to hear the clicks. I...
View ArticleTrouble with clipping with saws
Could anyone check just to see if they can hear those rather annoying little clicks too? I'm curious if it has something to do with my machine. thanks
View ArticleTrouble with clipping with saws
How big are your vector sizes? in the audio status (max6) dsp status (max5) window?
View ArticleTrouble with clipping with saws
I tried all different I/O and signal vector sizes, none of them make a difference in this case.
View Articleaudio recording mac
Hi, my question will seem really basic, but I'm a beginner. I can't manage to record the sounds I'm generating in my patch. I think it might be due to the sound preferences, but I've tried several...
View Articleaudio recording mac
Just connect the out put of the gain~ to the input(s) of sfrecord~! The adc~ represents the physical inputs to your sound-card, not the outputs of your patch. Even simpler, just use the Quickrecord...
View Articleaudio recording mac
Thanks a lot Roger for your advices ! Well this patch is part of a bigger program, where other sounds interfere, but I had thought about adding higher components indeed. I like the round and vintage...
View ArticleSave clipping as bpatcher?
Hi all, I'm probably missing something obvious, but can't seem to find a way to save a clipping as a bpatcher so that when I 'paste from...' my clipping it gets pasted into the patcher as a bpatcher...
View ArticleSave clipping as bpatcher?
I've been doing this lately for a project. You have to save your patch that will be loaded into the bpatcher somewhere in your search path, then save another patch in the clippings folder that has a...
View Article