Author Topic: Houston Tracker - 1-bit music editor  (Read 18861 times)

0 Members and 1 Guest are viewing this topic.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Houston Tracker - 1-bit music editor
« Reply #60 on: June 01, 2013, 08:40:32 am »
Lol I don't think so. :P But it's a full fledged graphing calc so...
« Last Edit: June 01, 2013, 08:41:02 am by Streetwalker »

Offline utz

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 161
  • Rating: +28/-0
    • View Profile
    • official hp - music, demos, and more
Re: Houston Tracker - 1-bit music editor
« Reply #61 on: June 02, 2013, 09:30:57 pm »
 
Hmmm... The TI-80 isn't a z80 calc. :P

whoops... well, no Houston Tracker for TI80, then. XD
980 KHz doesn't sound so bad... just about same speed as a PAL C64, actually. Depends on how efficient the m'code implementation is, really.

Offline utz

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 161
  • Rating: +28/-0
    • View Profile
    • official hp - music, demos, and more
Re: Houston Tracker - 1-bit music editor
« Reply #62 on: June 03, 2013, 09:30:27 am »
Managed to compile a 73 version. Would anybody care to test it? DJ maybe?
I'm quite surprised that the 73 actually has much more user RAM than the 83+. Whatwheretheythinking.

Still struggling with the 82CS version. Is it true that in OS 19.006 link port output values were changed to match the 83+ ones?
« Last Edit: June 03, 2013, 09:31:32 am by utz »

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Houston Tracker - 1-bit music editor
« Reply #63 on: June 03, 2013, 09:55:42 am »
As long as it has samples included I can give it a go later today. :)

*Edit* Fixed a silly spelling error.
« Last Edit: June 03, 2013, 09:56:16 am by Art_of_camelot »

Offline utz

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 161
  • Rating: +28/-0
    • View Profile
    • official hp - music, demos, and more
Re: Houston Tracker - 1-bit music editor
« Reply #64 on: June 03, 2013, 01:21:07 pm »
There are no samples included. Just enter "01 02 03 FF" in the first column, "40 40 40" in the second column, and "A0 A0 A0" in the third one. If you hear 3 different percussive sounds together with 2 (more or less) constant tones in all 3 engines, then all should be good.

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Houston Tracker - 1-bit music editor
« Reply #65 on: June 03, 2013, 02:24:56 pm »
Ok, so I'm upgrading the OS at the moment (the one on there currently is outdated) so I can test this thing. Should get back to you soon.
*edit* I got the OS updated, but TIconnect hates Mallard (the program required to run assembly programs) and I can't seem to get it to send with TILP either. :/ I have the tracker on the calc, but no way to execute it at the moment. :/
« Last Edit: June 03, 2013, 03:14:25 pm by Art_of_camelot »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Houston Tracker - 1-bit music editor
« Reply #66 on: June 10, 2013, 08:09:22 pm »
I think BrandonW was working to fix that TI-Connect issue a few days ago, but I am not sure what happened to it. IIRC the idea was to just make the shell an APP. As for TI-Connect, does it happen only with TI-Connect 4.0 or did it happen with 1.16.1 too?

As for the TI-80 I think drawing speed was about as fast as on the Casio PRIZM. It could still be used for some games, but they were as limited as the TI-81 and much slower. Also they looked like crap because the screen is 64x48 pixels large instead of 96x64.
« Last Edit: June 10, 2013, 08:10:44 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline utz

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 161
  • Rating: +28/-0
    • View Profile
    • official hp - music, demos, and more
Re: Houston Tracker - 1-bit music editor
« Reply #67 on: August 28, 2013, 08:15:33 am »
After taking a break to take care of my personal life I'm now working on HT again. And more importantly, I've finally gotten around to publishing the source code.

I didn't clean up yet so the code is a bit of a mess. Also I'm a complete n00b in regards to git and version control in general, so please excuse me if not everything is set up correctly. Namely the formatting is screwed up right now, thanks to github forcing LF line endings. I'll fix this with the next commit.