Help with sound

Discussion in 'Plugin Development' started by Danelli, Jan 26, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Danelli

    Not really a coding problem, I know how to use Java perfectly fine. My problem comes from needing sound effects for a particular event. I'm trying to make a sound for a new saw item in one of my plugins. Does anyone know any sounds that I could use in the event or multiple sounds I could play together (you right click to use it)?
     
  2. Offline

    sgavster

    player.playSound(location, Sound, float, float);
     
  3. Offline

    Danelli

    I know how to play a sound :p I'm asking what sound I could play that sounds like a saw.
     
  4. Offline

    sgavster

    Danelli You could play with sounds and change the pitch :p
     
    Danelli and ShearsSheep like this.
  5. Offline

    Danelli

    That's what I've been doing. Rather hard to find a good one. I was hoping for a sound smith :p
     
  6. Offline

    Jake6177

    Higher pitch would be the up swing of the saw and a lower pitch would be the down swing.

    Pull saw up => high pitch
    Push saw down => low pitch
     
Thread Status:
Not open for further replies.

Share This Page