Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
 Welcome to our latest new user Northwind ! (Registered 2024-11-20) You are not logged in - nap
CSDb User Forums


Forums > CSDb Discussions > Android Goattracker compatible tracker
2021-04-25 05:24
Splunkh!

Registered: Apr 2021
Posts: 31
Android Goattracker compatible tracker

FakeSID is a FOSS Android chiptune tracker (inspired by LFT's Blackbird). The coder is now considering rewritting the whole thing, basing it on Goattracker! One very nice aspect of this is that Goattracker's .sng-files easily can be converted to SidWizard .swm-files (With Hermit's sng2swm-tool).

According to this thread on Github, the dude mentions he would need a little bit of help with some of the 6510-assembly bits. Anybody here who perhaps would like to point him towards the right direction? In that case leave a comment and more details can be added. Have a look at this thread: https://github.com/2bt/fakesid/issues/1#issuecomment-822011536

Personally I love the idea of punching in a few melodies or beats on my phone whilst being on the bus, and then move the fragments over to the breadbox when at home :) Also the gui on the previous/earlier android installment (FakeSID) is really sweet. Screenshots/apk are available at Github link above or at Play where it has gotten some pretty great ratings: https://play.google.com/store/apps/details?id=com.twobit.fakesid
 
... 8 posts hidden. Click here to view all posts....
 
2021-10-17 18:55
spider-j

Registered: Oct 2004
Posts: 498
Compiling worked fine here on Linux.

Awesome tool. I'm glad you found it. I started writing a sid2sng tool myself a couple of weeks ago – but guess I can throw that to /dev/null now :-)
2021-10-17 20:10
DeMOSic

Registered: Aug 2021
Posts: 126
Quote: Hmmm, too bad. I saw you added a issue on GitHub and that there was one person previously who had some problems. If anybody would manage to produce a working binary that would be really cool.

yeah. I even asked for the creator to add a release!
2021-10-17 20:12
DeMOSic

Registered: Aug 2021
Posts: 126
Quote: Compiling worked fine here on Linux.

Awesome tool. I'm glad you found it. I started writing a sid2sng tool myself a couple of weeks ago – but guess I can throw that to /dev/null now :-)


lol im a windows user so that means its a linux program?
2021-10-17 22:45
spider-j

Registered: Oct 2004
Posts: 498
Quote: lol im a windows user so that means its a linux program?

It's a super simple C++ program. I guess it will run fine on Windows. But the add_compile_options params in CMakeList.txt look GCC specific to me. Maybe try building it with GCC from Cygwin on Windows instead of Visual Studio.
2021-10-18 05:26
Splunkh!

Registered: Apr 2021
Posts: 31
Whohoo!!

All is now solved thanks to Spider Jerusalem & hedning in this thread sid2sng Windows builds

The CSDB entry and the compiled (Win x32/x64) binary is here: sid2sng 1.0

I tried it and it works wonders! But not every single Goat-SID works and sometimes you need to add some parameter to get an output .sng

usage: sid2sng [options...] sid-file [sng-file]
 -nopulse
 -nofilter
 -noinstrvib
 -fixedparams
 -nowavedelay

I converted sng to swn and am now enjoying analyzing the Goat-SIDs in Sidwizard 1.8 on native C64! :)
2021-10-18 07:45
DeMOSic

Registered: Aug 2021
Posts: 126
Quote: Whohoo!!

All is now solved thanks to Spider Jerusalem & hedning in this thread sid2sng Windows builds

The CSDB entry and the compiled (Win x32/x64) binary is here: sid2sng 1.0

I tried it and it works wonders! But not every single Goat-SID works and sometimes you need to add some parameter to get an output .sng

usage: sid2sng [options...] sid-file [sng-file]
 -nopulse
 -nofilter
 -noinstrvib
 -fixedparams
 -nowavedelay

I converted sng to swn and am now enjoying analyzing the Goat-SIDs in Sidwizard 1.8 on native C64! :)


Awesome!
2024-11-19 15:15
2bt

Registered: Jun 2021
Posts: 10
After a long silence, I finally found the drive to pick up the project again and have made good progress. The goal is an android app that is basically GoatTracker with a different GUI (and some limitations). The curious may check out the source at https://github.com/2bt/GTMobile. The project is not finished but almost usable and maybe close to a test release.

I would like to explain some differences to GoatTracker regarding tables because I could really benefit from feedback at this point. Maybe my idea is bad and that would be good to know.

Let's ignore the speed table for now. Each instrument is presented with its own three tables for wave, pulse, and filter. Under the hood, there are still the global tables but there won't be a way to see or edit the global tables directly. The user won't see jump commands but there's an implicit jump command at the bottom of every (local) table. You can select a table row and make it loop from there. Not being able to jump around is restrictive in theory but perhaps not so bad in practice.

The biggest consequence of not having global tables apply to table pointer commands. Since these commands reference rows in the global tables, this is a bit of a problem. One way to avoid the problem is to just not support table pointer commands. That's not acceptable.

I have another idea. I will change table pointer commands so that they don't reference rows of the global tables, but instead reference INSTRUMENTS, which in turn reference table rows. This means, whenever you want to use a new table pointer command, you first set up an instrument. Setting up such instruments happens automatically during song loading for songs that don't have these instruments set up already. When a song is saved, instrument numbers get converted back to table rows. There is a chance of running out of instrument slots but that might not be a big problem in practice.

So yea, that's the situation right now. The approach seems a but sluggish but maybe that's ok. And perhaps some of you have been able to make sense of this text and have opinion to share, thx.
2024-11-19 17:13
Jetboy

Registered: Jul 2006
Posts: 286
Why not.making it compatible? What is the point of doing crippled solution?
2024-11-20 16:00
RS-232

Registered: Oct 2024
Posts: 2
I think as long as the files generated are still loadable in GT2 it should be fine.

Is the reason for not using the global tables due to screen real estate on the android, or some other reason?
2024-11-20 18:58
spider-j

Registered: Oct 2004
Posts: 498
Quoting Jetboy
Why not.making it compatible? What is the point of doing crippled solution?

It's not that far fetched. NinjaTracker uses the same method and if you prepare your tunes in GoatTracker and throw them on gt2nt pattern fx will converted in that way automagically.

I wouldn't be surprised if the GT2 routine did the same or something similar when exporting to PRG / SID, depending on what features were used. Cadaver has a lot of stuff heavily optimized to save RAM and rastertime.
Previous - 1 | 2 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Fred/Channel 4
OEP/AoD
Apollyon/ALD
MightyAxle
Chico/Civitas
WVL/Xenon
celticdesign/G★P/M..
McMeatLoaf
DJ Space
Guests online: 87
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Mojo  (9.6)
6 Uncensored  (9.6)
7 Wonderland XIV  (9.6)
8 Comaland 100%  (9.6)
9 No Bounds  (9.6)
10 Christmas Megademo  (9.5)
Top onefile Demos
1 Layers  (9.6)
2 Party Elk 2  (9.6)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.6)
5 Libertongo  (9.5)
6 Rainbow Connection  (9.5)
7 Onscreen 5k  (9.5)
8 Morph  (9.5)
9 Dawnfall V1.1  (9.5)
10 It's More Fun to Com..  (9.5)
Top Groups
1 Performers  (9.3)
2 Booze Design  (9.3)
3 Oxyron  (9.3)
4 Nostalgia  (9.3)
5 Censor Design  (9.3)
Top Organizers
1 Burglar  (9.9)
2 Sixx  (9.8)
3 hedning  (9.7)
4 Irata  (9.7)
5 Tim  (9.7)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.038 sec.