Patrick Reisert

Results 137 comments of Patrick Reisert
trafficstars

Okay ... so the streaming API allows timestamp, or rather, _enforces_ timestamps ... when PortMidi uses the streaming API and wants to send a message immediately (timestamp = 0) it...

Another option is to have an extension API for this functionality that's simply not available on Windows. This is already the case for our virtual ports support. Would that help...

> Btw, how difficult would it be to implement a virtual port driver in Rust for Windows? Well, I don't know since I have never done any driver work (neither...

@faern I already suggested this basically in https://github.com/Boddlnagg/midir/issues/45#issuecomment-526808179, but I'm not sure if it would really help. I'd still like midir to be as portable as possible, and having virtual...

Some progress has been made in #28: We're now actually running functional unit tests on Travis, at least when using the coremidi backend on macOS (every other backend does not...

We could try whether audio drivers are available on [GitLab CI](https://about.gitlab.com/features/github/) (which also includes Windows support),

We've since moved to Azure Pipelines CI, but still only can run CI tests with the coremidi backend. I think we have to live with that. Nevertheless, it would be...

If you get this to work, it could probabliy also integrated into the main macro (maybe using distinguishing keywords such as `base Meter[m], derived Meter2 = Meter * Meter`). But...

In my project I also have cases where the same file is compiled multiple times with different flags. For me the ideal solution would be an arbitrary choice by default,...

Will widespread CSS/SASS frameworks like [Bourbon](http://bourbon.io/) or [ZURB Foundation](http://foundation.zurb.com/sites.html) work with 1.0? Currently these two don't work.