Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
1ca08804
Commit
1ca08804
authored
Nov 17, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
da333092
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
566 additions
and
62 deletions
+566
-62
src/doc/orm/src/orm_sound.gif
src/doc/orm/src/orm_sound.gif
+0
-0
src/wbl/pwrb/src/pwrb_c_sound.wb_load
src/wbl/pwrb/src/pwrb_c_sound.wb_load
+12
-3
src/wbl/pwrb/src/pwrb_c_soundsequence.wb_load
src/wbl/pwrb/src/pwrb_c_soundsequence.wb_load
+4
-1
src/wbl/rt/src/rt.wb_load
src/wbl/rt/src/rt.wb_load
+550
-58
No files found.
src/doc/orm/src/orm_sound.gif
0 → 100644
View file @
1ca08804
4.59 KB
src/wbl/pwrb/src/pwrb_c_sound.wb_load
View file @
1ca08804
!
! 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
...
...
src/wbl/pwrb/src/pwrb_c_soundsequence.wb_load
View file @
1ca08804
!
! 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
...
...
src/wbl/rt/src/rt.wb_load
View file @
1ca08804
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment