Home
last modified time | relevance | path

Searched refs:Songs (Results 1 – 25 of 1029) sorted by relevance

12345678910>>...42

/dports/games/zdoom/zdoom-2.8.1/src/
H A Ds_playlist.cpp61 Songs.Clear(); in ChangeList()
129 Songs.Push(song); in ChangeList()
134 return Songs.Size() != 0; in ChangeList()
160 unsigned int numsongs = Songs.Size(); in Shuffle()
165 swapvalues (Songs[i], Songs[(rand() % (numsongs - i)) + i]); in Shuffle()
172 return (int)Songs.Size(); in GetNumSongs()
177 if ((unsigned)position >= Songs.Size()) in SetPosition()
196 if (++Position >= Songs.Size()) in Advance()
208 Position = Songs.Size() - 1; in Backup()
216 if ((unsigned)position >= Songs.Size()) in GetSong()
[all …]
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/screens/
H A Dmedia_library.cpp275 Songs.display(); in refresh()
479 std::sort(Songs.begin(), Songs.end(), SortSongs()); in update()
530 Songs.clear(); in mouseButtonPressed()
552 Songs.clear(); in mouseButtonPressed()
560 Songs.Goto(me.y); in mouseButtonPressed()
874 if (!Songs.empty()) in nextColumnAvailable()
893 w = &Songs; in nextColumn()
920 Songs.clear(); in toggleColumnsMode()
964 Songs.clear(); in toggleSortMode()
995 Songs.clear(); in toggleSortMode()
[all …]
/dports/audio/p5-MP3-Tag/MP3-Tag-1.15/lib/Normalize/Text/Music_Fields/
H A DJ_Brahms.comp25 Title-Type: Songs
48 Title-Type: Songs
54 Title-Type: Songs
126 Title-Type: Songs
223 Title-Type: Songs
294 Title-Type: Songs
308 Title-Type: Songs
326 Title-Type: Songs
332 Title-Type: Songs
338 Title-Type: Songs
[all …]
/dports/games/d2x/d2x-0.2.5/main/
H A Dsongs.c36 song_info Songs[MAX_NUM_SONGS]; variable
101 Songs[i].filename, in songs_init()
102 Songs[i].melodic_bank_file, in songs_init()
103 Songs[i].drum_bank_file ); in songs_init()
328 …digi_play_midi_song( Songs[songnum].filename, Songs[songnum].melodic_bank_file, Songs[songnum].dru… in songs_play_song()
375 …digi_play_midi_song( Songs[songnum].filename, Songs[songnum].melodic_bank_file, Songs[songnum].dru… in songs_play_level_song()
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_dbus.pm44 $h{$_}=Songs::Get($::SongID,$_) for Songs::PropertyFields(), qw/uri album_picture/;
52 my @ret= Songs::Get($::SongID,@$fields);
70 Songs::SetTagValue(@$array); #return false on error, true if ok
75 Songs::GetTagValue(@$array);
85 my $file=Songs::Get($ID,'album_picture');
114 Songs::CopyFields(@$array); #returns true on error
H A Dgmusicbrowser_tags.pm56 for my $f (grep $Songs::Def{$_}{audioinfo}, @Songs::Fields)
75 grep $Songs::Def{$_}{flags}=~m/r/, @Songs::Fields;
81 my $def=$Songs::Def{$field};
137 my $n=$Songs::Def{$field}{id3v1};
168 my $def=$Songs::Def{$field};
261 { my $apic_id= $Songs::Def{$nb} && $Songs::Def{$nb}{apic_id};
279 my $file= Songs::GetFullFilename($ID);
950 my $val=Songs::Get($ID,$field);
983 else { $val=Songs::Get($IDs,$field); }
1032 else { $val=Songs::Get($IDs,$field); }
[all …]
H A Dgmusicbrowser.pl903 return Songs::Depends(@f);
908 …my $display= $esc ? ref $esc ? sub { $esc->(Songs::Display(@_)) } : \&Songs::DisplayEsc : \&Songs:…
2196 my ($loadsong)=Songs::MakeLoadSub({},split / /,$Songs::OLD_FIELDS);
2377 my $songs=$lines{Songs};
2413 …y $floatvector ($Songs::Songs_replaygain_track_gain__,$Songs::Songs_replaygain_track_peak__,$Songs
2418 …y $floatvector ($Songs::Songs_replaygain_track_gain__,$Songs::Songs_replaygain_track_peak__,$Songs
2444 Songs::UpdateFuncs();
5935 Songs::Build_IDFromFile() unless $Songs::IDFromFile;
6802 $checks{$_}= Songs::FieldName($_) for Songs::WriteableFields();
7082 { my $list= Songs::AllFilter( Songs::MakeFilterFromGID($field,$gid) );
[all …]
H A Dgmusicbrowser_songs.pm12 package Songs; package
2571 { $Songs::SHUFFLE='';
2575 my $length= defined $Songs::SHUFFLE ? length($Songs::SHUFFLE) : 0;
3255 { my @d0=Songs::Depends($field);
3262 { my @d= Songs::Depends($type);
3457 Songs::SortList($self,$sort);
3637 Songs::SortList($list,$sort);
4040 { Songs::SortList($newlist,$sort);
4170 my $list=Songs::ListAll($field);
4185 if ($Songs::Def{$field}{icon})
[all …]
H A Dgmusicbrowser_list.pm837 value => sub { Songs::Stars( Songs::Get($_[2],'rating'),'rating'); },
885 for my $key (Songs::ColumnsKeys())
887 { title => Songs::FieldName($key), value => sub { Songs::Display($_[2],$key)},
889 sort => Songs::SortField($key), width => Songs::FieldWidth($key),
1881 $label=Songs::FieldName($col);
1956 $pages{$_}= Songs::FieldName($_) for Songs::FilterListFields;
3639 { map { $_=>Songs::FieldName($_) } Songs::StringFields(),qw/file path year/,},
5585 { title => Songs::FieldName($key),
5586 sort => Songs::SortField($key),
5587 width => Songs::FieldWidth($key),
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dmusic_xmi_midiout.cpp112 : MIDIStreamer(type, args), MusHeader(0), Songs(0) in XMISong()
142 Songs = new TrackInfo[NumSongs]; in XMISong()
143 memset(Songs, 0, sizeof(*Songs) * NumSongs); in XMISong()
144 FindXMIDforms(MusHeader, SongLen, Songs); in XMISong()
145 CurrSong = Songs; in XMISong()
157 if (Songs != NULL) in ~XMISong()
159 delete[] Songs; in ~XMISong()
254 CurrSong = &Songs[subsong]; in SetMIDISubsong()
743 Songs = new TrackInfo[NumSongs]; in XMISong()
746 TrackInfo *newtrack = &Songs[i]; in XMISong()
[all …]
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/plugins/
H A Dalbuminfo.pm128 $self->{aIDs} = Songs::Get_all_gids('album');
145 my $album = Songs::Get($ID, 'album');
389 my $aID = Songs::Get_gid(::GetSelID($self),'album');
390 Songs::Set(Songs::MakeFilterFromGID('album', $aID)->filter(), [$field => $tag->{val}]);
402 my $aID = Songs::Get_gid($ID,'album');
503 my $gid = Songs::Get_gid(::GetSelID($self), 'album');
558 my $aID = Songs::Get_gid($ID,'album');
562 $self->{album} = Songs::Gid_to_Get("album",$aID);
607 my ($artist,$year) = ::Songs::Get($ID, qw/artist year/);
783 my $album = Songs::Gid_to_Get("album", Songs::Get_gid($ID,'album'));
[all …]
H A Dartistinfo.pm342 my $filter = Songs::MakeFilterFromGID('artists',$aID);
383 my $aID = Songs::Get_gid($ID,'artist');
394 my $artist = Songs::Gid_to_Get("artist",$aID);
455 $self -> ArtistChanged( Songs::Get_gid($ID,'artist'),Songs::Get_gid($ID,'album'),$force);
498 my $artist = ::url_escapeall( Songs::Gid_to_Get("artist",$aID) );
560 my $aID = Songs::Get_gid($::SongID,'artist');
561 my $local_artist = Songs::Gid_to_Get("artist",$aID);
610 my $aID=Songs::Search_artistid($s_artist{name});
682 $nowplayingaID = Songs::Get_gid($::SongID,'artist');
683 return unless Songs::Gid_to_Get("artist",$nowplayingaID);
[all …]
H A Dexport.pm143 …my $file=::ChooseSaveFile(undef,_"Write filenames to ...", Songs::Get($IDs->[0],'path'), 'list.m3u…
147 { my ($file,$length,$artist,$title)= Songs::Get($ID,qw/fullfilename length artist title/);
163 …my @fields= (qw/file path/,sort grep !m/^file$|^path$/, (Songs::PropertyFields())); #make sure fil…
174 { print $fh join(',',map Songs::FieldName($_), @fields)."\n" or redo;
178 push @val, Songs::Get($ID,@fields);
H A Dmpris2.pm162 my $length= Songs::Get($::SongID,'length');
180 my $length= Songs::Get($::SongID,'length');
293Songs::Get($ID,$_) for qw/title album artist comment length track disc year album_artist uri album…
/dports/games/openclonk/openclonk-release-8.1-src/src/platform/
H A DC4MusicSystem.cpp195 C4MusicFile *pCurr = Songs; in Load()
197 if (pCurr) pCurr->pNext = NewSong; else Songs = NewSong; in Load()
300 while (Songs) in ClearSongs()
302 C4MusicFile *pFile = Songs; in ClearSongs()
303 Songs = pFile->pNext; in ClearSongs()
412 for (NewFile = Songs; NewFile; NewFile = NewFile->pNext) in Play()
429 for (C4MusicFile *check_file = Songs; check_file; check_file = check_file->pNext) in Play()
599 for (C4MusicFile *check_file = Songs; check_file; check_file = check_file->pNext) in ScheduleWaitTime()
686 for (pFile = Songs; pFile; pFile = pFile->pNext) in SetPlayList()
696 for (pFile = Songs; pFile; pFile = pFile->pNext) if (pFile->NoPlay) in SetPlayList()
[all …]
/dports/multimedia/quodlibet/quodlibet-4.3.0/docs/guide/
H A Dqueue.rst10 Ignore and Keep Songs
14 two new checkboxes: *Ignore* and *Keep Songs*.
16 When the *Keep Songs* checkbox is checked, songs won't be consumed from the
24 If both *Keep Songs* and *Ignore* are enabled, songs will be kept in the queue
33 With :ref:`release 4.3.0 <release-4.3.0>`, the *Ignore* and *Keep Songs*
/dports/www/phalcon4/cphalcon-4.1.1/tests/tocheck-database/Mvc/Model/Manager/
H A DGetRelationRecordsCest.php22 use Phalcon\Test\Models\AlbumORama\Songs; alias
121 Songs::class,
150 Songs::class,
/dports/audio/pms-devel/pms-c94e3c6/songlist/
H A Dqueue.go47 songs := songlist.Songs()
79 songs := list.Songs()
142 oldSongs := q.Songs()
148 newSongs := s.Songs()
H A Dsonglist.go35 Songs() []*song.Song
96 songs := songlist.Songs()
136 copy(songs[position:], list.Songs())
147 for _, newSong := range list.Songs() {
228 oldSongs := s.Songs()
304 func (s *BaseSonglist) Songs() []*song.Song {
/dports/audio/zmusic/ZMusic-1.1.8/source/midisources/
H A Dmidisource_xmi.cpp107 : MusHeader(0), Songs(0) in XMISong()
129 Songs.resize(NumSongs); in XMISong()
130 memset(Songs.data(), 0, sizeof(Songs[0]) * NumSongs); in XMISong()
131 FindXMIDforms(&MusHeader[0], (int)MusHeader.size(), Songs.data()); in XMISong()
132 CurrSong = Songs.data(); in XMISong()
223 CurrSong = &Songs[subsong]; in SetMIDISubsong()
/dports/www/phalcon4/cphalcon-4.1.1/tests/_data/fixtures/_tocheck-models/AlbumORama/
H A DAlbums.php31 Songs::class,
43 Songs::class,
/dports/multimedia/navidrome/navidrome-0.40.0/server/subsonic/
H A Dalbum_lists.go174 response.RandomSongs = &responses.Songs{}
175 response.RandomSongs.Songs = childrenFromMediaFiles(r.Context(), songs)
191 response.SongsByGenre = &responses.Songs{}
192 response.SongsByGenre.Songs = childrenFromMediaFiles(r.Context(), songs)
/dports/www/phalcon4/cphalcon-4.1.1/tests/tocheck-database/Mvc/Model/
H A DIsRelationshipLoadedCest.php107 new AlbumORama\Songs(),
108 new AlbumORama\Songs(),
/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Dmarkup-first-visible.ly6 The expected markup on this score is \"Lame Songs for Testing\" followed by a \"C\" time signature …
8 publication = "Lame Songs for Testing"
/dports/print/lilypond/lilypond-2.22.1/input/regression/
H A Dmarkup-first-visible.ly6 The expected markup on this score is \"Lame Songs for Testing\" followed by a \"C\" time signature …
8 publication = "Lame Songs for Testing"

12345678910>>...42