Hello

4

Copyright Studios 2021-06-15 23:53

This is test

Test.nx | Open in app
2021-06-15 23:53

TheLivingBlooper 2021-06-16 02:21 (Edited)

Hi!
Thats better than my first program. I can't really help you much because I'm not very good with LowRes but I would recommend using SUB...END SUB instead of GOSUB...RETURN and TRACK for sequences of notes
Thats all I got :) Welcome!


was8bit 2021-06-16 03:24

Hello, i have added something you may like... :)

Test 2.0.nx | Open in app
2021-06-16 03:24

was8bit 2021-06-16 03:38

There are advantages and disadvantages for GOSUB RETURN vs SUB END SUB...

GOSUB RETURN
==============
These are GREAT for quick small simple programs... EZ to use...

Also, all variables used are equally seen together... great for a big program that may reuse a portion of identical code several times, you can use this as easily as if you had copy/pasted it manually...

SUB END SUB is actually more powerfull, and probably recommended only once a person is familiar with lowres...

I recommend learning how to use GFX Designer, and Sound Composer, as you will get a LOT of fun out of these once you get to know them :)


TheLivingBlooper 2021-06-16 12:50 (Edited)

I've never actually used GOSUB...RETURN
Maybe I should use it more :)

SUB...END SUB is definitely a bit complicated, but lets you input arguments (variables that only exist inside SUB...END SUB), which comes in handy

like was8bit said, though, you may want to get more familiar with LowRes before using them


Log in to reply.