Nicolaas Groeneboom

Results 56 comments of Nicolaas Groeneboom

Fixed now, please verify! 0) please note that instruments being played in TRSE are NOT related to adlib/beeper sounds at all.. it's just to provide some feedback. TRSE instruments are...

Could you provide an example image that I could use for testing?

Comma has now been fixed up. The remaning I'll have to investigate - I'm simply using Qt's built-in "fromLatin" method to convert from a char to a numerical value

This is a strange bug that I'm currently looking into, and it happens only because the macros are located next to each other. If you add an extra ";" to...

Ok I've fixed up the macro system to use a "Write" command instead. Write automatically adds a \n etc ``` ... Write('i:=10;'); write('if '+p0+'>j then '); write('begin'); ... ```

Also, you don't need a return etc, as the "write" method simply adds to an internal string - and returns this one at the end of the macro call

argh this is part of the whole thing I tried to implement yesterday - being able to to things like "myAddress+=3" etc. I probably managed to bork something here, will...

Fixed up 1 and 2, at least... hopefully

Has this been fixed? can we close it? or is it still a problem?