AKG player and labels, sync stuff.

What is Arkos Tracker? Forums Arkos Tracker forum General discussion AKG player and labels, sync stuff.

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #30052
    znanarz
    Participant

    Hi Targhan!
    I’m looking to the labels in WinAPE and I see interresting one for what i want to do, like PLY_AKG_ENDWITHLOOP. I tried to poke them… I want to know when the tune end and loop. (instead making my own timer)
    Perhaps i can also draw things for each 3 channels when there’s a note ON.

    #30053
    Targhan
    Keymaster

    No, don’t go “poking” where you don’t have to :).

    This location has nothing to do with what you want to do. You are looking for:
    PLY_AKG_ReadLinker_PtLinker
    Just below is the comment “;End of the song.”
    Here you can put a flag or anything to trigger something.

    Another possibility is to use an Event at the end of your song and simply read it from your code (PLY_AKG_Event)! No need to modify anything.

    #30055
    znanarz
    Participant

    Thank you!
    I meant peek 😛
    So I guess that if i want to draw something when a note is playing, I need to learn a bit of AY coding.

    #30059
    Targhan
    Keymaster

    No, no need at all. You simply put Events in the Event Track (the track on the right in the pattern view) and whenever one is detected by the player, its number (>0) is put in PLY_AKG_Event. It’s an easy way to synchronize things between the music and the production!

    #30060
    znanarz
    Participant

    Oh I see, “EV”, hey that’s cool!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.