Graveland is a bit controversial due to this NSBM shit, i really dont like their music either but sacrilegium is pretty nice ;]
one of my favorites from polish bm scene is https://www.youtube.com/watch?v=dzuDC-RlYX8. Internationally looking definitively Vinterland ;]

2

(19 replies, posted in Calculators & Pocket Computers)

damn im getting this error again and Im pretty sure that I have no dots in my music.asm (and that every file is in its proper folder)

Unknown token: (.)
Unknown token.
Label not found: (byte)

something like this times 20 which sums up to 60 errors. Could this be the time to arrange it by 16? terrifies me to do it manually....

..update..

it appears that some lines of the music.asm exported from 1tracker look like this (after changing # to $)

...
db $db
...

and your lsti.asm changes 'db' to '.byte' - and that was the reason of failure. I just wonder why is that db $db thing happening. Is 'db' a note in hexadecimal notation?


...update...

Here is my second try in LSEngine on TI
this time written from scratch on 1tracker:

https://www.sendspace.com/file/spfi2w

I wrote it on spd03, but calc plays files much faster than preview on 1tracker (I bet its because 1tracker is generaly used to make ZX Spectrum songs so its not calibrated with TI83 capabilities/performance), so I changed it to spd04 and its a bit too slow to be honest, but definitely better than much too fast on spd03.

in terms of noise and shittynes of audio cable it sounds even shittier than the previous test so accept my apologies ;]

Hi everyone!
I already said hello in calc section but since 16-bit was mentioned above and this is 'introduction thread' I couldnt resist not to introduce you to some of my filthy 16-bit sounds wink

https://zuol.bandcamp.com ;everything
https://ulanmajorat.bandcamp.com ;everything except vocals and a few solos
https://betanjehu.bandcamp.com/album/tadeusz-cie-lak-trio ;bass here

great forum you got here, lots of informative threads for a beginner in 1bit like me ;]
cheers!

4

(19 replies, posted in Calculators & Pocket Computers)

Hello again folks! ;]
I was trying to make something new and got another simple (I hope smile) question about looping in lsti, i saw that the song in its current state loops infinitely as a whole, what about A,B construction, where A is intro and only B loops infinitely. Do I set it up in lsti.asm (as readme suggests) or in music.asm in this:

dw loop1,ptr1
dw loop2,ptr2

?

edit.. or can i do it from 1tracker since im exporting asm from it?

5

(19 replies, posted in Calculators & Pocket Computers)

thx for your kind words ;] this test track is surely a ''test''. now that I know how to make it play on hardware i can spend some time making more complicated track. in this demo both channels plays basically the same thing - just different octaves, there is much to improve in this song, but im glad you like it as it is ;]

I will be posting updates ;]

6

(19 replies, posted in Calculators & Pocket Computers)

as you wish ;] I made it as similar to template music.asm as possible

    dw ptr1,loop1

    dw ptr2,loop2
    
    db $04 

ptr1

