ollipekka / gdx-soundboard

Libgdx sound board for event based music.
MIT License
21 stars 8 forks source link

Library Usage #1

Open sonicfran86 opened 9 years ago

sonicfran86 commented 9 years ago

This tool-extension looks very cool, but I don't have a clue about how to use it in my game. Could you provide a wiki article about how to set up this, or maybe a test project were 2 events are called in a certain moment?

thank you

ollipekka commented 9 years ago

Thanks for the heads up. I didn't realise that usage was missing. Thanks! The library can be used with either string constants or enums, which internally use strings. It is up to you which way you prefer!

sonicfran86 commented 9 years ago

can you write a quick test about how to load a json and play some events? :)

ollipekka commented 9 years ago

If you see the PR #2 it should have UsageExample.java: https://github.com/ollipekka/gdx-soundboard/blob/master/desktop/src/gdx/musicevents/usage/UsageExample.java

sonicfran86 commented 9 years ago

thanks a lot!