Home
last modified time | relevance | path

Searched refs:MaxTempo (Results 1 – 12 of 12) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rspotify-model-0.11.3/src/
H A Drecommend.rs69 MaxTempo(f32), enumerator
120 MaxTempo(x) => x.to_string(), in value_string()
/dports/audio/libechonest/libechonest-2.3.1/src/
H A DSong.h60 MaxTempo, enumerator
H A DPlaylist.h145 MaxTempo, /// 0.0 < tempo < 500.0 (BPM) The maximum tempo for any included songs enumerator
H A DPlaylist.cpp205 case Echonest::DynamicPlaylist::MaxTempo: in steer()
369 case Echonest::DynamicPlaylist::MaxTempo : in playlistParamToString()
H A DSong.cpp348 case Echonest::Song::MaxTempo: in searchParamToString()
/dports/audio/lmms/lmms-1.2.2/include/
H A DSong.h47 const bpm_t MaxTempo = 999; variable
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zmb3/spotify/
H A Dtrack_attributes.go361 func (ta *TrackAttributes) MaxTempo(tempo float64) *TrackAttributes { func
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zmb3/spotify/spotify-158b1863f5b5/
H A Dtrack_attributes.go361 func (ta *TrackAttributes) MaxTempo(tempo float64) *TrackAttributes { func
/dports/audio/visp-go/visp-2585747/vendor/github.com/zmb3/spotify/
H A Dtrack_attributes.go361 func (ta *TrackAttributes) MaxTempo(tempo float64) *TrackAttributes { func
/dports/audio/visp-go/visp-2585747/commands/
H A Drecommend.go216 …cmd.setTrackAttributeFloat(attributes.MinTempo, attributes.MaxTempo, attributes.TargetTempo, min, …
/dports/audio/lmms/lmms-1.2.2/src/core/
H A DSong.cpp73 m_tempoModel( DefaultTempo, MinTempo, MaxTempo, this, tr( "Tempo" ) ), in Song()
/dports/audio/libechonest/libechonest-2.3.1/tests/
H A DPlaylistTest.cpp93 p.append( DynamicPlaylist::PlaylistParamData( DynamicPlaylist::MaxTempo, 100 ) ); in testStatic2()