NAP
sequenceguiutils.h
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
4 
5 #pragma once
6 
7 #include <nap/core.h>
8 
9 namespace nap
10 {
17  std::vector<int> NAPAPI convertTimeToMMSSMSArray(double time);
18 
26  double NAPAPI convertMMSSMSArrayToTime(const std::vector<int>& timeArray);
27 }
nap::convertMMSSMSArrayToTime
double NAPAPI convertMMSSMSArrayToTime(const std::vector< int > &timeArray)
nap::convertTimeToMMSSMSArray
std::vector< int > NAPAPI convertTimeToMMSSMSArray(double time)
nap
Definition: templateapp.h:17