pub fn hash_param_name(name: &str) -> u32
FNV-1a hash for fast parameter name lookup.
This hash function is fast and produces good distribution for short strings. Used to avoid string comparisons in the audio thread hot path.