sed0

Results 8 comments of sed0

@kuuuurt using PageSource.invalidate method might work. That's a comment from PagingDataAdapter: > /** > * Refresh the data presented by this [PagingDataAdapter]. > * > * [refresh] triggers the creation...

[this](https://github.com/sed0/ktmidi/tree/gradle-ios-fix) branch might fix it If you can publish it on Maven I can test it. I was unable to use it by simply importing to another project.

Thanks for the suggestion, I'll try it and give you an update!

@atsushieno I'm trying to make rtmidi work on iOS but wasn't even able to compile it for iOS successfully. I could build a static lib, but shared fails with an...

> Ah, I don't think iOS build is supported in RtMidi itself and thus it's not going to be our candidate MidiAccess implementation for iOS. It is more realistic to...

It's possible to add Flows alongside listeners like this for example: ``` interface MidiInput : MidiPort { val messageReceivedFlow: Flow get() = callbackFlow { setMessageReceivedListener { data, start, length, timestampInNanoseconds...

> > There's an [IPC patch](https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/ipc) for dwl that might make it possible to add support for it. [dwlmsg](https://codeberg.org/notchoc/dwlmsg) can display the active window title and appid using this IPC....

Hi! I've actually had some success — it works perfectly fine with dwl on a single output/monitor, and I've been using it myself for a month already. I haven't been...