where do you want to add pause? between some FREQOUT?
where do you want to add pause? between some FREQOUT?
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Stieve is it possible to put as duration in sound command figure beetween 0-1
for examle
sound portb.0[0.2 ,115]
because when you put 1 sound comes out nearly 12 milliseconds but i need less
Sure, easy way is to break the LOOKUP2 in few different tables, or add a second one, the second one will hold the PAUSE value.
I could disgress and say use a variant of "embedded string in your code space". This build a huge table in which you store, the frequency & the PAUSE values. Later you just read it, and apply it.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
PBP don't allow float point values.
You could use HPWM out and PAUSEUS/PAUSE, or a variant of it.
Some
High pin
PAUSE(us) HalfPeriodDelay
LOW pin
PAUSE(us) HalfPeriodDelay
would replace Sound, Freqout, PWM etc etc hapilly here
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Steve is there any way by any comant get figures like 0.2 point two point tree?
Nope, not as far as I'm aware of.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Hi steve.
how can i devide the table into two parts and put pause between them?
Emil
Bookmarks