// // OPLTests.m // Clock SignalTests // // Created by Thomas Harte on 14/04/2020. // Copyright © 2020 Thomas Harte. All rights reserved. // #import #include "OPL2.hpp" @interface OPLTests: XCTestCase @end @implementation OPLTests { } - (void)testADSR { Yamaha::OPL::Operator test_operator; Yamaha::OPL::OperatorState test_state; } @end