Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 22:35 19 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : As Luck Would Have It !

Author Message
hitsware2

Guru

Joined: 03/08/2019
Location: United States
Posts: 735
Posted: 07:46pm 03 Nov 2021
Copy link to clipboard 
Print this post

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 Zealand
Posts: 9757
Posted: 06:09am 04 Nov 2021
Copy link to clipboard 
Print this post

Catchy tune.  
Smoke makes things work. When the smoke gets out, it stops!
 
Plasmamac

Guru

Joined: 31/01/2019
Location: Germany
Posts: 596
Posted: 09:22am 04 Nov 2021
Copy link to clipboard 
Print this post

Like it
Plasma
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10613
Posted: 09:26am 04 Nov 2021
Copy link to clipboard 
Print this post

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 States
Posts: 735
Posted: 11:06am 04 Nov 2021
Copy link to clipboard 
Print this post

  matherp said  Is this the Picomite playing this with the sound command?
What are you using as the low-pass filter? Sounds really clean

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 Kingdom
Posts: 10613
Posted: 11:28am 04 Nov 2021
Copy link to clipboard 
Print this post

  Quote  On the CMM 2 it would work on only select notes


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 States
Posts: 735
Posted: 07:23pm 04 Nov 2021
Copy link to clipboard 
Print this post


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
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025