Skip to content

Commit

Permalink
Modified the variable in noise wav generator to be int32 - Linux comp…
Browse files Browse the repository at this point in the history
…lained
  • Loading branch information
hkhauke committed Mar 17, 2024
1 parent 173448d commit 793738a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ typedef struct
typedef struct
{
jvx_generator_wave_common_parameter_init common;
unsigned long seed;
jvxInt32 seed;
} jvx_generator_wave_noise_parameter_init;

typedef struct
Expand Down
2 changes: 1 addition & 1 deletion sources/jvxLibraries/jvx-signals/src/jvx_generator_wave.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ typedef struct
jvx_generator_wave_noise_parameter_runtime_async runtime_parameters_async_intern;
struct
{
long seed;
jvxInt32 seed;
} runtime;
} jvx_generator_wave_noise_parameter_runtime_private;

Expand Down

0 comments on commit 793738a

Please sign in to comment.