diff --git a/sound.pl b/sound.pl index 64c2a6a..16ecbaa 100755 --- a/sound.pl +++ b/sound.pl @@ -46,17 +46,17 @@ sub pub_msg { } sub own_action_msg { my ($server,$msg,$nick,$address,$target) = @_; - system("play -qnV0 synth 0.09 tri E3:B3 &> /dev/null&"); + system("play -qnV0 synth 0.25 tri G5:E1 tri B5:D1 remix - norm -5 &> /dev/null&"); } sub own_private_msg { my ($server,$msg,$nick,$address,$target) = @_; - system("play -qnV0 synth 0.09 tri E3:B3 &> /dev/null&"); + system("play -qnV0 synth pl G2 pl G3 pl B2 pl B3 pl D3 pl D4 pl G3 pl G4 pl D4 pl D4 pl G4 pl G4 delay 0 0 0.02 0.02 0.04 0.04 0.06 0.06 0.08 0.08 0.1 0.1 remix - phaser fade p 0 0.5 0.3 reverse &> /dev/null&"); } sub action_msg { my ($server,$msg,$nick,$address,$target) = @_; - system("play -qnV0 synth 0.25 tri G5:E1 tri B5:D1 remix - norm -5 &> /dev/null&"); + system("play -qnV0 synth 0.25 tri E1:G5 tri D1:B5 remix - norm -5 &> /dev/null&"); } sub own_msg {