Commit 1ca08804 authored by claes's avatar claes

*** empty log message ***

parent da333092
!
! Proview $Id: pwrb_c_sound.wb_load,v 1.1 2005-11-14 16:26:20 claes Exp $
! Proview $Id: pwrb_c_sound.wb_load,v 1.2 2005-11-17 09:05:44 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
......@@ -25,8 +25,17 @@ SObject pwrb:Class
! The Sound object defines a sound for an alarm, or for sound dynamics in
! the operator environment.
!
! The sound is specified by a souce, that can be a code word (for sinus waves) or a
! filepath to a sampled file.
! The sound is specified by a souce, that can be a code word ("Sine" for
! sinewaves and "Square" for squre waves) or a filepath to a sampled file.
!
! For files specified with Sine or Square, the amplitude for the wave over
! time can be specified with the Attack, Decay, Release, Time and Sustain
! attributes.
!
! @image orm_sound.gif
!
! @b Object graph
! @image orm_sound_og.gif
!*/
Object Sound $ClassDef 438
Body SysBody
......
!
! Proview $Id: pwrb_c_soundsequence.wb_load,v 1.1 2005-11-14 16:26:20 claes Exp $
! Proview $Id: pwrb_c_soundsequence.wb_load,v 1.2 2005-11-17 09:05:44 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
......@@ -23,6 +23,9 @@ SObject pwrb:Class
! @Version 1.0
! @Summary Defines a sound sequense
! Definition of a sound sequence.
!
! @b Object graph
! @image orm_soundsequence_og.gif
!*/
Object SoundSequence $ClassDef 439
Body SysBody
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment