# Metal - Gary Numan Cover

**URL:** https://discourse.processing.org/t/metal-gary-numan-cover/2775
**Category:** Gallery
**Created:** [August 19, 2018, 10:55am UTC](https://discourse.processing.org/t/metal-gary-numan-cover/2775 "2018-08-19T10:55:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sensn](https://avatars.discourse-cdn.com/v4/letter/s/848f3c/32.png) [@sensn](https://discourse.processing.org/u/sensn)
#### Post date: [August 19, 2018, 10:55am UTC](https://discourse.processing.org/t/metal-gary-numan-cover/2775/1 "2018-08-19T10:55:09Z")

</div>

Music Video done in Processing. Song produced with Processing for android. Midi to Fluid Synth.  
Enjoy.

[![]( " - YouTube") ](https://www.youtube.com/watch?v=OyAfTBbyEZg)

---

<div class="post-metadata">

### Author: ![shedMusic](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/shedmusic/32/601_2.png) [@shedMusic](https://discourse.processing.org/u/shedMusic)
#### Post date: [August 19, 2018, 4:58pm UTC](https://discourse.processing.org/t/metal-gary-numan-cover/2775/2 "2018-08-19T16:58:04Z")

</div>

@sensn

Crikey … you have been busy since we last spoke here about midi! Great work …!!!

---

<div class="post-metadata">

### Author: ![sensn](https://avatars.discourse-cdn.com/v4/letter/s/848f3c/32.png) [@sensn](https://discourse.processing.org/u/sensn)
#### Post date: [August 19, 2018, 5:27pm UTC](https://discourse.processing.org/t/metal-gary-numan-cover/2775/3 "2018-08-19T17:27:03Z")

</div>

@shedMusic

thnx.

Yes, i tried some things. I noticed if i plug the phone to the computer with normal USB a dialog comes up and asks which kind of connection I want (MTP;…) and there is also an Option called ‘use MIDI connection’. And that way we can have it as Midi gear in a daw. On Linux I use Jack audio connection kit to connect the ports. So you don’t need a real Midi USB interface, a simple USB cable is enough to connect to a DAW.

I also implemented MIDI clock which is just 248 sent 6 times per 16th note or 24 times per Quater note (PPQN).  
For that i changed the size of the playback-array to 96 and send 248 on every cycle, and every 6 cycles i check the cells. I also want to try the Midilist thing. I am looking forward to your Midifileplayer.  
Midi programming in processing is fun. Thank you again for implementing it.
