|
#1
|
|||
|
|||
|
I want to improve my guitar tuner app and I think a volume control would be useful. Can anyone help with the code/images needed for this. Thank You.
PS.I don't mind what kind of volume control it is. |
|
|
|||
|
|
|
#2
|
||||
|
||||
|
I don't know about the coding, but to make some images for your app should be no problem for me. So, just send me a pm what for graphics you need : )
__________________
Tell me if you need an unique design for your app ; ) |
|
#3
|
||||
|
||||
|
Increase/lower volume functions:
Code:
--Increases volume function volPlus() volOld = audio.volume() if(volOld < 25) then audio.volume(volOld + 1) end end --Decreases volume function volMinus() volOld = audio.volume() if(volOld > 0) then audio.volume(volOld - 1) end end Code:
volPlus() volMinus()
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ |
![]() |
| Tags |
| guitar |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 07:35 PM.












Linear Mode