loop1
    db $0a

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $0d

    db $00

    db $10

    db $00

    db $0f

    db $00

    db $12

    db $00

    db $11

    db $00

    db $16

    db $00

    db $15

    db $00

    db $16

    db $00

    db $0a

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $15

    db $00

    db $16

    db $00

    db $0a

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $14

    db $00

    db $0a

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $15

    db $00

    db $16

    db $00

    db $0a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $0d

    db $02

    db $10

    db $02

    db $0f

    db $02

    db $12

    db $02

    db $11

    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $02

    db $0a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $02

    db $0a

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $14

    db $06

    db $0a

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $15

    db $05

    db $16

    db $05

    db $0a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $0d

    db $02

    db $10

    db $02

    db $0f

    db $02

    db $12

    db $02

    db $11
    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $02

    db $0a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $02

    db $0a

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $14

    db $06

    db $0a

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $15

    db $05

    db $16

    db $85

    db $8a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $82

    db $0d

    db $02

    db $10

    db $02

    db $0f

    db $02

    db $12

    db $02

    db $11

    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $82

    db $0a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $82

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $82

    db $0a

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $86

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $14

    db $86

    db $0a

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $85

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $15

    db $05

    db $16

    db $05

    db $8a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $82

    db $0d

    db $02

    db $10

    db $02

    db $0f

    db $02

    db $12

    db $02

    db $11

    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $82
    db $0a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $82

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $82

    db $0a

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $86

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $14

    db $86

    db $0a

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $85

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $15

    db $05

    db $16

    db $05

    db $8a

    db $02

    db $96

    db $02

    db $16

    db $02

    db $96

    db $82

    db $16

    db $02

    db $16

    db $82

    db $16

    db $02

    db $96

    db $82

    db $0d

    db $82

    db $10

    db $02

    db $0f

    db $02

    db $92

    db $82

    db $11

    db $82

    db $16

    db $82

    db $15

    db $02

    db $96

    db $82

    db $0a

    db $02

    db $16

    db $82

    db $16

    db $82

    db $16

    db $82

    db $16

    db $82

    db $16

    db $82

    db $16

    db $02

    db $16

    db $82

    db $16

    db $02

    db $16

    db $02

    db $16

    db $82

    db $96

    db $82

    db $16

    db $02

    db $16

    db $82

    db $15

    db $02

    db $96

    db $82

    db $0a

    db $86

    db $16

    db $86

    db $16

    db $86

    db $96

    db $86

    db $16

    db $86

    db $16

    db $86

    db $16

    db $06

    db $16

    db $86

    db $16

    db $86

    db $16

    db $06

    db $16

    db $86

    db $16

    db $86

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $94

    db $86

    db $0a

    db $05

    db $16

    db $85

    db $16

    db $85

    db $16

    db $85

    db $16

    db $85

    db $16

    db $05

    db $16

    db $85

    db $16

    db $85

    db $16

    db $05

    db $16

    db $85

    db $16

    db $85

    db $96

    db $85

    db $16

    db $05

    db $16

    db $05

    db $15

    db $05

    db $16

    db $05

    db $22
    db $ff

ptr2

