Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbIsTrackPatternColorAlternating

dbIsTrackPatternColorAlternating(
d_trackPatternId
)
=> t / nil

Description

Returns a Boolean value indicating whether the coloring for the specified track pattern is alternating.

Arguments

d_trackPatternId

Specifies the track pattern ID

Value Returned

t

Returns t if the track pattern coloring is alternating.

Newly created track patterns are alternating by default, even though they are not colored.

nil

Returns nil if the track pattern coloring is not alternating or if there is an error

Example

dbIsTrackPatternColorAlternating( coloredAltTrackPattern ) => t
dbIsTrackPatternColorAlternating( coloredAllSameTrackPattern ) => nil
dbIsTrackPatternColorAlternating( dbCreateTrackPattern( cvId t 100 10 10 "M1") ) => t

Return to top
 ⠀
X