Marcus Wu

Results 18 comments of Marcus Wu

The owner of the deej project stated he wouldn't merge my branch because it has external dependencies. You can find my branch with mac support at https://github.com/marcuswu/deej/tree/macSupport

Oh, one note about that branch -- I also added "event" support. It's basically just binary event passing as opposed to the analog data deej normally works on for volume...

On the Google sample [Moby Dick epub](https://code.google.com/p/epub-samples/downloads/detail?name=moby-dick-20120118.epub&can=2&q=), the following CFI was generated: epubcfi(/6/12[xepigraph_001]!/4/2/2/2/1:0). The segment leading up to the assertion, "/6/12," references the following spine itemref entry: . The 'xepigraph_001'...

> In the meantime, you should be able to avoid this by either removing the fan toggle or enabling the bed heater prior to toggling the fan. This workaround did...

The above commit is unfortunately not a solution. I'm not convinced this is the right approach for a few reasons listed below, but it could be on the right track....

I've iterated over my earlier code and have what I believe to be a working solution. I'd love some feedback.

I am not convinced my solution was ever really 100% correct. I did [open a PR for it](https://github.com/duckduckgo/Android/pull/1341), but it was closed because it was supposed to be working properly...

I have submitted a [PR for adding AppleScript support to BackgroundMusic](https://github.com/kyleneideck/BackgroundMusic/pull/457) with the intent of connecting to hardware sliders via a system like deej. Now it should be relatively trivial...

You listed a few concerns here, what are your criteria? I believe deej already relies on external software that's not packaged directly with deej. Is it because it's not a...

I just tossed the above PR up to solve the serial connections. It basically just closes the channels, drops out of the go routine, and restarts the serial if it...