GitHub
  • Preparing search index...
  • The search index is not available
mooz
  • mooz
  • Music
  • RomanNumeral
  • get

Function get

  • get(src): RomanNumeral | NoRomanNumeral
  • Get properties of a roman numeral string

    Parameters

    • src: any

    Returns RomanNumeral | NoRomanNumeral

    • the roman numeral properties

    Function

    Example

    romanNumeral("VIIb5") // => { name: "VII", type: "b5", num: 7, major: true }
    
    • Defined in src/music/roman-numeral/index.ts:46

Settings

Member Visibility

Theme

mooz
  • All
  • AudioContext
  • AudioEffects
  • AudioInstrument
  • AudioPlayer
  • Event
  • Fretboard
  • Keyboard
  • Metronome
  • Midi
  • MidiDevice
  • Music
  • MusicXml
  • Notation
  • Player
  • Schedule
  • Score