Skip to content

Commit

Permalink
Fix Granular Player style
Browse files Browse the repository at this point in the history
  • Loading branch information
beserge committed Dec 11, 2023
1 parent a1ad26b commit e0ad5e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/Sampling/granularplayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ class GranularPlayer
float
idxTransp_; // Adjusted Transposition value contribution to idx of first grain
float
idxTransp2_; // Adjusted Transposition value contribution to idx of second grain
idxTransp2_; // Adjusted Transposition value contribution to idx of second grain
float idxSpeed_; // Adjusted Speed value contribution to idx of first grain
float
idxSpeed2_; // Adjusted Speed value contribution to idx of second grain
float sig_; // Output of first grain
float sig2_; // Output of second grain
idxSpeed2_; // Adjusted Speed value contribution to idx of second grain
float sig_; // Output of first grain
float sig2_; // Output of second grain

uint32_t idx_; // Index of first grain
uint32_t idx2_; // Index of second grain
Expand Down

0 comments on commit e0ad5e6

Please sign in to comment.