Enum libosu::SampleSet[][src]

pub enum SampleSet {
    None,
    Normal,
    Soft,
    Drum,
}

A set of hitsound samples.

Hitsounds come in sample sets of (normal, soft, drum). In beatmaps, there is a sample set that apply to the entire beatmap as a whole, to timing sections specifically, to individual notes, or even the hitsound additions (whistle, finish, clap).

Variants

No sample set used. (TODO: wtf?)

Normal sample set.

Soft sample set.

Drum sample set.

Trait Implementations

impl Clone for SampleSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SampleSet
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SampleSet

impl Sync for SampleSet