VJ Master 1.0
Real-time audio analysis and visualisation.
Loading...
Searching...
No Matches
ST_VJMasterEdFunctionLibrary.h
1// Copyright (c) 2025 Aaron Trotter (ShaderTech). All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6
7class ST_VJMASTEREDITOR_API ST_VJMasterEdFunctionLibrary
8{
9public:
10 static void Run_LogPlaybackDevices();
11 static void Run_LogCaptureDevices();
12 static void Run_LogInputMIDIDevices();
13 static void Run_LogOutputMIDIDevices();
14};
Definition ST_VJMasterEdFunctionLibrary.h:8