Difference between revisions of "Arkos Tracker"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(8 intermediate revisions by 5 users not shown)
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.
+
[[File:At2full-300x251.png|thumb|right|Arkos Tracker on PC]]
  
Arkos Tracker and it's tools are built using the .NET framework.
 
  
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".
+
Created by [[Targhan]] from [[Arkos]], '''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.
 +
 
 +
It is designed to create musics for [[AY| AY-3-8910]] and YM2149F sound chips (compatible variants).
 +
 
 +
 
 +
== History ==
 +
 
 +
* it is the successor of [[STarKos]] who ran on real Amstrad CPC.
 +
 
 +
 
 +
== Versions ==
 +
 
 +
* '''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.
  
For the tracker itself, it is more involved. You need to install wine, and then install "Mono For Windows".
 
Then run with "wine ArkosTracker.exe".
 
  
 
==Links==
 
==Links==
  
* [[http://www.julien-nevo.com/arkos/ Arkos Homepage]]
+
* [http://www.julien-nevo.com/arkos/ Arkos Homepage]
* [[http://arkostracker.cpcscene.com/ Arkos Tracker Homepage]]
+
* [http://arkostracker.cpcscene.com Arkos Tracker Homepage]
 +
 
 +
[[Category:CrossDev]][[Category:Music and sound]]

Revision as of 20:47, 22 January 2021

Arkos Tracker on PC


Created by Targhan from Arkos, 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.

It is designed to create musics for AY-3-8910 and YM2149F sound chips (compatible variants).


History

  • it is the successor of STarKos who ran on real Amstrad CPC.


Versions

  • 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