diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2018-01-13 18:54:41 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2018-01-13 19:16:09 -0500 |
| commit | 443068f46dcaa0f9eaec75d662fdff1344f76895 (patch) | |
| tree | 4b311755203accdceccf9c5d9f143a5af503c2cb /patch | |
| parent | 728097d5214e07e46c377c9442b986399491d74e (diff) | |
Diffstat (limited to 'patch')
| -rw-r--r-- | patch/sdlmusic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patch/sdlmusic.cpp b/patch/sdlmusic.cpp index 62af485..e558096 100644 --- a/patch/sdlmusic.cpp +++ b/patch/sdlmusic.cpp @@ -90,6 +90,7 @@ int32_t MUSIC_Init(int32_t SoundCard, int32_t Address) player = new_fluid_player(synth); driver = new_fluid_audio_driver(settings, synth); + MUSIC_SetLoopFlag(MUSIC_LoopSong); // Loop by default fluid_synth_sfload(synth, "/usr/share/soundfonts/FluidR3_GM.sf2", 1); return MIDI_Ok; |