Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

AudioClip loop issue #4

Open
OlivierJean opened this issue Mar 4, 2011 · 0 comments
Open

AudioClip loop issue #4

OlivierJean opened this issue Mar 4, 2011 · 0 comments
Labels

Comments

@OlivierJean
Copy link

The following code doesn't work.
The audio clip "sound.mid" is played only one time, but is not played in loop.

#VRML V2.0 utf8

DEF TS TimeSensor { startTime 0 loop TRUE cycleInterval 1 }

Sound2D {
  source DEF AC AudioClip {
    url "sound.mid"
  }
}

ROUTE TS.cycleTime TO AC.startTime
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant