Hi!

On Thu, Dec 21, 2000 at 08:32:23PM +0100, Hans Fuchs wrote:
> I've got arts with KDE2. I made somestructures and it worked. Then I wanted 
> to do a few things:
> 
> 1. Connect to structures with Up and Downlink -> doesn't work?!
Should work. Try

  Synth_FREQUENCY(440)
    |
        V
  Synth_WAVE_SIN
    |
        V
  Synth_BUS_UPLINK(hello_world)

  Synth_BUS_DOWNLINK(hello_world)
    |
        V
  Synth_AMAN_PLAY

inside one artsbuilder. That should work. Now save, load it in two
artsbuilders and remove the upper part in one, the lower part in the
other. Run both. Should work, too.

> 2. Publish a structure then receive from server. The list was empty -> 
> doesn't work?
Right. Thats unimplemented.

> 3. Use soundoutput from oss programm xy in a structure. I tried using 
> artsdsp. But if the server don't knows the bus (problem from 1.), I can't 
> change the bus in arts control. Is there a way to get this output as input 
> for a structure?

Start a structure with a downlink. Start artsdsp. Go to artscontrol -> view
-> audio manager. Doubleclick on the entry without name. Assign a bus. I am
not perfectly sure if that works with KDE2.0, but I really think it should.
At least it works with the KDE CVS version, and also KDE2.1 beta1.


Btw, any volunteers for fixing the manual? It's horribly not up-to-date with
the recent KDE2 developments ;).

   Cu... Stefan
-- 
  -* Stefan Westerfeld, [EMAIL PROTECTED] (PGP!), Hamburg/Germany
     KDE Developer, project infos at http://space.twc.de/~stefan/kde *-         

Reply via email to