[MBS] New AVFoundation Book Out

2014-10-29 Thread Tim Jones
For all of your AV Nerds (sorry, bad American reference to the guy at school 
who always knew how to operation the projectors), Bob McCune's new book - 
Learning AV Foundation has been released by the Pearson publishing group.  
Bob provides some really good real-world examples that can be used with 
Christian's MBS AVFoundation classes.

Check it out here:

http://www.informit.com/store/learning-av-foundation-a-hands-on-guide-to-mastering-9780321961808


___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


[MBS] WindowsKeyFilterMBS + Modifier keys.

2014-10-29 Thread Patrick Delaney
Hi

Looking at the above to watch for hotkeys on Windows.  Working with Function 
keys is no problem, just wanted to know the best way to work with modifier keys 
- as an example [CTRL] + [SHIFT] + [SPACE].  I see the keydown event gets 
triggered 3 times for each key so presumably I need to trap each keydown event 
and store the value, then compare to what I want to trap on the keyup.

Is there a better way?

Best Regards
Pat Delaney
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] New AVFoundation Book Out

2014-10-29 Thread Garth Hjelte
At 10:40 AM 10/29/2014, you wrote:

For all of your AV Nerds (sorry, bad American reference to the guy at school 
who always knew how to operation the projectors), Bob McCune's new book - 
Learning AV Foundation has been released by the Pearson publishing group.  
Bob provides some really good real-world examples that can be used with 
Christian's MBS AVFoundation classes.
Check it out here:

Thanks! I bet this is real good. I got a while ago the 'Learning Core Audio' 
book from the same series and same publisher (Addison-Wesley) and it was 
extremely good. $30 is pricey (though not for reference books) but I bet it's 
worth it. 

Garth Hjelte
Sampler User

___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] WindowsKeyFilterMBS + Modifier keys.

2014-10-29 Thread Christian Schmitz

Am 29.10.2014 um 17:47 schrieb Patrick Delaney p...@pandatechservices.co.uk:

 Hi
 
 Looking at the above to watch for hotkeys on Windows.  Working with Function 
 keys is no problem, just wanted to know the best way to work with modifier 
 keys - as an example [CTRL] + [SHIFT] + [SPACE].  I see the keydown event 
 gets triggered 3 times for each key so presumably I need to trap each keydown 
 event and store the value, then compare to what I want to trap on the keyup.

No. Keep track yourself or find the OS function to query current keyboard state.

Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/

___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info