Aerosyne |
Posted: 2012-12-24 19:52:22 |
|
|
Just looking around Posts: 2
Member since: 2012-12-24 18:42:01 |
I love HivelyTracker, but I won't be able to use Windows for much longer.
As I don't exactly have an Amiga 1200 lying around, I'm not quite as good at demanding as Virgil, but it only makes sense after the Windows and OS X ports. |
Xeron |
Posted: 2012-12-25 13:01:08 |
|
|
Supreme Being Posts: 448
Member since: 2006-12-13 11:34:00 |
Well... it is opensource... :)
Also, it may possibly work under WINE. AHX forever! |
Aerosyne |
Posted: 2012-12-28 00:01:38 |
|
|
Just looking around Posts: 2
Member since: 2012-12-24 18:42:01 |
Haha, somehow I completely missed the source download! I'd been having trouble getting it to run under WINE at first, but it seems to be working now, so I'm satisfied. :) |
SketchMan3 |
Posted: 2013-07-26 06:09:31 |
|
|
Occasional visitor Posts: 18
Member since: 2013-04-13 14:15:38 |
Just expressing interest in this in case an ambitious soul would like to do it. I don't have the expertise to do a Linux port for HT, but if anybody happens along looking for a program to port to linux, feel free to say "Yes! HivelyTracker would be a great project", as there would be at least one appreciative person :) |
Xeron |
Posted: 2013-09-06 11:45:36 |
|
|
Supreme Being Posts: 448
Member since: 2006-12-13 11:34:00 |
I did start a Linux port, btw, but I encountered two problems:
* I used some kind of Linux standard file requester, but the window didn't close after you selected your mod, it would just hang around unresponsively after control returned to the app!
* SDL on Linux doesn't seem to like the small non-power-of-2 audio buffer size that is kind-of required for realtime module edit/pattern display (at least without significant refactoring of the code that I wasn't prepared to do).
On the plus side, 99.9% of it "just works" when compiled for Linux, so it shouldn't be a tough job for someone who knows what they are doing. AHX forever! |
Xeron |
Posted: 2014-04-30 21:20:25 |
|
|
Supreme Being Posts: 448
Member since: 2006-12-13 11:34:00 |
Well, I fixed those two bugs. Just a keyboard issue to fix now... AHX forever! |
Xeron |
Posted: 2014-05-01 16:16:11 |
|
|
Supreme Being Posts: 448
Member since: 2006-12-13 11:34:00 |
Just committed another update.
Alt Gr. wasn't working because (on my ubuntu install at least...) it doesn't generate an SDLK_RALT event, but uses a different code, so now we allow that code too.
I added an option to the SDL wrapper to make RCTRL act like RAmiga (play pos) instead of like CTRL, since my linux laptop doesn't have a right windows or menu key. This option is enabled by editing ht.prefs. It is disabled in the windows build because SDL on windows sends phantom RCTRL events when you press Alt Gr (!!!). AHX forever! |
passing_by |
Posted: 2014-06-14 15:03:55 |
|
|
Occasional visitor Posts: 48
Member since: 2013-05-05 19:13:03 |
*pokes forum with stick to check for vital signs* |
Xeron |
Posted: 2014-06-16 05:07:17 |
|
|
Supreme Being Posts: 448
Member since: 2006-12-13 11:34:00 |
I still check these forums :) Been too busy to do much with hively, though. AHX forever! |