loop2
    db $16

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $25

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $19

    db $00

    db $1c

    db $00

    db $1b

    db $00

    db $1e

    db $00

    db $1d

    db $00

    db $22

    db $00

    db $21

    db $00

    db $22

    db $00

    db $16

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $25

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $22

    db $00

    db $24

    db $00

    db $25

    db $00

    db $21

    db $00

    db $22

    db $00

    db $16

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $25

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $29

    db $00
    db $27

    db $00

    db $25

    db $00

    db $24

    db $00

    db $25

    db $00

    db $24

    db $00

    db $22

    db $00

    db $20

    db $00

    db $16

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $25

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $22

    db $00

    db $24

    db $00

    db $25

    db $00

    db $21

    db $00

    db $22

    db $00

    db $16

    db $0d

    db $24

    db $0d

    db $25

    db $0d

    db $27

    db $0d

    db $25

    db $0d

    db $24

    db $0d

    db $25

    db $0d

    db $27

    db $0d

    db $19

    db $0d

    db $1c

    db $0d

    db $1b

    db $0d

    db $1e

    db $0d

    db $1d

    db $0d

    db $22

    db $0d

    db $21

    db $0d

    db $22

    db $0d

    db $16

    db $0c

    db $24

    db $0c

    db $25

    db $0c

    db $27

    db $0c

    db $25

    db $0c

    db $24

    db $0c

    db $25

    db $0c

    db $27

    db $0c

    db $24

    db $0c

    db $25

    db $0c

    db $27

    db $0c

    db $22

    db $0c

    db $24

    db $0c

    db $25

    db $0c

    db $21

    db $0c

    db $22

    db $0c

    db $16

    db $12

    db $24

    db $12

    db $25

    db $12

    db $27

    db $12

    db $25

    db $12

    db $24

    db $12

    db $25

    db $12

    db $27

    db $12

    db $29

    db $12

    db $27

    db $12

    db $25

    db $12

    db $24

    db $12

    db $25

    db $12

    db $24

    db $12

    db $22

    db $12

    db $20

    db $12

    db $16

    db $11

    db $24

    db $11

    db $25

    db $11

    db $27

    db $11

    db $25

    db $11

    db $24

    db $11

    db $25

    db $11

    db $27

    db $11

    db $24

    db $11

    db $25

    db $11

    db $27

    db $11

    db $22

    db $11

    db $24

    db $11

    db $25

    db $11

    db $21

    db $11

    db $22

    db $11

    db $56

    db $0d

    db $24

    db $0d

    db $65

    db $0d

    db $27

    db $0d

    db $65

    db $0d

    db $24

    db $0d

    db $65

    db $0d

    db $27

    db $0d

    db $59

    db $0d

    db $1c

    db $0d

    db $5b

    db $0d

    db $1e

    db $0d

    db $5d

    db $0d

    db $22

    db $0d

    db $61

    db $0d

    db $22

    db $0d

    db $56

    db $0c

    db $24

    db $0c

    db $65

    db $0c

    db $27

    db $0c

    db $65

    db $0c

    db $24

    db $0c

    db $65

    db $0c

    db $27

    db $0c

    db $64

    db $0c

    db $25

    db $0c

    db $67

    db $0c

    db $22

    db $0c

    db $64

    db $0c

    db $25

    db $0c

    db $61

    db $0c

    db $22

    db $0c

    db $56

    db $12

    db $24

    db $12

    db $65

    db $12

    db $27

    db $12

    db $65

    db $12

    db $24

    db $12

    db $65

    db $12

    db $27

    db $12

    db $69

    db $12

    db $27

    db $12

    db $65

    db $12

    db $24

    db $12

    db $65

    db $12

    db $24

    db $12

    db $62

    db $12

    db $20

    db $12

    db $56

    db $11

    db $24

    db $11

    db $65

    db $11

    db $27

    db $11

    db $65

    db $11

    db $24

    db $11

    db $65

    db $11

    db $27

    db $11

    db $64

    db $11

    db $25

    db $11

    db $67

    db $11

    db $22

    db $11

    db $64

    db $11

    db $25

    db $11

    db $61

    db $11

    db $22

    db $51

    db $96

    db $0d

    db $24

    db $0d

    db $65

    db $0d

    db $27

    db $0d

    db $65

    db $0d

    db $64

    db $0d

    db $65

    db $0d

    db $27

    db $4d

    db $59

    db $0d

    db $1c

    db $0d

    db $5b

    db $0d

    db $1e

    db $0d

    db $5d

    db $0d

    db $62

    db $0d

    db $61

    db $0d

    db $22

    db $4d

    db $56

    db $0c

    db $24

    db $0c

    db $65

    db $0c

    db $27

    db $0c

    db $65

    db $0c

    db $64

    db $0c

    db $65

    db $0c

    db $27

    db $4c

    db $64

    db $0c

    db $25

    db $0c

    db $67

    db $0c

    db $22

    db $0c

    db $64

    db $0c

    db $65

    db $0c

    db $61

    db $0c

    db $22

    db $4c

    db $56

    db $12

    db $24

    db $12

    db $65

    db $12

    db $27

    db $12

    db $65

    db $12

    db $64

    db $12

    db $65

    db $12

    db $27

    db $52

    db $69

    db $12

    db $27

    db $12

    db $65

    db $12

    db $24

    db $12

    db $65

    db $12

    db $64

    db $12

    db $62

    db $12

    db $20

    db $52

    db $56

    db $11

    db $24

    db $11

    db $65

    db $11

    db $27

    db $11

    db $65

    db $11

    db $64

    db $11

    db $65

    db $11

    db $27

    db $51

    db $64

    db $11

    db $25

    db $11

    db $67

    db $11

    db $22

    db $11

    db $64

    db $11

    db $65

    db $11

    db $61

    db $11

    db $62

    db $11

    db $96

    db $0d

    db $64

    db $0d

    db $65

    db $0d

    db $67

    db $0d

    db $65

    db $0d

    db $64

    db $0d

    db $65

    db $0d

    db $67

    db $4d

    db $59

    db $0d

    db $5c

    db $0d

    db $5b

    db $0d

    db $5e

    db $0d

    db $5d

    db $0d

    db $62

    db $0d

    db $61

    db $0d

    db $62

    db $4d

    db $56

    db $0c

    db $64

    db $0c

    db $65

    db $0c

    db $67

    db $0c

    db $65

    db $0c

    db $64

    db $0c

    db $65

    db $0c

    db $67

    db $4c

    db $64

    db $0c

    db $65

    db $0c

    db $67

    db $0c

    db $62

    db $0c

    db $64

    db $0c

    db $65

    db $0c

    db $61

    db $0c

    db $62

    db $4c

    db $56

    db $12

    db $64

    db $12

    db $65

    db $12

    db $67

    db $12

    db $65

    db $12

    db $64

    db $12

    db $65

    db $12

    db $67

    db $52

    db $69

    db $12

    db $67

    db $12

    db $65

    db $12

    db $64

    db $12

    db $65

    db $12

    db $64

    db $12

    db $62

    db $12

    db $60

    db $52

    db $56

    db $11

    db $64

    db $11

    db $65

    db $11

    db $67

    db $11

    db $65

    db $11

    db $64

    db $11

    db $65

    db $11

    db $67

    db $51

    db $64

    db $11

    db $65

    db $11

    db $67

    db $11

    db $62

    db $11

    db $64

    db $11

    db $65

    db $11

    db $61

    db $11

    db $62

    db $11

    db $96

    db $4d

    db $a4

    db $4d

    db $65

    db $4d

    db $a7

    db $4d

    db $65

    db $4d

    db $64

    db $8d

    db $65

    db $8d

    db $67

    db $4d

    db $59

    db $0d

    db $5c

    db $4d

    db $5b

    db $4d

    db $9e

    db $4d

    db $5d

    db $0d

    db $62

    db $0d

    db $61

    db $4d

    db $a2

    db $4d

    db $56

    db $4c

    db $64

    db $4c

    db $65

    db $4c

    db $a7

    db $4c

    db $65

    db $4c

    db $64

    db $4c

    db $65

    db $4c

    db $67

    db $4c

    db $64

    db $4c

    db $65

    db $4c

    db $67

    db $8c

    db $a2

    db $4c

    db $64

    db $4c

    db $65

    db $8c

    db $61

    db $4c

    db $a2

    db $4c

    db $56

    db $92

    db $64

    db $12

    db $65

    db $12

    db $27

    db $52

    db $65

    db $12

    db $64

    db $12

    db $65

    db $52

    db $e7

    db $52

    db $69

    db $12

    db $67

    db $d2

    db $65

    db $12

    db $64

    db $52

    db $65

    db $d2

    db $64

    db $d2

    db $62

    db $d2

    db $20

    db $52

    db $56

    db $d1

    db $64

    db $91

    db $65

    db $91

    db $a7

    db $51

    db $65

    db $51

    db $64

    db $51

    db $65

    db $51

    db $67

    db $51

    db $64

    db $91

    db $65

    db $51

    db $67

    db $11

    db $22

    db $51

    db $64

    db $11

    db $65

    db $11

    db $61

    db $11

    db $22

    db $11

    db $62


    db $ff

