Hello AGS community,
In the game I am currently working on, I would like the music to be dynamic, like in the old Monkey Island 2.
That means only one musical loop during the whole game, but this loop is modified by several factors (time, room, action performed, event).
The core of the music is always the same, but some instruments are disabled and some other joins up the party dynamically.
I would like to know if such a thing is possible with the basic functions of AGS, even though I did not see a lot of those except things like "playsound()".
If that cannot be, do I have a way to add some musical library to AGS in order to manipulate sounds and musics according to my will ?
In the game I am currently working on, I would like the music to be dynamic, like in the old Monkey Island 2.
That means only one musical loop during the whole game, but this loop is modified by several factors (time, room, action performed, event).
The core of the music is always the same, but some instruments are disabled and some other joins up the party dynamically.
I would like to know if such a thing is possible with the basic functions of AGS, even though I did not see a lot of those except things like "playsound()".
If that cannot be, do I have a way to add some musical library to AGS in order to manipulate sounds and musics according to my will ?