Default loop extension to on
This commit is contained in:
parent
9dfa0b1ec7
commit
b07ed09513
|
@ -172,7 +172,7 @@ func load_samples(snes_data: Dictionary, buffer: StreamPeerBuffer):
|
|||
|
||||
|
||||
var player := AudioStreamPlayer.new() # Make one for each channel, later
|
||||
var HACK_EXTEND_LOOP_SAMPLE_playback: bool = false
|
||||
var HACK_EXTEND_LOOP_SAMPLE_playback: bool = true
|
||||
func play_sample(id: int, pitch_scale: float = 1.0):
|
||||
print('Playing inst sample #%02X' % id)
|
||||
player.pitch_scale = pitch_scale
|
||||
|
|
Loading…
Reference in New Issue