Deepnote Synthesizer Voice Library v1.0.0
A C++14 header-only library implementing the THX Deep Note effect
Loading...
Searching...
No Matches
oscfrequency.hpp
Go to the documentation of this file.
1
34#pragma once
35
36#include "util/namedtype.hpp"
37
38namespace deepnote
39{
40namespace nt
41{
42using OscillatorFrequency = NamedType<float, struct OscillatorFrequencyTag>;
43}
44} // namespace deepnote
Type-safe wrapper utilities for the Deep Note synthesizer.