Hi,
OK, so using the Hex-Inverters (74HC14) the problem is the room in the PCB. There will be 32 sensors connected to it (with all the individual circuitry and connectors), so it will represent 6 additional "big" ICs (I am using DIP tech) for which I have no room. Even worse with 74HC132.
The sensors are actually photoresistors (in fact 2N2222A and R4 in the schematic represents the photoresisor). I use that sensors to obtain a clean reading of presence detection, and wait for about 0,5s that no further detection is made before giving a no-presence state. So this is why I need debouncing of the input signal.
I tried to simulate what Hero999 suggested (thank you a lot, this is exactly what I was looking for). It worked great for a single "sensor/channel" using 1 order of magnitude higher values (10M/100M), but only if the 74HC244 is always output enabled. As soon as the output is in high impedance (which I need because there will be 3 more sensors connected to that output in order to cascade-address the reading to the 74HC573) the functionallity is wrong, because in low input state, the output is forced to low, which results in a short with the high of another output-enabled channel. I attached the live values of the simulation of a low input state (sensor ON).
Thank you again!