1,500 bytes added
, 03:04, 24 September 2016
{{Infobox homebrew
| title = LiveSynthesisU
| image = [[File:livesynthesisuicon.png]]
| desc = Play a USB keyboard like a Piano
| author = [https://github.com/quarktheawesome QuarkTheAwesome]
| type = productivity tool
| version = 1.0
| download = http://www.wiiubru.com/appstore/zips/LiveSynthesisU.zip
| source = https://github.com/QuarkTheAwesome/LiveSynthesisU
| hbb = yes
}}
'''U-LiveSynthesisU''' is an application that utilizes a USB keyboard to produce music much like that of an electric piano.
==Description==
Just a bit of a proof of concept; it's live sound synthesis on the Wii U!
This program actually generates all the sounds it makes on the fly. Previous stuff on the Wii U played audio files (mp3s and things) but here I've shown that you can also generate these sounds as you go. It uses kbd.rpl for USB keyboard support (thanks @rw-r-r_0644 for making this possible!)
==Usage==
Once the app starts up, connect a USB keyboard and start playing! The middle row of keys (asdfghjkl) are your white notes; some of the upper row (wetyuop) are your black notes. Z and X control the octave of the notes and C changes the waveform (sine, square, sawtooth or triangle). HOME on the gamepad quits; don't press A!
==Future Applications==
We can add sound to emulators using the techniques in this program. Generating the waveforms of a retro console no longer requires messing with audio files; you can just make it as you go!
==History==
===v1.0===
Initial release