Hey dingenot,
you had the right idea but your frequency input into [vcf~] was a bit off. A lot of this stuff is all about getting the scaling correct. Sometimes it's helpful to use:
[env~]
|
[dbtorms]
|
[ \
To analyse what's coming out of a signal object.
In your patch, what you called the Center Frequency was actually setting the frequency of the LFO controlling the Center Frequency. I can understand why you used [abs~] to make it unipolar but this will actually double your frequency and also change the shape of the LFO. The reason why you wasn't hearing anything is because the output of your LFO was only going from 0 to 1, thus setting the bandpass filter so low as to be inaudible.
Autowah effects tend to sound good around the frequency of the human voice, say roughly 700 Hz. We also want to set a range for the frequency so that we can actually hear the sweep. If our LFO is going from 0 - 1, then multiplying it by 1000 will make it go from 0 - 1000. Now we don't actually want it to go that low (otherwise we won't be able to hear it) so we can add an offset of say 300 to make the LFO sweep from 300 - 1300.
Check out the attached patch, which shows this in action. I've also added a triangle shaped LFO so you can hear the difference in the sweep. Maybe try seeing what other LFO shapes sound good.
Cheers,
Joe
http://www.pdpatchrepo.info/hurleur/autowahattempt-2.pd