|
Forum Index : Microcontroller and PC projects : As Luck Would Have It !
| Author | Message | ||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 735 |
I was able to capture a bit of The Virtual Cowboys practicing the background track for their latest hit ..... Featuring their new synth " The PicoMite " Edited 2021-11-04 05:47 by hitsware2 my site |
||||
Grogster![]() Admin Group Joined: 31/12/2012 Location: New ZealandPosts: 9757 |
Catchy tune. ![]() Smoke makes things work. When the smoke gets out, it stops! |
||||
| Plasmamac Guru Joined: 31/01/2019 Location: GermanyPosts: 596 |
Like it Plasma |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10613 |
Is this the Picomite playing this with the sound command? What are you using as the low-pass filter? Sounds really clean |
||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 735 |
Yes ! 10 k Ohm from each channel summed into 2 n F to gnd . ( definately room for tweaking ) For some reason the PicoMite does WAY better than CMM 2 for music ? for v = 25 to 0 step -1 sound 1,l,s,440,v pause 10 next v Gives a nice envelope ... On the CMM 2 it would work on only select notes ![]() Edited 2021-11-04 21:12 by hitsware2 my site |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10613 |
Please explain and post diagnostic code and I'll try and fix. I'll also add the variable type and channel into the next CMM2 beta Edited 2021-11-04 21:31 by matherp |
||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 735 |
do frequency = int(rnd*1000)+100 rest = int(rnd*40)+5 print "frequency =", frequency, " rest =", rest for beats = 0 to 3 for levels = 25 to 0 step -1 play sound 1,b,s,frequency,levels pause rest next levels next beats loop Not nearly the difference I remembered .... ( very noisy on certain frequencies ) This morning CMM2 slightly more noise but usable . With PicoMite , if ' b ' channels are used the sound fades in and out somewhat ... O.K. with ' l ' or ' r ' CMM2 O.K. with ' b ' my site |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |