Results 20 comments of Ráfagan Abreu

I think there's something related with `MIDIInputPortCreate`. [This code](https://stackoverflow.com/a/68858445/3453836) works well and it uses `MIDIInputPortCreateWithProtocol` with `MIDIProtocolID._1_0`.

The function MIDIInputPortCreate is deprecated: https://developer.apple.com/documentation/coremidi/1495225-midiinputportcreate

I'm also experiencing the same problem

No, I’ve integrated ffmpeg in ndk and did the conversion by my own Ráfagan Abreu ________________________________ From: Mr.Liu Sent: Thursday, July 23, 2020 12:29:55 AM To: adrielcafe/AndroidAudioConverter Cc: Ráfagan Abreu...

I think the best solution is: Create flow: 1. Check if custom domain name exists, if not, create it 2. Create the mapping path Delete flow: 1. Delete the mapping...

Thanks, I added inside dependencies: ``` implementation ('com.github.pwittchen:infinitescroll:0.0.2') { exclude group: 'androidx.core', module: '*' exclude group: 'com.google.android.material', module: 'material' } ``` And inside android: ``` packagingOptions { exclude 'META-INF/androidx.*' exclude...

Actually no. But I got the old version and it still works.