EDIT..

I DID IT ;D heh didnt realize that even though i placed lsti.asm and music.asm in the same folder as asm83 - it still refers to music.asm in deeper folder /ti1bit/lsengine/music.asm. replaced this one with proper one and it works ;D wait a moment i have to check it on calc ;D

EDIT2..

oh it was rather rude of me. of course: WE DID IT! wink wouldnt do a thing without your help

here is evidence that actually something was happening:

https://www.sendspace.com/file/chfnc2

recorded directly from calc - sounds like shit, next time ill put it through mixer for some eq (is it allowed in 1-bit world? ;>)

thx again and see you next time ;]

7

(19 replies, posted in Calculators & Pocket Computers)

okkk,  we're getting somewhere ;] you were right! tasm 3.1 runs no problemo on dosbox, i also copied ion.ins to the same folder (figured it out by myself just from reading error message ;D) now im getting only errors regarding my music.asm file something like:

label not found (loop1)
unrecognised instruction (loop1)
unrecognised instruction (loop2)
unknown token (.)

and a few similar.  interestingly - no error regarding ptr1 - just loop1 loop2 and ptr2. ill try to tidy up this file a bit, ereasing unnecesarry fragments and everything should be juuust fine ;]

8

(19 replies, posted in Calculators & Pocket Computers)

thx for informative reply, something changed when I downloaded tasm and devpac and put it all in the same folder with asm83 from your pack (music.asm, lsti.asm and lsti.83p also) as everything is in one folder I just write:

