summaryrefslogtreecommitdiff
path: root/example/saw_back.adb
diff options
context:
space:
mode:
Diffstat (limited to 'example/saw_back.adb')
-rw-r--r--example/saw_back.adb5
1 files changed, 3 insertions, 2 deletions
diff --git a/example/saw_back.adb b/example/saw_back.adb
index 680a7a2..89f075d 100644
--- a/example/saw_back.adb
+++ b/example/saw_back.adb
@@ -7,17 +7,18 @@
with
Ada.Text_IO,
+ Interfaces,
Portaudio.Streams;
use type
- Portaudio.Streams.Float_32;
+ Interfaces.IEEE_Float_32;
procedure Saw_Back is
- Left_Phase, Right_Phase : Portaudio.Streams.Float_32 := 0.0;
+ Left_Phase, Right_Phase : Interfaces.IEEE_Float_32 := 0.0;
function Saw_Callback