Robert Hargreaves

Results 11 comments of Robert Hargreaves

Hi @skast96, I'm afraid I'm not actively developing this project. However, if you'd like this particular feature added I'm happy to accept pull requests. All I ask that the feature...

I believe the `GetAuthorizationQuery()` method is only supposed to return those parameters that are added as part of the OAuth signing. You will need to append the output of that...

Could you try using https://7digital.github.io/oauth-reference-page/ to re-create your request? Does it work? If so, does the signature match the one generated from this package?

Interesting... there must be something super subtle about the request parameters which is causing the signature to be produced incorrectly. Can you post a screenshot of the request as laid...

Are there any special characters (i.e. non-alphanumeric) in the consumer key, secret, token or token secret, aside from hyphens?

I've removed the ASM patch. Oops! I'm happy for the rest of the patch to fall under your licence and for you to hold the copyright.

I believe I can use `echo_get_status()` to know when it is safe to call `echo_play_direct()` again, but I think there is a bug in the code which causes it to...

Ah, I thought this bit of the code would be enough for `echo_get_status` to return DIRBUSY in the event a play direct event was sitting there waiting for processing: ```c...

Ok thanks for the tips! I may well go with the 68k driving it all because I think that ultimately it will give the most responsive results. I'll have a...

Looks like it works better! It doesn't make a high pitched whine, but the second note is dropped unless I wait for ECHO_STAT_DIRBUSY to clear: ``` echo_play_direct(test_custom); while (echo_get_status() &&...