//      100  1000    50
for(int i=100; i<=1000; i+=50) {
    //   
    Sound beep = new Sound(i,50);
    //   
    beep.play(1);
}
