ShortMessage.setmessage arguments

From: James (james.shipton_at_bbc.co.uk)
Date: 10/29/03

  • Next message: Scott Ellsworth: "Re: Do you still choose java????"
    Date: 29 Oct 2003 02:08:11 -0800
    
    

    Hi
    I am creating a new ShortMessage object with the following arguments:

    ShortMessage a = new ShortMessage();
    a.setMessage(144, 9, 35, 100);

    This is for a noteOn for a Bass Drum using channel 9. I am not sure
    what the final argument does? What does 100 refer to? The Java API is
    not very clear.

    thanks James


  • Next message: Scott Ellsworth: "Re: Do you still choose java????"