Changeset 6755


Ignore:
Timestamp:
10/02/06 22:39:37 (5 years ago)
Author:
sys
Message:

Renommage audioEnrichmentPrim

Location:
trunk/Wsp_ModelingSound
Files:
3 deleted
1 edited
2 copied
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_ModelingSound/es/content/audioEnrichmentPrim/mainview.xul

    r6633 r6755  
    4646                        <srcxmlblock/> 
    4747                </sctab> 
    48                 <sctabxmleditor label="Edition" code="formEdit" indent="true" icon="chrome://scenaricms/content/widgets/sctab/icon/edit.png" model="chrome://sms_sound1_1/content/audioEnrichorPrim/xml.xed.xml"/> 
     48                <sctabxmleditor label="Edition" code="formEdit" indent="true" icon="chrome://scenaricms/content/widgets/sctab/icon/edit.png" model="chrome://sms_sound1_1/content/audioEnrichmentPrim/xml.xed.xml"/> 
    4949                <sctabtexteditorxml collapsed="true" label="Edition texte" icon="chrome://scenaricms/content/widgets/sctab/icon/edit.png"/> 
    5050        </sctabs> 
  • trunk/Wsp_ModelingSound/es/content/audioEnrichmentPrim/xml.xed.xml

    r6753 r6755  
    6464         
    6565        <xmlview se:bind="document"> 
    66                 <element insert="collapsed" se:bind="element" se:name="sm:compositionPrim" se:declareNs="sc sm sext"  se:title="AudioEnrichorPrim" tooltipTag="sm:compositionPrim sext:sound=&quot;audioEnrichor&quot;"> 
     66                <element insert="collapsed" se:bind="element" se:name="sm:compositionPrim" se:declareNs="sc sm sext"  se:title="AudioEnrichmentPrim" tooltipTag="sm:compositionPrim sext:sound=&quot;audioEnrichment&quot;"> 
    6767                        <atts> 
    68                                 <boxStatic se:bind="attribute" se:name="sext:sound" se:defaultvalue="audioEnrichor" collapsed="true"/> 
     68                                <boxStatic se:bind="attribute" se:name="sext:sound" se:defaultvalue="audioEnrichment" collapsed="true"/> 
    6969                                <se:ref se:refid="att_name" se:refurl="chrome://sc3packmodeling1/content/organisation/compositionPrim/xml.xed.xml"/> 
    7070                                <attribute se:bind="attribute" se:name="info"> 
  • trunk/Wsp_ModelingSound/es/content/pack.js

    r6633 r6755  
    4343        /* audio */ 
    4444        vModel = new ModelBase( 
    45                 "audioEnrichorPrim", 
     45                "audioEnrichmentPrim", 
    4646                "chrome://sc3packmodeling1/content/xIcons/model",  
    4747                "Enrichissements de sources sonores",  
    48                 "chrome://sms_sound1_1/content/audioEnrichorPrim/mainview.xul" 
    49                 ); 
    50         vPack.registerModel(vModel); 
    51          
    52         vModel = new ModelBase( 
    53                 "audioSegmentPrim", 
    54                 "chrome://sc3packmodeling1/content/xIcons/model",  
    55                 "Segment d'une source audio",  
    56                 "chrome://sms_sound1_1/content/audioSegmentPrim/mainview.xul" 
     48                "chrome://sms_sound1_1/content/audioEnrichmentPrim/mainview.xul" 
    5749                ); 
    5850        vPack.registerModel(vModel); 
     
    110102                switch(pCdSs){ 
    111103                         
    112                         case "audioEnrichorPrim.ss.xml" : { 
     104                        case "audioEnrichmentPrim.ss.xml" : { 
    113105                                pCreatorItemMgr.gotoChildFolder(vPack.fFolderPrim); 
    114106                                pCreatorItemMgr.gotoChildFolder(vPack.fFolderAssmnt); 
    115                                 pCreatorItemMgr.addCreatorItem(new CreatorItem_sms_sound1_1(this, "audioEnrichorPrim", "AudioEnrichor", ".model", '<?xml version="1.0" encoding="UTF-8"?><sm:compositionPrim sext:sound="audioEnrichor" xmlns:sms="kelis.fr:scenari/modeling/sound" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sext="http://www.utc.fr/ics/scenari/v3/modeling/extension"/>', null, "chrome://sc3packmodeling1/content/xIcons/model/icovalid.png")); 
    116                                 break; 
    117                         } 
    118                         case "audioSegmentPrim.ss.xml" : { 
    119                                 pCreatorItemMgr.gotoChildFolder(vPack.fFolderPrim); 
    120                                 pCreatorItemMgr.gotoChildFolder(vPack.fFolderAssmnt); 
    121                                 pCreatorItemMgr.addCreatorItem(new CreatorItem_sms_sound1_1(this, "audioSegmentPrim", "AudioSegment", ".model", '<?xml version="1.0" encoding="UTF-8"?><sm:compositionPrim sext:sound="audioSegment" xmlns:sms="kelis.fr:scenari/modeling/sound" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sext="http://www.utc.fr/ics/scenari/v3/modeling/extension"/>', null, "chrome://sc3packmodeling1/content/xIcons/model/icovalid.png")); 
     107                                pCreatorItemMgr.addCreatorItem(new CreatorItem_sms_sound1_1(this, "audioEnrichmentPrim", "AudioEnrichment", ".model", '<?xml version="1.0" encoding="UTF-8"?><sm:compositionPrim sext:sound="audioEnrichment" xmlns:sms="kelis.fr:scenari/modeling/sound" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sext="http://www.utc.fr/ics/scenari/v3/modeling/extension"/>', null, "chrome://sc3packmodeling1/content/xIcons/model/icovalid.png")); 
    122108                                break; 
    123109                        } 
  • trunk/Wsp_ModelingSound/spaces/ss/sound/audioEnrichmentPrim.ss.xml

    r6633 r6755  
    4040 */ 
    4141--> 
    42 <fs espace="param.kelis.modelingSound.ss.sound" code="audioEnrichorPrim.ss.xml" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     42<fs espace="param.kelis.modelingSound.ss.sound" code="audioEnrichmentPrim.ss.xml" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
    4343         
    4444        <fsParent espace="param.sc3.modeling.ss.organisation" code="organisationPrimBase.ss.xml"/> 
    4545 
    46         <bdp classSignature="@sms_audioEnrichorPrim@sm_compositionPrim#Class:Content:Public:Intern#Audio"> 
     46        <bdp classSignature="@sms_audioEnrichmentPrim@sm_compositionPrim#Class:Content:Public:Intern#Audio"> 
    4747                <validAttrParent espace="param.sc3.modeling.ss.organisation" code="organisationPrimBase.ss.xml"/> 
    4848                <validAttrMatchSgn nm="audio" regexpSgn=".*#Class\b[\w:]*:Content\b.*#Audio.*"> 
     
    5252        <sdr format="text/xml"/> 
    5353         
    54         <module code="identif" type="com.scenari.m.bdp.module.identif.HModuleIdentifLoaderBase" nomFichier="(?i).*\.model" nomTagRacine="compositionPrim" espaceNomTagRacine="http://www.utc.fr/ics/scenari/v3/modeling" xpath="/*/@sext:sound='audioEnrichor'" xpathNs="sext:http://www.utc.fr/ics/scenari/v3/modeling/extension"/> 
     54        <module code="identif" type="com.scenari.m.bdp.module.identif.HModuleIdentifLoaderBase" nomFichier="(?i).*\.model" nomTagRacine="compositionPrim" espaceNomTagRacine="http://www.utc.fr/ics/scenari/v3/modeling" xpath="/*/@sext:sound='audioEnrichment'" xpathNs="sext:http://www.utc.fr/ics/scenari/v3/modeling/extension"/> 
    5555         
    5656        <module code="pres" type="com.scenari.m.bdp.module.pres.HModulePresLoader"> 
    57                 <intituleModele>Sound Modeling / audioEnrichorPrim</intituleModele> 
     57                <intituleModele>Sound Modeling / audioEnrichmentPrim</intituleModele> 
    5858        </module> 
    5959         
    6060        <module code="system.xul" type="com.scenari.m.bdp.module.xul.HModuleXulLoader"> 
    6161                <package code="sms_sound1_1"/> 
    62                 <model code="audioEnrichorPrim"/> 
     62                <model code="audioEnrichmentPrim"/> 
    6363        </module> 
    6464         
Note: See TracChangeset for help on using the changeset viewer.