mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-17 11:04:16 -04:00
Added code
This commit is contained in:
18
Source/TriangleVoice.h
Normal file
18
Source/TriangleVoice.h
Normal file
@ -0,0 +1,18 @@
|
||||
/*
|
||||
==============================================================================
|
||||
|
||||
TriangleVoice.h
|
||||
Created: 11 Nov 2019 9:37:04pm
|
||||
Author: 除村 武志
|
||||
|
||||
==============================================================================
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "TonalVoice.h"
|
||||
|
||||
struct TriangleVoice : public TonalVoice
|
||||
{
|
||||
TriangleVoice (SettingRefs* sRefs);
|
||||
float voltageForAngle (double angle) override;
|
||||
};
|
Reference in New Issue
Block a user