File: migrationScript

package info (click to toggle)
clam 1.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,836 kB
  • ctags: 20,981
  • sloc: cpp: 92,504; python: 9,721; ansic: 1,602; xml: 444; sh: 239; makefile: 153; perl: 54; asm: 15
file content (91 lines) | stat: -rw-r--r-- 5,303 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
beVerbose
renameClass HRTFDatabaseFetcher2 HRTFDatabaseFetcher
removeConfig HRTFDatabaseFetcher Prefix
renameConnector Surround inport p W
renameConnector Surround inport vx X
renameConnector Surround inport vy Y
renameConnector NSurround inport p W
renameConnector NSurround inport vx X
renameConnector NSurround inport vy Y
removeConfig BFormatRotation IsPassiveRotation
renameConnector ChoreoSequencer outcontrol 'target X' 'listener X'
renameConnector ChoreoSequencer outcontrol 'target Y' 'listener Y'
renameConnector ChoreoSequencer outcontrol 'target Z' 'listener Z'
renameConnector ChoreoSequencer outcontrol 'target azimuth' 'listener azimuth'
renameConnector ChoreoSequencer outcontrol 'target elevation' 'listener elevation'
renameConnector ChoreoSequencer outcontrol 'source azimuth' 'relative azimuth'
renameConnector ChoreoSequencer outcontrol 'source elevation' 'relative elevation'
renameConnector AbsoluteCoordinates2RelativeAngles incontrol 'target X' 'listener X'
renameConnector AbsoluteCoordinates2RelativeAngles incontrol 'target Y' 'listener Y'
renameConnector AbsoluteCoordinates2RelativeAngles incontrol 'target Z' 'listener Z'
renameConnector AbsoluteCoordinates2RelativeAngles incontrol 'target roll' 'listener roll'
renameConnector AbsoluteCoordinates2RelativeAngles incontrol 'target azimuth' 'listener azimuth'
renameConnector AbsoluteCoordinates2RelativeAngles incontrol 'target elevation' 'listener elevation'
renameConnector AbsoluteCoordinates2RelativeAngles outcontrol 'source azimuth' 'relative azimuth'
renameConnector AbsoluteCoordinates2RelativeAngles outcontrol 'source elevation' 'relative elevation'
renameConnector RoomImpulseResponseSimulator outport 'pressure IR' 'W IR'
renameConnector RoomImpulseResponseSimulator outport 'vx IR' 'X IR'
renameConnector RoomImpulseResponseSimulator outport 'vy IR' 'Y IR'
renameConnector RoomImpulseResponseSimulator outport 'vz IR' 'Z IR'
renameConnector RoomImpulseResponseSimulator incontrol 'emitterX' 'source X'
renameConnector RoomImpulseResponseSimulator incontrol 'emitterY' 'source Y'
renameConnector RoomImpulseResponseSimulator incontrol 'emitterZ' 'source Z'
renameConnector RoomImpulseResponseSimulator incontrol 'receiverX' 'listener X'
renameConnector RoomImpulseResponseSimulator incontrol 'receiverY' 'listener Y'
renameConnector RoomImpulseResponseSimulator incontrol 'receiverZ' 'listener Z'
renameConnector BFormatRotation inport vx X
renameConnector BFormatRotation inport vy Y
renameConnector BFormatRotation inport vz Z
renameConnector BFormatRotation outport vx X
renameConnector BFormatRotation outport vy Y
renameConnector BFormatRotation outport vz Z
renameConfig HRTFDatabaseFetcher Path HrtfDatabase
renameClass ImpulseResponseCalculatedOnTheFly RoomImpulseResponseSimulatorCommandLine
renameConnector RoomImpulseResponseSimulatorCommandLine outport 'pressure IR' 'W IR'
renameConnector RoomImpulseResponseSimulatorCommandLine outport 'vx IR' 'X IR'
renameConnector RoomImpulseResponseSimulatorCommandLine outport 'vy IR' 'Y IR'
renameConnector RoomImpulseResponseSimulatorCommandLine outport 'vz IR' 'Z IR'
renameConnector RoomImpulseResponseSimulatorCommandLine incontrol 'emitterX' 'source X'
renameConnector RoomImpulseResponseSimulatorCommandLine incontrol 'emitterY' 'source Y'
renameConnector RoomImpulseResponseSimulatorCommandLine incontrol 'emitterZ' 'source Z'
renameConnector RoomImpulseResponseSimulatorCommandLine incontrol 'receiverX' 'listener X'
renameConnector RoomImpulseResponseSimulatorCommandLine incontrol 'receiverY' 'listener Y'
renameConnector RoomImpulseResponseSimulatorCommandLine incontrol 'receiverZ' 'listener Z'
renameConfig RoomImpulseResponseSimulatorCommandLine StripDirectSound SeparateDirectSoundAndReverb
renameConnector BFormatRotationZoom inport 'p' 'W'
renameConnector BFormatRotationZoom outport 'p' 'W'
renameConnector BFormatRotationZoom inport 'vx' 'X'
renameConnector BFormatRotationZoom outport 'vx' 'X'
renameConnector BFormatRotationZoom inport 'vy' 'Y'
renameConnector BFormatRotationZoom outport 'vy' 'Y'
renameConnector BFormatRotationZoom inport 'vz' 'Z'
renameConnector BFormatRotationZoom outport 'vz' 'Z'
removeConfig Surround NChannels

# the multiple ports patch needs to rename the ports
renameConnector AudioSource outport "AudioOut" 1
renameConnector AudioSink inport "AudioIn" 1

# renamed the output port of the processing, according to the bformat capabilities:
renameConnector ImpulseResponseLoader outport "ImpulseResponse" "W"

# replacement of AudioWindowing by AudioStream2Buffer:
renameClass AudioWindowing AudioStream2Buffer
renameConnector AudioStream2Buffer outport 'Output' 'Audio buffer'
renameConnector AudioStream2Buffer inport 'Input' 'Audio stream'
removeConfig AudioStream2Buffer SamplingRate
renameConfig AudioStream2Buffer FFTSize BufferSize
removeConfig AudioStream2Buffer WindowSize
removeConfig AudioStream2Buffer WindowType
removeConfig AudioStream2Buffer DoHalfWindowShift

addConfig ImpulseResponseloader IsBFormatFile 0

addConfig OcclusionFilterControl GeometryFile ""

removeConfig AudioBuffer2Stream SamplingRate
renameConfig AudioBuffer2Stream FFTSize BufferSize
removeConfig AudioBuffer2Stream WindowSize
removeConfig AudioBuffer2Stream WindowType
removeConfig AudioBuffer2Stream DoHalfWindowShift