|
Forum Index : Microcontroller and PC projects : PicoMite ' PLAY VOLUME ' .....
| Author | Message | ||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 735 |
....Seems to not affect either the PLAY SOUND or PLAY TONE outputs ? my site |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10613 |
Play sound uses individual volumes on each sound 0-25 play volume works on play tone In both cases the modification is linear so you have to make a much bigger change than you expect. Try play volume 5,5 and you will hear a difference. I've just checked on the scope and the commands are working as expected |
||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 735 |
Yes ... Thank You ..... That is how it is working .. I must have been dreaming of a ' master volume ' Right after dreaming the wave shape letters could be variables ( that would really help a lot ) Did You put together the MMBasic ' SOUND ' system ? my site |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10613 |
Yes. Note the latest beta where I have implemented a log curve on the volume controls |
||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 735 |
I sincerely bow to You The closest thing I have found ( as far as Basic with musical capability ( and I have looked for decades ) ) is BBCBasic . Would You please explain one more time why the waveshape parameter cannot be a variable ? my site |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10613 |
See V5.07.01b3 |
||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 735 |
Rem : WORKS LIKE A CHARM !... :) Dim i$(3) Data s,q,w,t For x=0 To 3 Read i$(x) Next x For y = 0 To 3 Print "y=";y;" ";"voice= ";i$(y) Play sound 1,b,i$(y),300,25 Pause 2000 Next y my site |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |