MIDI music and soundfonts work

This commit is contained in:
2022-07-10 18:04:24 +00:00
parent e57bf668c2
commit d8640bed5a
6 changed files with 63 additions and 45 deletions

View File

@@ -91,7 +91,7 @@ void ds_openvideo(struct datastream *ds, const char *video, const char *adriver)
fir->in = astream_filter;
*/
first_free_bus(astream_filter);
//first_free_bus(astream_filter);
plm_set_video_decode_callback(ds->plm, render_frame, ds);
plm_set_audio_decode_callback(ds->plm, render_audio, ds);