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

AudioClip loop issue #4

Description

@OlivierJean

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions