vincelwt / harmony

:musical_note: Sleek music player for Spotify, SoundCloud, Google Play Music and your local files
http://getharmony.xyz
859 stars 58 forks source link

support for general purpose param object[] #177

Closed friuns2 closed 7 years ago

friuns2 commented 7 years ago

i'm integrating harmony with jurrassic javascript runtime intepreter and i stuck at problem

for example original method is test(int a, string b)

but i would like to patch it with testPrefix(object[] o) so o[0]=a and o[1]=b

but its not possible currently in harmony

vincelwt commented 7 years ago

Harmony is based on Electron and cannot be run on something else due to the Electron dependencies.

I'm not sure what you are trying to do, maybe wrong project ?

friuns2 commented 7 years ago

yeah wrong project sorry, but interesting spotify client gotta try :+1: