Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust to use exception handling to avoid a crash in glyph handling #905

Closed
wants to merge 9 commits into from

Commits on Jun 5, 2018

  1. adjust to use exceptoin handling to avoid a crash in setting the devi…

    …ce glyph in DisplayHelpers.cs...els
    Eric Snyder committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    37b0880 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. experimenting with the basicinput sample to understand dragging and m…

    …ovement by the center...els
    ericleigh007 committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    b2a8582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    926ad27 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    75292c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. To AudioCreation, added a scenario7 which plays C major chords for te…

    …sting mixing of dynamically created input streams. The sample uses 5% of the CPU, but gets glitchy with too many notes.
    
    Remember, though, we're running UWP C#, and .NET, and in this particular test we're getting an interrupt every 250uS or so. that's pretty wonky for UWP I think, especially considering there probobly is no way to set a realtime priority or anything.
    So we're defintely in user mode, and just normal priority....els
    ericleigh007 committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    97e4afe View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Configuration menu
    Copy the full SHA
    95dc6f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36e9aa1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Adding scenario9 which attemps to build multi-channel buffers so that…

    … we can compare the efficiency when there is more input data and just fewer interupts...[but the scenario doens't work yet] els
    ericleigh007 committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    6dbe097 View commit details
    Browse the repository at this point in the history
  2. Done with scenario 9. Seems like to my horror, the input device only …

    …supports stereo, so we do save something, but not the kind of savings I was hoping for....els
    ericleigh007 committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    18b33f0 View commit details
    Browse the repository at this point in the history