mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2026-02-09 12:10:07 -05:00
Custom Waveform
This commit is contained in:
18
Source/WaveformVoice.h
Normal file
18
Source/WaveformVoice.h
Normal file
@ -0,0 +1,18 @@
|
||||
/*
|
||||
==============================================================================
|
||||
|
||||
WaveformVoice.h
|
||||
Created: 7 Jul 2021 5:57:30am
|
||||
Author: SHACHO
|
||||
|
||||
==============================================================================
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "TonalVoice.h"
|
||||
|
||||
struct WaveformVoice : public TonalVoice
|
||||
{
|
||||
WaveformVoice(SettingRefs* sRefs);
|
||||
float voltageForAngle(double angle) override;
|
||||
};
|
||||
Reference in New Issue
Block a user