asm83 lsti    ; in DOSBox 0.74

but unfortunately this isnt the end of the road ;] now i get:

----Assembling lsti for TI-83                         ; at least we got this one right
This program cannot be run in DOS mode   ; does that mean that I need TRUE dos?
----There were errors



I appreciate your help and Im beginning to feel guilty for taking up so much of your time to solve some probably trivial problem ;]

9

(19 replies, posted in Calculators & Pocket Computers)

yup I heard (read ;]) about those templates - i think in case of Tritone by shiru.
Ill go easy(easier ;]) way for now and export asm from 1tracker using specific engine. that should work. ill update on progress.

edit. I hate to be pain in the ass but got a few more questions. ;]

While compiling i also got:

illegal comand: tasm
illegal command: devpac83

(edit. I think i understand. I need Borland Turbo Assembler compiler? maaaan this is truly complicated for a non-programmer like me)

does it have something to do with this part of manual: ?

''Long song data corrupts TASM. To work around this, rearrange bytes in the song data in rows of 16. Usually it's enough to do it after label "loop2". You could use a different assembler to compile the data block(s), then convert back to db statements with bin2asm or a similar utility.''

also im not sure if i did well steps 4 and 5:

''4) Copy the musicData section to lsengine\music.asm
  5) Open lsti.asm. Select your calculator model, and configure looping.''


I copied everything after ''musicData'' from mysong.asm to music.asm
I ereased line with ti82 from lsti.asm - basically it was first line of the file. i didnt do anything else to that file.
I may be lacking some basic tracker knowledge so sorry in advance for lame questions ;]

edit. Your rawp engine has xm template! I totally forgot...
Ill try to mess with that tomorrow, could be easier for me than that Lyndon Sharp thing wink

10

(19 replies, posted in Calculators & Pocket Computers)

I see... I thought that memmory could be an issue. I will have to shuffle between HT2 and other engines than. I was thinking about using your engines cause I have some compositions made in modern DAWs, so I can export score in MIDI than import midi to BeRoTracker save as xm2(?mod?) open in 1tracker(?) convert with your ti1bit tools(?) (didnt quite got to those last steps yet ;]) im gonna figure that out and when I do, I'll let you hear what happened ;]


edit. 1tracker only takes *.1tm extension, so i got to rewrite it from BeRo to 1T - still easier than rewriting it from horizontal score. ;]

11

(19 replies, posted in Calculators & Pocket Computers)

thx for quick answer!
i think im wrong somewhere around ''running ION''
after i transfer it i go to PRGM and pres ENTER on ION highlighted
than it just displays: 'prgmION' on the main screen.......

...while I was writing this reply I realized that I have to press ENTER again to execute it xD hahah silly me
im total newb in TIcalcs topic, just bought one to try your engines cause they sound superfun ;]

i will update in this topic if i have any more problems. thanx 4 your help

edit. ht2 is running ;D now just making cable for sound and i will have a quick jam ;]

p.s. is it possible to use those other engines of yours (from ti1bit pack) while ht2 is installed? just transfer and run those songs in *.asm?

12

(19 replies, posted in Calculators & Pocket Computers)

First of all, hi everyone! ;]

i think i came a long way just by using tutorials, ht2 manual and reading forums but now im stuck.
i managed to construct working parallel cable and transfer ION.83G from ion16u package using tilp2.
im a bit confused when it comes to deleting it, im doing it just like the manual says, then im transfering ht2.83p.
when i try to launch ht2 i dont have ''A'' in programs (like in the manual) but ZMINFO and HT2. output is something like that:

prgmZMINFOprgmHT2randM(randM(randM(randM(randM(

i guess im doing something terribly wrong and making some simple mistakes but pls dont get angry @ me. ;]


edit. i will add that my ti83 looks like this one:
http://thumbs3.picclick.com/d/w1600/pic … ulator.jpg
(i know there are a lot of versions)

and when i check rom version it says: 1.10001

edit.. on this video same ti83 as mine is used:
https://www.youtube.com/watch?v=y75CYxU9PmI
and it works fine for that guy. but i think this is ht1 not ht2 that this guy is using.?

thx in advance for your kind help ;]