Merge branch 'main' into DarellsAnnex

This commit is contained in:
darrll27
2021-12-01 23:00:59 -08:00
committed by GitHub
2 changed files with 21 additions and 0 deletions

View File

@@ -33,3 +33,4 @@ x = DarellPitchEnvelope(x, fs, attack,decay,sustain,release); %output new sound
%play over 5 counts, should only hear 200hz
playtime = 5;
play_continuous(x, fs, playtime)