INNER CODE UNIT · Python
missing
apistol78/traktor · scripts/generate-node-emitter-capture.py:165
missing = sorted(set(regs) - set(captured))
deprecated = sorted(scan_deprecated())
out = []
out.append("/*")
out.append(" * TRAKTOR")
out.append(" * Copyright (c) 2026 Anders Pistol.")
out.append(" *")
out.append(" * This Source Code Form is subject to the terms of the Mozilla Public")
out.append(" * License, v. 2.0. If a copy of the MPL was not distributed with this")
out.append(" * file, You can obtain one at https://mozilla.org/MPL/2.0/.")
out.append(" */")
out.append("// GENERATED FILE - DO NOT EDIT.")
out.append("// Produced by scripts/generate-node-emitter-capture.py from")
out.append("// code/Render/Editor/Glsl/GlslEmitter.cpp and the shader node headers.")
out.append('#include "MCP/Editor/NodeEmitterCapture.h"')
out.append("")
out.append("namespace traktor::mcp")