Is there a way to load a file xrnm (MIDI file) with renoise.app()?Or in any other way?
I know I can use “renoise.app():load_song(filename)” with the midi configuration saved in it.But I just want to load the midi file “xrnm”, without create a new song.
Is complete this list for Renoise 3.1?:
renoise.app():load_song(filename)
renoise.app():load_track_device_chain(filename) -> [boolean]
renoise.app():load_track_device_preset(filename) -> [boolean]
renoise.app():load_instrument(filename) -> [boolean]
renoise.app():load_instrument_multi_sample(filename) -> [boolean]
renoise.app():load_instrument_device_chain(filename) -> [boolean]
renoise.app():load_instrument_device_preset(filename) -> [boolean]
renoise.app():load_instrument_modulation_set(filename) -> [boolean]
renoise.app():load_instrument_phrase(filename) -> [boolean]
renoise.app():load_instrument_sample(filename) -> [boolean]
renoise.app():load_theme(filename)
renoise.app():load_midi(filename), does not exist???Could it be included in a future version?
Thanks!