Skip to content

DjinnGA/MusicKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Modified 16th Sept 2012 Giles Allensby

***** MusicKit for Gideros Studio ****
**********************************

Events are dispatched to Gideros Studio.

Known issues:

1. Not all methods and properties are implemented.

Gideros MusicKit Plugin API

To use the plugin:

Copy musickit.mm to Xcode project "plugins" directory and then add to Xcode project.

In lua file:

require "musicKit"

Lua API

void playPause()
void playSong()
void pauseSong()
void stopSong()

void previousSong()
void nextSong()

void seekForwards()
void seekBackwards()
void stopSeeking()

void skipToBeginning()

void getPlaylists()

---------- Coming Soon -----------
void getSongs()
void getPlayState()
void playSong(int id)
void playPlaylist(int id)

About

iPod music acces plugin for Gideros Mobile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors