Klasse Channel

java.lang.Object
sidplay.audio.siddump.Channel

public class Channel extends Object
  • Felddetails

    • NOTE_NAME

      public static final String[] NOTE_NAME
    • freq

      private int freq
    • pulse

      private int pulse
    • adsr

      private int adsr
    • wave

      private int wave
    • note

      private int note
  • Konstruktordetails

    • Channel

      public Channel()
  • Methodendetails

    • getFreq

      public int getFreq()
    • getPulse

      public int getPulse()
    • getAdsr

      public int getAdsr()
    • getWave

      public int getWave()
    • getNote

      public int getNote()
    • setNote

      public void setNote(int note)
    • read

      public void read(int channel, byte[] registers)
    • assign

      public void assign(Channel channel)
    • getNote

      public String getNote(boolean prevChannelNote)