Skip to content

Commit

Permalink
Merge pull request #14 from lucidcode/smooth-sine
Browse files Browse the repository at this point in the history
Smooth out sine waves with portamenti
  • Loading branch information
IAmCoder committed Aug 14, 2022
2 parents 75ea21b + c22634a commit 2459bb0
Show file tree
Hide file tree
Showing 10 changed files with 110 additions and 504 deletions.
56 changes: 0 additions & 56 deletions Halovision/DataChunk.cs

This file was deleted.

168 changes: 0 additions & 168 deletions Halovision/FifoStream.cs

This file was deleted.

77 changes: 0 additions & 77 deletions Halovision/FormatChunk.cs

This file was deleted.

6 changes: 1 addition & 5 deletions Halovision/Halovision.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -210,17 +210,13 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="DataChunk.cs" />
<Compile Include="FifoStream.cs" />
<Compile Include="FormatChunk.cs" />
<Compile Include="PluginHandler.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="SignalGenerator.cs" />
<Compile Include="SineGenerator.cs" />
<Compile Include="SineWaveProvider.cs" />
<Compile Include="TCMP.cs" />
<Compile Include="VisionForm.cs">
<SubType>Form</SubType>
Expand Down
Loading

0 comments on commit 2459bb0

Please sign in to comment.