# Use keyboard on madmapper projection

**URL:** https://discourse.processing.org/t/use-keyboard-on-madmapper-projection/11882
**Category:** Libraries
**Created:** [June 6, 2019, 1:05pm UTC](https://discourse.processing.org/t/use-keyboard-on-madmapper-projection/11882 "2019-06-06T13:05:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![simone](https://avatars.discourse-cdn.com/v4/letter/s/cab0a1/32.png) [@simone](https://discourse.processing.org/u/simone)
#### Post date: [June 6, 2019, 1:05pm UTC](https://discourse.processing.org/t/use-keyboard-on-madmapper-projection/11882/1 "2019-06-06T13:05:30Z")

</div>

Hello. I apologize for my poor English. I would like to know: is it possible to use a keyboard on a projection with madmapper, and how to make it happen?

---

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [June 8, 2019, 4:54am UTC](https://discourse.processing.org/t/use-keyboard-on-madmapper-projection/11882/2 "2019-06-08T04:54:50Z")

</div>

Is this question about Processing?

My understanding is that you send syphon to madmapper. So create a processing syphon sketch, and use the keyboard to draw text on an graphics buffer. Send the graphics with syphon to madmapper. (untested)

> <https://github.com/Syphon/Processing/blob/master/examples/SendFrames/SendFrames.pde>

---

<div class="post-metadata">

### Author: ![simone](https://avatars.discourse-cdn.com/v4/letter/s/cab0a1/32.png) [@simone](https://discourse.processing.org/u/simone)
#### Post date: [June 17, 2019, 1:39pm UTC](https://discourse.processing.org/t/use-keyboard-on-madmapper-projection/11882/3 "2019-06-17T13:39:56Z")

</div>

thank you for your reply
