hey all, i've released the greenShoes/gtk2 version of my audio player - https://github.com/lljk/gsWax . it's still got some issues that i'm ironing out, but it basically works at this point - check out the readme and the screenshot for installation and use instructions. if you get the chance to try it out, please get back to me with any problems/questions/comments - rock on, Shoes on! - j
Hi J, Thank you for creating a fantastic Green Shoes app!! I edited a little bit for Windows and sent a pull request: https://github.com/lljk/gsWax/pull/3 Yes, I'm now listening `Dancing Shoes.mp3` with your gsWax on my Windows 7. :) Cheers, ashbb
hey ash, Thank you for creating a fantastic Green Shoes app!! > thanks again to you for all the help! > I edited a little bit for Windows and sent a pull request: > https://github.com/lljk/gsWax/pull/3 > i'll pull your request when i get home (long day at work today...) seems like the File.open issue might be a windows thing? according to the File docs File.open without a block should be a synonym for File.new - i'll have to look into that more, but thanks for making it work on Windows! there are still quite a few issues i'm ironing out - the seek function doesn't seem to work correctly after re-scaling, and i also get segfaults at times after re-scaling. i've also found a small problem with the table state (playing or not...) none of these are a big deal - i just need the time to fix them :-P > Yes, I'm now listening `Dancing Shoes.mp3` with your gsWax on my Windows 7. :) awesome! rock on, Shoes on! - j
hey ash, pulled your changes, and made some more myself. think i've fixed the scaling and seeking problems... could you give it a shot when you get a chance and let me know how/if it works? https://github.com/lljk/gsWax thanks again, Shoes rocks - - j On Wed, Jan 18, 2012 at 3:38 PM, J. Kaiden <jakekaiden@gmail.com> wrote: > hey ash, > > Thank you for creating a fantastic Green Shoes app!! >> > > thanks again to you for all the help! > > >> I edited a little bit for Windows and sent a pull request: >> https://github.com/lljk/gsWax/pull/3 >> > > i'll pull your request when i get home (long day at work today...) > seems like the File.open issue might be a windows thing? according to the > File docs File.open without a block should be a synonym for File.new - i'll > have to look into that more, but thanks for making it work on Windows! > > there are still quite a few issues i'm ironing out - the seek function > doesn't seem to work correctly after re-scaling, and i also get segfaults > at times after re-scaling. i've also found a small problem with the table > state (playing or not...) none of these are a big deal - i just need the > time to fix them :-P > > > > Yes, I'm now listening `Dancing Shoes.mp3` with your gsWax on my > Windows 7. :) > > awesome! > > > rock on, Shoes on! > > - j >