Old 01-03-2005, 08:24 AM   #1
toqer
Human being with feelings
 
Join Date: Jan 2005
Posts: 53
Default For next type statement?

Is there a way to make one? I used to make some neato bleeps with those back in the atari days

for x = 1 to 100
sound 0,x,6,15
next x
toqer is offline   Reply With Quote
Old 01-03-2005, 02:05 PM   #2
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Quote:
Originally Posted by toqer
Is there a way to make one? I used to make some neato bleeps with those back in the atari days

for x = 1 to 100
sound 0,x,6,15
next x
Hmm, effects don't really work that way in Jesusonic.. what is it you are trying to accomplish, maybe I can help?

-Justin
Justin is offline   Reply With Quote
Old 01-03-2005, 09:05 PM   #3
Zevensoft
Human being with feelings
 
Join Date: Jan 2005
Posts: 13
Default

BASIC
Code:
For a = b to c step d
  ...
Next a
Jesusonic
Code:
a=b;loop((c-b)/d,
  ...
a+=d);
Zevensoft is offline   Reply With Quote
Old 01-04-2005, 05:26 AM   #4
toqer
Human being with feelings
 
Join Date: Jan 2005
Posts: 53
Default

Quote:
Originally Posted by Justin
Hmm, effects don't really work that way in Jesusonic.. what is it you are trying to accomplish, maybe I can help?

-Justin

Sliding pitch per sample on the tone generator. So it goes WOOWOOWOOOWOOO. Or if i wanted to do the wile e coyote dropping sound WOOOOOooooooo*thunk*
toqer is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 06:39 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.