Difference between revisions of "Arkos Tracker"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
m (Links)
(Removed info about running AT1 tools under Linux, because AT2 natively supports Linux.)
Line 1: Line 1:
 
Arkos Tracker is a music and sound effect composing tool that runs on a PC or Mac (i.e. it is not a CPC tool), but which can be used to create tunes for Amstrad, MSX and Spectrum computers.
 
Arkos Tracker is a music and sound effect composing tool that runs on a PC or Mac (i.e. it is not a CPC tool), but which can be used to create tunes for Amstrad, MSX and Spectrum computers.
  
Arkos Tracker and its tools are built using the .NET framework.  
+
Arkos Tracker 1 and its tools are built using the .NET framework. It is possible to run the tools, but not the Tracker itself, on Linux, using Mono.
  
To run the tools under Linux, you need to install mono then you can run them with "mono <filename>" e.g. "mono AKSToBin.exe Songs/Demo.aks".
+
Arkos Tracker 2 is a rewrite of Arkos Tracker and is available natively for both Windows and Linux. It is written in C++ using the Juce toolkit.
 
+
For the tracker itself, it is not yet possible. I attempted to get it to run.
+
I used the winetricks script to install, "Mono for Windows" and some fonts, but still it doesn't work.
+
 
+
winetricks mono210
+
winetricks corefonts
+
winetricks tahoma
+
 
+
If I had been successful, it should have been runnable with "wine ArkosTracker.exe". It needs to be run through Wine, because it talks to some Windows API functions directly.
+
  
 
==Links==
 
==Links==

Revision as of 08:46, 28 October 2020

Arkos Tracker is a music and sound effect composing tool that runs on a PC or Mac (i.e. it is not a CPC tool), but which can be used to create tunes for Amstrad, MSX and Spectrum computers.

Arkos Tracker 1 and its tools are built using the .NET framework. It is possible to run the tools, but not the Tracker itself, on Linux, using Mono.

Arkos Tracker 2 is a rewrite of Arkos Tracker and is available natively for both Windows and Linux. It is written in C++ using the Juce toolkit.

Links