simple octave effect
Hi,
I'm (very) new to MSP. Could someone explain how to achieve a simple octave-down effect via the adc object?
Thanks
Matt
You can use cycle~ and divide by 2.
I should have clarified; I'm using real instruments. On second thought, i don't think this will be simple at all.
see help-file for [gizmo~]
you can simply set it at a constant pitch scaling factor of 0.5(-12 semitones).
________________________________
*Never fear, Noob4Life was never here!*
Thanks for the help.
so inside a (pfft~ 1024 4) object, i have an fftin~ connected to a gizmo~ .5 going to a fftout~. I also sent the message "clip 0" to the left inlet of gizmo~. I can't really seem to hear it working though....
what you've described sounds correct. you'd have to post the patch if you want anyone to fix anything. also, what do you mean "really seem"? Do you hear something? You really always have to post the patch if you want any help. In your patch, hit Ctrl-A to select everything, then from edit select "Copy Compressed".
In this patch below (which you can view by copying all the crazy looking code then pasting it into a blank patcher window), I've simply copy/pasted from the gizmo help file to get what you're after. Helpfiles and example files are there for you to break down, take apart, rewire, reappropriate, rearrange, recombine, etc. Don't feel you have to do everything from scratch. Here is what you are looking for:
`
hi i ended up using the gizmo help file. i couldn't get a pitch shift unless added a second input in the pfft and controlled the pitch shift from a number box in my original patch.
is there any way around this? i don't really need to adjust the pitch shift amount. It would be nice if it just stayed at .5 inside the pfft object.... oh well....