Class UserRhythmVoice

java.lang.Object
org.jjazz.rhythm.api.RhythmVoice
org.jjazz.midimix.api.UserRhythmVoice

public class UserRhythmVoice extends RhythmVoice
A special RhythmVoice subtype for user phrases.
  • Field Details

    • DEFAULT_USER_PHRASE_CHANNEL

      public static final int DEFAULT_USER_PHRASE_CHANNEL
      See Also:
    • CONTAINER

      public static final Rhythm CONTAINER
  • Constructor Details

    • UserRhythmVoice

      public UserRhythmVoice(String name)
      Create a melodic UserRhythmVoice.
      Parameters:
      name - Can't be null
    • UserRhythmVoice

      public UserRhythmVoice(String name, DrumKit drumKit)
      Create a drums UserRhythmVoice.
      Parameters:
      name - Can't be null
      drumKit - Can't be null
  • Method Details