- 
		lol posted in technical issues • read moreHi there! I'm looking for high/low cut objects. What I mean with "cut" is that for example the highcut filter hat a gain of 1 BELOW the given cutofffrequency and a gain of 0 ABOVE and equal to the cutof freq. I hope you understand what i mean  Thanks in advance  
- 
		lol posted in technical issues • read morethanks  I'm now doing it with a message box: "gain1 read ./1.txt" 
- 
		lol posted in technical issues • read moreThank you! But I think I've alread found a solution in the normal pd-system. 
 I found this graphic EQ on the forum and i can use it for my purposes. I can controll the gain exactly as I want.There's just one problem remaining... Can you guys tell me how to read data into a graph ( in my case the graph that contains the gain-info )? For example, if i wanted the following data to be displayed in the graph, how would I do that? f(0)=0 
 ... ( inbetween those 0 and 50, f(x) always equals zero )
 f(50)=1
 ...
 f(100)=1
 f(101)=0
 ...Maybe you know what i mean, it's the same type of filter that i described above. 
 The x-axis is in hz while the y-axis is the gain.
- 
		lol posted in technical issues • read moreah okay - thank you. well, i had hoped to get around fft, but if that's the only way.... anyway, thanks again to everyone who helped  
- 
		lol posted in technical issues • read morethanks  it's not exactly what i'm looking for. But we're getting closer  I tried to stack a bunch of lop~ - that works too. But it seems to me like the gain is alread decreasing BEFORE ( in case of a lop~ ) the sinewaves freq reaches the cutoff frequency. For example: 90 -> osc~ -> lop~ 100 -> lop~ 100 -> ... ( 8 lop~ ) -> env~ 
 90 -> osc~ -> env~If i place an numberbox behind each envelope follower, it turn out that the volume of the upper signal is signifficantly lower ( 'round 78db ) than the volume of the lower, dry signal, even though both waves have the same freq. ( 90hz ) and are below the cutoff frequency. This is of course not, what i want. When trying the same thing with bp~ ( freq of the osc~ and center freq are both 90hz ), then i notice that even the volume of the center freqency changes. When Q is very low, then it is even amplified. (110db instead of 96db ) So this - sadly - not what i need. 
- 
		lol posted in technical issues • read morethank you for you reply  i know these, but sadly, they don't do the job I want them to. If i build this patch: osc~ -> lop~ 100 -> hip~ 50 then i would still hear something if i sent "40" to the oscilator. 
 Also, if you check the help screen for hip~/lop~ then you will see that frequencies below/above will still be audible - they will just be alot lower in volume.So - thats not what I'm actually looking for. What i need is a filter that could for example cut all frequencies above 100hz and below 50hz, so that i only hear those. 
