convert integer -> float

This commit is contained in:
tTh 2023-02-11 19:41:30 +01:00
parent f05bc14461
commit 5f2013d4d7
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ module soundbrotch
integer :: left
integer :: right
end type
type t_sample2r
real :: left
real :: right
end type
! ---------------------------------------------------------
! some private variables