« Return to Thread: SwingOSC Palette

Re: SwingOSC Palette

by mrmrShoes :: Rate this Message:

Reply to Author | View in Thread




Hia Marije

Right i see. I've tried to drag and drop from the list to a window/editor but this dosen't seem to work for me. I've been going through the docs and tutrauls and things seem to fine with swingosc.

are other examples of GUI's working?

I have done the gui 2 examples from the examples folder and they work fine. using buttons and sliders etc. I just posted because i couldn't find examples for the way you are ment to use the palette. It just seamed to be a pretty window that did'nt do anything for me, which is not the case for other functions i've seen using sc and swingOSC .


i'm also pointing swinosc to sun java 1.5.

How?
 
This is my .sclang.sc file
Server.program = "/usr/local/bin/scsynth";

SwingOSC.java    = "/usr/lib/jvm/java-1.5.0-sun-1.5.0.13/jre/bin/java";
SwingOSC.program = "/home/mrmrshoes/share/SwingOSC/build/SwingOSC.jar";
g                = SwingOSC.default;

(
   g.doWhenBooted({arg serverGui,searchHelp;
               serverGui =  s.makeGui;
               searchHelp = Help.searchGUI;
      });
      g.boot;
      )

I was wanting to see if this palette was a useful thing to use, if i can't use it then fair enough, everything else is working fine. I just get caught up in the fine details when i can't see how thing works.

Thanks alot for you help
 

_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users


_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

 « Return to Thread: SwingOSC Palette