MidiData ======== This service allows users to access midi files of different songs. .. toctree:: :maxdepth: 2 :titlesonly: :caption: RPC Categories RPCS ---- .. function:: MidiData.findSong(composer: Composers?, style: Styles?, search: String?) Get songs based on query. **Arguments:** - ``composer: Composers?`` (`Composers `__) - ``style: Styles?`` (`Styles `__) - ``search: String?`` (`String `__) **Returns:** ``List`` (`List `__) .. function:: MidiData.getSongData(nameOfSong: String?) Get a song by name **Arguments:** - ``nameOfSong: String?`` (`String `__)