Skip to content

Commit

Permalink
- added license text
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonaMorro committed Oct 11, 2019
1 parent 5e88b34 commit dfd54a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ inside a sound notecard each sound is written in a new line with the syntax:
`name`: the name or uuid of a sound (Special: The name "SILENCE" can be used)
`params`: the same as above. Please make sure that you provide at least the `length` param.

`META|key=value[|key=value]...` Metadata for the sound-nc. If the global option `soundMetaBroadcast` is set, these will be send by llMessageLinked(LINK_SET, SOUND_META_BROADCAST_CURRENT(-2348) or SOUND_META_BROADCAST_LAST(-2349), a JSON object with the key value pairs, user uuid);
`DO|a nPose command` (Leona: I'm not sure about this, maybe I change this in the V1.00 Release, Opinions?)
`META|key=value[|key=value]...` Metadata for the sound-nc. If the global option `soundMetaBroadcast` is set, these will be send by llMessageLinked(LINK_SET, SOUND_META_BROADCAST_CURRENT(-2348) or SOUND_META_BROADCAST_LAST(-2349), a JSON object with the key value pairs, user uuid);
`DO|a nPose command` Example: Place `DO|DOCARD|yourCardName` at the end of the NC to do something when the sound ends.

## Global options
`soundMasterVolume`: default=0.9; all individual volumes are multiplied with this value. This can be used to allow the enduser to globaly change the volume (This will NOT work if you use the Sound Plugin inside a prop).
Expand Down
10 changes: 10 additions & 0 deletions nPose Sound Plugin.lslp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
The nPose scripts are licensed under the GPLv2 (http://www.gnu.org/licenses/gpl-2.0.txt), with the following addendum:
The nPose scripts are free to be copied, modified, and redistributed, subject to the following conditions:
- If you distribute the nPose scripts, you must leave them full perms.
- If you modify the nPose scripts and distribute the modifications, you must also make your modifications full perms.
"Full perms" means having the modify, copy, and transfer permissions enabled in Second Life and/or other virtual world platforms derived from Second Life (such as OpenSim). If the platform should allow more fine-grained permissions, then "full perms" will mean the most permissive possible set of permissions allowed by the platform.
*/

integer SOUND_STOP=-2344;
integer SOUND_NC_OLD=-2345;
integer SOUND=-2346;
Expand Down

0 comments on commit dfd54a0

Please sign in to comment.