Share this topic on AskShare this topic on DiggShare this topic on FacebookShare this topic on FurlShare this topic on GoogleShare this topic on LiveShare this topic on MySpaceShare this topic on RedditShare this topic on SlashdotShare this topic on StumbleUponShare this topic on TwitterShare this topic on YahooShare this topic on Google buzz

Author Topic: Arkos Tracker  (Read 2687 times)

0 Members and 1 Guest are viewing this topic.

Offline Targhan

  • CPC664
  • ***
  • Posts: 122
  • Country: fr
  • Gender: Male
Arkos Tracker
« on: 16:56, 20 February 10 »
Hi,

Arkos will soon release a Windows-based tool to create your music for CPC. It's a bit like the STarKos, only more powerful and intuitive. Sound is outputed to your sound card, or directly to your CPC in real-time if you have a CPCBooster !

Here's a little preview :
http://www.youtube.com/watch?v=x3xqWeJjxVA

Some features of Arkos Tracker :
- 256 patterns available.
- Each pattern is composed of 3 independent tracks.
- 512 tracks available, each being reusable in any pattern, or even several times in the same pattern.
- Each track can be transposed independently in a pattern.
- A track has a height from 1 to 128 lines, independently of the pattern that uses it.
- 255 instruments available.
- The instrument editor allows you to modify each registers of the PSG.
- Replay frequency of 13, 25, 50, 100, 150 or 300hz.
- Possibility to put "events" in your song. They can either be used to synchronize your music with your production, or trigger digidrums for exemple.
- Big news : instruments are divised into two channels : a Software, and Hardware one. These channels can be independant or dependent from each other. Allows using two waves at the same time !
- Allows you to play sound effects in a very flexible and powerful way. You can also play the SFXs without any music.
- You can import any STarKos song.
- NO SID/DMA for CPC+ for now. I may plan that...

About the Player :
- Only 25 scanlines maximum used !
- On top of being faster than the STarKos player, it's lighter : one and a half kb.
- The player works on Amstrad CPC, MSX, Spectrum or Pentagon (using conditional assembling : only the necessary code is used).
- The generated songs are very light (about as much as the STarKos song. Sometimes a bit lighter, sometimes not).
- Can be used in Basic (call the player by yourself, or use it under interruptions), and Assembler.
- The source of the player is given, and documented.
- The format of the music is given. So you'll be able to create your own custom tools (conversion, new players...).
- Fade in/out available.

About the sound effects :
- Every instrument of your song becomes a sound effect.
- You can play/stop a sound effect on any, or all, of the 3 channels.
- You can choose the note, volume, speed of any triggered SFX.
- You can add Pitch to them (useful to add randomness to the sounds, for example).
- Sound effects are in a seperate file : you can use the same sound bank even if you change the music.

For the hardcore composers among you, nothing will prevent you from using STarKos. You can import you SKS song, convert them with Arkos Tracker, and use the new players !

I hope to release the tool in 2 or 3 weeks.

Thanks for reading and see you soon,
Targhan/Arkos.

Offline mr_lou

  • Supporter
  • 464 Plus
  • *
  • Posts: 389
  • Country: dk
  • Gender: Male
    • IndieGameMusic.com
Re: Arkos Tracker
« Reply #1 on: 19:21, 20 February 10 »
 :o

You rule!  :) That looks really really really cool!  :D I especially like the instrument-as-sound-effects options now. That's really groovy!  :) And putting events into the tune is groovy too!

I hope it works with Wine on Linux. Would be neat. But otherwise I'm fine using STarKos, and letting the game-developer convert the track when it's ready. (I must admit, that I'm most comfortable using a real CPC to do the music, but that might change of course). In any case, I'm looking forward to checking out Arkos Tracker.  8)

Maybe the Arkos Tracker format should be added to IndieGameMusic.com? :) hehe. No doubt it'll soon be the format for the CPC, MXS, Spectrum and Pentagon machines.

Well done Targhan
Get music for your game at www.IndieGameMusic.com
Visit LuBlu Entertainment at www.LuBlu.dk

Offline redbox

  • CPC6128
  • ****
  • Posts: 188
  • Country:
Re: Arkos Tracker
« Reply #2 on: 19:39, 20 February 10 »
This rules!

What language did you use to write the Windows application?

Offline Targhan

  • CPC664
  • ***
  • Posts: 122
  • Country: fr
  • Gender: Male
Re: Arkos Tracker
« Reply #3 on: 19:45, 20 February 10 »
I used C#. That's why I don't think it can be easily ported on other system. The software in itself should, but not the library I used (from Augusto Ruiz, the creator of WyzTracker. Thanks for your awesome support !!) to play the sounds, as it uses unmanaged code, which I guess is not supported by Mono.

>And putting events into the tune is groovy too!

Actually, those already exist in STarKos. Use the "D" command in a Special Track. It can be used for both digidrums and Events, it just matters how you interpret the signal from the player :).

Trg.Aks

Offline Octoate

  • CPC6128
  • ****
  • Posts: 162
  • Country: de
    • Octoate.de
Re: Arkos Tracker
« Reply #4 on: 21:29, 20 February 10 »
Cool to see a new cross-platform tracker based on Starkos. I already liked the Starkos Tracker and so using this tracker can now really help when developing on PC for the CPC. I can't wait to play with it and use my CPC Booster with it, too :D.
--

Offline MacDeath

  • 464 Plus
  • *****
  • Posts: 431
  • Country: fr
  • Gender: Male
Re: Arkos Tracker
« Reply #5 on: 21:30, 20 February 10 »
Sounds promising yet the PLUS should really be taken into account...

Please click on this each day...

Offline Targhan

  • CPC664
  • ***
  • Posts: 122
  • Country: fr
  • Gender: Male
Re: Arkos Tracker
« Reply #6 on: 21:38, 20 February 10 »
>Sounds promising yet the PLUS should really be taken into account...

It won't for now, clearly. But nothing prevents you from using the player and add a SID/whatever support on selected instrument, as you have the frequency. And troll Zik who has been working on his Soundtracker DMA for 10 years, maybe he'll finish it.

Trg.Aks

Offline Gryzor

  • Administrator
  • 6128 Plus
  • *****
  • Posts: 2.172
  • Country: gr
  • Gender: Male
  • CPC-Wiki maintainer
    • CPCWiki
Re: Arkos Tracker
« Reply #7 on: 10:09, 08 March 10 »
Hey! Any news on the project? :)


:Visit now!:

Offline Targhan

  • CPC664
  • ***
  • Posts: 122
  • Country: fr
  • Gender: Male
Re: Arkos Tracker
« Reply #8 on: 12:04, 08 March 10 »
Yes, it's almost ready, but I'm currently also working on the release of another project, guess what it is :).

Trg.Aks

Offline Gryzor

  • Administrator
  • 6128 Plus
  • *****
  • Posts: 2.172
  • Country: gr
  • Gender: Male
  • CPC-Wiki maintainer
    • CPCWiki
Re: Arkos Tracker
« Reply #9 on: 12:40, 08 March 10 »
Hmmmm any hints? :)


:Visit now!:

Offline Targhan

  • CPC664
  • ***
  • Posts: 122
  • Country: fr
  • Gender: Male
Re: Arkos Tracker
« Reply #10 on: 13:47, 08 March 10 »
You should be clever enough to find out :).

Trg.Aks

Offline Gryzor

  • Administrator
  • 6128 Plus
  • *****
  • Posts: 2.172
  • Country: gr
  • Gender: Male
  • CPC-Wiki maintainer
    • CPCWiki
Re: Arkos Tracker
« Reply #11 on: 14:25, 08 March 10 »
Ooh! Ooh! I know! Shadow of the Beast III!!!


:Visit now!:

Offline Targhan

  • CPC664
  • ***
  • Posts: 122
  • Country: fr
  • Gender: Male
Re: Arkos Tracker
« Reply #12 on: 14:28, 08 March 10 »
Sorry, I overestimated you :).

Trg.Aks

Offline Gryzor

  • Administrator
  • 6128 Plus
  • *****
  • Posts: 2.172
  • Country: gr
  • Gender: Male
  • CPC-Wiki maintainer
    • CPCWiki
Re: Arkos Tracker
« Reply #13 on: 16:40, 08 March 10 »
Ah darn... I've been waiting for that for 15 years now... :(


:Visit now!:

Offline Targhan

  • CPC664
  • ***
  • Posts: 122
  • Country: fr
  • Gender: Male
Re: Arkos Tracker
« Reply #14 on: 12:52, 14 April 10 »
Hi,


Arkos Tracker V1.0 Beta is now released ! 
Grab a copy on the Arkos website : www.arkos.cpcscene.com

See you soon,
Trg.Aks

 

CPC-Topsites