app_tutorials:bitbyte:bitwiz

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
app_tutorials:bitbyte:bitwiz [2019/05/08 02:56] Paulinkoapp_tutorials:bitbyte:bitwiz [2019/05/09 12:01] (current) – removed Paulinko
Line 1: Line 1:
-<markdown> 
-##BitWiz run through a series of Effect Apps 
-[BitWiz Audio Synth by Kymatica AB](https://itunes.apple.com/us/app/bitwiz-audio-synth/id522046655?mt=8) is an app that creates sounds using [bytebeat code](http://canonical.org/~kragen/bytebeat/) the user can enter into the app. The variables for the code in the [BitWiz with FX Video](https://youtu.be/oZPB0sJRe1Q) has eight letters (x, y, a, b, m, n, u, and v) which are all controlled via MIDI CC sent out from [Photon AU by anthony saunders](https://itunes.apple.com/us/app/photon-au/id1441542979?mt=8). 
  
-You can strongly influence the [bpm](https://wiki.audiob.us/wiki_author/tags/bpm) of the sounds generated by the code by using a MIDI source where you control the bpm of the CC messages sent to control code variables. When BitWiz is hosted in an IAA app like AUM, changing the host’s bpm will then trickle down thru your MIDI control app and then onto BitWiz. 
-###BitWiz Bytebeat Code: 
-</markdown> 
-<nowiki> 
-//arcade pulse04 xyabmnuv 
-r=1*(x+a+m+u)/(y+b+n+v), z=(t*((x/2)+1) % (32-y)|z/t)| 
-(t*((a/64)+1) % (4-b)|z/t)| 
-(t*((m/8)+1) % (128-n)|z/t)| 
-(t*((u/256)+1) % (16-v)|z/t) 
-</nowiki> 
-<markdown> 
-##Setup Inside AUM 
- 
-Photon using the BWbass01.mid file going out on the first pad it’s loaded on to control BitWiz using 8 MIDI CC values assigned to 8 variables in the BitWiz equation. MIDI CC 17 on channel 1 has been assigned to toggle the audio output between just the output from BitWiz and the effected output from BitWiz. 
- 
-[FAC Bandit by Frederic Corvest](https://itunes.apple.com/us/app/fac-bandit/id1458633968?mt=8) is set on ll Vechio Warmer Mix preset, [FAC Envolver by Frederic Corvest](https://itunes.apple.com/us/app/fac-envolver/id1378195291?mt=8) adds gating with SQ BrB Dub Style preset, [Perforator by Bram Bos](https://itunes.apple.com/us/app/perforator/id1382134258?mt=8) adds more gating with the Rapido preset, [BLEASS delay AUv3 Audio Plugin by BLEASS](https://itunes.apple.com/us/app/bleass-delay-auv3-audio-plugin/id1448509525?mt=8) adds delay with the Time Explorer preset and finally some saturation is added with [Limiter - Audio Processor by Amazing Noises](https://itunes.apple.com/us/app/limiter-audio-processor/id945375756?mt=8). 
- 
-</markdown> 
- 
-{{tag> BitWiz AUM Brambos Rozeta FACbandit FACenvolver BleassDelay bytebeat photon video tutorial fx gate delay limiter saturation}} 
  • app_tutorials/bitbyte/bitwiz.1557248193.txt.gz
  • Last modified: 2019/05/08 02:56
  • by Paulinko