MusicApp ======== This service allows users to play songs. .. toctree:: :maxdepth: 2 :titlesonly: :caption: RPC Categories RPCS ---- .. function:: MusicApp.getDrumOneShotNames(packName: DrumPackName?, drumType: DrumOneShotTypes?) Get sounds based on query. **Arguments:** - ``packName: DrumPackName?`` (`DrumPackName `__) - ``drumType: DrumOneShotTypes?`` (`DrumOneShotTypes `__) **Returns:** ``String`` (`String `__) .. function:: MusicApp.getSoundNames(chords: Chords?, key: Keys?, bpm: BPM?, instrumentName: InstrumentNames?) Get sounds based on query. **Arguments:** - ``chords: Chords?`` (`Chords `__) - ``key: Keys?`` (`Keys `__) - ``bpm: BPM?`` (`BPM `__) - ``instrumentName: InstrumentNames?`` (`InstrumentNames `__) **Returns:** ``List`` (`List `__) .. function:: MusicApp.nameToSound(nameOfSound: String?) Get sound by name. **Arguments:** - ``nameOfSound: String?`` (`String `__)