Skip to content

Commit

Permalink
Reading SFZ to default to no_loop
Browse files Browse the repository at this point in the history
  • Loading branch information
mahal committed Jan 12, 2024
1 parent ca4a5fb commit 01b9d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DunneAudioKit/Sampler+SFZ.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extension SamplerData {
var lowVelocity: MIDIVelocity = 0
var highVelocity: MIDIVelocity = 127
var sample = ""
var loopMode = ""
var loopMode = "no_loop"
var loopStartPoint: Float32 = 0
var loopEndPoint: Float32 = 0

Expand Down

0 comments on commit 01b9d9c

Please sign in to comment.