package com.siemens.mp.game;
/*
* #%L
* Matos
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2004 - 2014 Orange SA
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import com.francetelecom.rd.stubs.annotation.ClassDone;
@ClassDone
public class MelodyComposer extends Object {
public static final int TONE_C0 = 0;
public static final int TONE_CIS0 = 0;
public static final int TONE_D0 = 0;
public static final int TONE_DIS0 = 0;
public static final int TONE_E0 = 0;
public static final int TONE_F0 = 0;
public static final int TONE_FIS0 = 0;
public static final int TONE_G0 = 0;
public static final int TONE_GIS0 = 0;
public static final int TONE_A0 = 0;
public static final int TONE_AIS0 = 0;
public static final int TONE_H0 = 0;
public static final int TONE_C1 = 0;
public static final int TONE_CIS1 = 0;
public static final int TONE_D1 = 0;
public static final int TONE_DIS1 = 0;
public static final int TONE_E1 = 0;
public static final int TONE_F1 = 0;
public static final int TONE_FIS1 = 0;
public static final int TONE_G1 = 0;
public static final int TONE_GIS1 = 0;
public static final int TONE_A1 = 0;
public static final int TONE_AIS1 = 0;
public static final int TONE_H1 = 0;
public static final int TONE_C2 = 0;
public static final int TONE_CIS2 = 0;
public static final int TONE_D2 = 0;
public static final int TONE_DIS2 = 0;
public static final int TONE_E2 = 0;
public static final int TONE_F2 = 0;
public static final int TONE_FIS2 = 0;
public static final int TONE_G2 = 0;
public static final int TONE_GIS2 = 0;
public static final int TONE_A2 = 0;
public static final int TONE_AIS2 = 0;
public static final int TONE_H2 = 0;
public static final int TONE_C3 = 0;
public static final int TONE_CIS3 = 0;
public static final int TONE_D3 = 0;
public static final int TONE_DIS3 = 0;
public static final int TONE_E3 = 0;
public static final int TONE_F3 = 0;
public static final int TONE_FIS3 = 0;
public static final int TONE_G3 = 0;
public static final int TONE_GIS3 = 0;
public static final int TONE_A3 = 0;
public static final int TONE_AIS3 = 0;
public static final int TONE_H3 = 0;
public static final int TONE_C4 = 0;
public static final int TONE_CIS4 = 0;
public static final int TONE_D4 = 0;
public static final int TONE_DIS4 = 0;
public static final int TONE_E4 = 0;
public static final int TONE_F4 = 0;
public static final int TONE_FIS4 = 0;
public static final int TONE_G4 = 0;
public static final int TONE_GIS4 = 0;
public static final int TONE_A4 = 0;
public static final int TONE_PAUSE = 0;
public static final int NO_TONE = 0;
public static final int TONE_STOP = 0;
public static final int TONE_REPEAT = 0;
public static final int TONE_REPEV = 0;
public static final int TONE_REPON = 0;
public static final int TONE_MARK = 0;
public static final int TONE_REPEAT_MARK = 0;
public static final int TONE_REPEV_MARK = 0;
public static final int TONE_REPON_MARK = 0;
public static final int TONELENGTH_1_1 = 0;
public static final int TONELENGTH_1_2 = 0;
public static final int TONELENGTH_1_4 = 0;
public static final int TONELENGTH_1_8 = 0;
public static final int TONELENGTH_1_16 = 0;
public static final int TONELENGTH_1_32 = 0;
public static final int TONELENGTH_1_64 = 0;
public static final int TONELENGTH_DOTTED_1_1 = 0;
public static final int TONELENGTH_DOTTED_1_2 = 0;
public static final int TONELENGTH_DOTTED_1_4 = 0;
public static final int TONELENGTH_DOTTED_1_8 = 0;
public static final int TONELENGTH_DOTTED_1_16 = 0;
public static final int TONELENGTH_DOTTED_1_32 = 0;
public static final int TONELENGTH_DOTTED_1_64 = 0;
public static final int BPM = 0;
public MelodyComposer() {};
public MelodyComposer(int[] i ,int j) {};
public void setBPM(int i) {};
public void appendNote(int i, int j) throws Exception { };
public Melody getMelody() { return new Melody(); };
public void resetMelody() { };
public int length() { return 0; };
public static int maxLength() {return 0; };
}