Skip to content

Commit

Permalink
Update VinylMixSetPitch.gml
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Sep 16, 2024
1 parent 290c412 commit cba3a81
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/VinylMixSetPitch/VinylMixSetPitch.gml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// Feather disable all

/// Sets the local pitch for the mix. This is multipled with the base pitch (see VinylSetupMix())
/// to give a pitch factor applied to all audio played on this mix. Setting the local pitch for a
/// mix will affect all current and future audio played on the mix. The rate of change for this
/// function is measured in "pitch units per second".
/// Sets the local pitch for the mix which is then applied to all audio played on this mix. Setting
/// the local pitch for a mix will affect all current and future audio played on the mix. The rate
/// of change for this function is measured in "pitch units per second".
///
/// @param mixName
/// @param pitch
Expand Down

0 comments on commit cba3a81

Please sign in to comment.