Steinberg WaveLab Elements 7 Manual Pagina 84

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 428
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 83
70 WaveLab Concepts
regionEnd
errorStart
errorEnd
correctionStart
correctionEnd
Example:
activeWave.addMarker(generic, "SomeName", "SomeComment");
findNextMarkerPosition(posStartSearch, type) - Searches for the next marker of type,
from a given position. Returns the marker position, if any is found, or -1.
insertMonoTrack(where) - Adds a Mono Audio Track at index 'where'
insertStereoTrack(where) - Adds a Stereo Audio Track at index 'where'
insertClip(iTrack, timePosition, fileName, autoShift) - Creates a Clip from 'fileName',
inserts it in track 'iTrack', on the time line at posision 'timePosition', add possibly shift other
Clips to make room according to parameter 'autoShift' autoShift can be one of the following:
autoShiftNo
autoShiftTrack
autoShiftGlobal
This function returns the ID of first created Clip, or 0.
clipWithName(name) - Returns the ID of first Clip with name 'name', or 0.
clipWithFile(name) - Returns the ID of first Clip that refers to 'fileName', or 0.
firstClip() - Returns the first Montage Clip ID, or 0, if the Montage is empty.
nextClip(clipId) - Returns the ID of the Clip stored after 'clipId', or 0. Clips are not sorted
in any special order. Using both firstClip and nextClip allow to access all Montage Clips.
clipName(clipId) - Returns the name of the Clip identified by 'clipId'
clipPosition(clipId) - Returns the time line position of the Clip identified by 'clipId'
clipSize(clipId) - Returns the size of the Clip identified by 'clipId'
setClipName(clipId, name) - Rename the Clip identified by 'clipId'
setTrackName(index, name) - Rename the Track identified by 'index'
moveClip(clipId, newPos) - Move on the time line the Clip identified by 'clipId'
resizeClip(clipId, qlonglong newSize) - Resize the Clip identified by 'clipId'. The size
will be limited by the Audio File referenced by the Clip.
setClipDefaultFadeIn(clipId) - Sets the default fade-in shape and time for the Clip iden-
tified by 'clipId'
setClipDefaultFadeOut(clipId) - Sets the default fade-out shape and time for the Clip
identified by 'clipId'
undo() - Undoes the last command.
WaveLab 7
Vista de pagina 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 427 428

Comentarios a estos manuales

Sin comentarios