Home
last modified time | relevance | path

Searched refs:song_pos (Results 1 – 23 of 23) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/sound/adplug/
H A Du6m.cpp100 song_pos = 0; in rewind()
360 new_ss_info.continue_pos = song_pos; in command_81()
385 song_pos += 11; in command_83()
426 loop_position = song_pos; in command_E()
440 song_pos = temp.continue_pos; in command_F()
442 song_pos = temp.subsong_start; in command_F()
446 song_pos = loop_position; in command_F()
469 song_byte = song_data[song_pos]; in read_song_byte()
470 song_pos++; in read_song_byte()
479 song_byte = *(song_data + song_pos); in read_signed_song_byte()
[all …]
H A Du6m.h37 songend(0), song_pos(0), loop_position(0), read_delay(0) { in Cu6mPlayer()
79 int song_pos; // current offset within the song variable
/dports/audio/libmpdclient/libmpdclient-2.20/src/
H A Dplayer.c79 mpd_send_play_pos(struct mpd_connection *connection, unsigned song_pos) in mpd_send_play_pos() argument
81 return mpd_send_int_command(connection, "play", song_pos); in mpd_send_play_pos()
85 mpd_run_play_pos(struct mpd_connection *connection, unsigned song_pos) in mpd_run_play_pos() argument
88 mpd_send_play_pos(connection, song_pos) && in mpd_run_play_pos()
174 unsigned song_pos, unsigned t) in mpd_send_seek_pos() argument
176 return mpd_send_int2_command(connection, "seek", song_pos, t); in mpd_send_seek_pos()
181 unsigned song_pos, unsigned t) in mpd_run_seek_pos() argument
184 mpd_send_seek_pos(connection, song_pos, t) && in mpd_run_seek_pos()
H A Dstatus.c87 int song_pos; member
144 status->song_pos = -1; in mpd_status_begin()
239 status->song_pos = atoi(pair->value); in mpd_status_feed()
392 return status->song_pos; in mpd_status_get_song_pos()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Du6m.cpp158 song_pos = 0; in rewind()
590 new_ss_info.continue_pos = song_pos; in command_81()
617 song_pos += 11; in command_83()
661 loop_position = song_pos; in command_E()
678 song_pos = temp.continue_pos; in command_F()
682 song_pos = temp.subsong_start; in command_F()
688 song_pos = loop_position; in command_F()
711 song_byte = song_data[song_pos]; in read_song_byte()
712 song_pos++; in read_song_byte()
722 song_byte = *(song_data + song_pos); in read_signed_song_byte()
[all …]
H A Du6m.h108 int song_pos; // current offset within the song variable
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Du6m.cpp153 song_pos = 0; in rewind()
624 new_ss_info.continue_pos = song_pos; in command_81()
629 song_pos = new_ss_info.subsong_start; in command_81()
655 instrument_offsets[instrument_number] = song_pos; in command_83()
656 song_pos += 11; in command_83()
709 loop_position = song_pos; in command_E()
726 song_pos = temp.continue_pos; in command_F()
730 song_pos = temp.subsong_start; in command_F()
736 song_pos = loop_position; in command_F()
758 if (song_pos < song_size) in read_song_byte()
[all …]
H A Du6m.h108 size_t song_pos; // current offset within the song variable
/dports/audio/libmpdclient/libmpdclient-2.20/include/mpd/
H A Dplayer.h117 mpd_send_play_pos(struct mpd_connection *connection, unsigned song_pos);
127 mpd_run_play_pos(struct mpd_connection *connection, unsigned song_pos);
255 unsigned song_pos, unsigned t);
267 unsigned song_pos, unsigned t);
/dports/comms/anyremote/anyremote-6.7.3/cfg-data/iViewer/
H A Dbanshee.cfg83 Make(var,song_pos,$(Index)*$(song_len)/65535"|bc);\
84 Exec($(banshee_exec) --set-position=$(song_pos));\
89 …Make(var,song_pos,P=`$(banshee_exec) --query-position|cut -f 2 -d ":"|cut -f 1 -d ","|tr -d " "`;i…
90 Make(var,pos_mm,echo "$(song_pos)/60"|bc);\
91 Make(var,pos_ss,echo "$(song_pos)-$(pos_mm)*60"|bc);\
94 Make(var,playback_pos,echo "65535*$(song_pos)/$(song_len)"|bc);\
H A Dkaffeine.cfg69 Make(var,song_pos,qdbus org.mpris.kaffeine /Player PositionGet);\
70 Make(var,pos_mm,echo "$(song_pos)/60000"|bc);\
71 Make(var,pos_ss,echo "($(song_pos)-$(pos_mm)*60000)/1000"|bc);\
74 Make(var,playback_pos,echo "65535*$(song_pos)/$(song_len)"|bc);\
H A Djuk.cfg71 Make(var,song_pos,qdbus org.kde.juk /Player currentTime);\
72 Make(var,pos_mm,echo "$(song_pos)/60"|bc);\
73 Make(var,pos_ss,echo "($(song_pos)-$(pos_mm)*60)"|bc);\
76 Make(var,playback_pos,echo "65535*$(song_pos)/$(song_len)"|bc|cut -f 1 -d '.');\
H A Damarok.cfg92 Make(var,song_pos,echo "$(Index)*$(song_len)/65535"|bc);\
93 …hod_call --dest=org.kde.amarok /Player org.freedesktop.MediaPlayer.PositionSet int32:$(song_pos));\
98 Make(var,song_pos,qdbus org.kde.amarok /Player PositionGet);\
99 …ExecAndSend(string,echo $(song_pos)|awk '{min=int($0/60000);sec=int(($0-min*60000)/1000);if (sec <…
101 …/mtime://"|tr -d " "`; if [ "x$P" = "x" ]; then echo ""; else echo "65535*$(song_pos)/$P"|bc; fi);\
/dports/audio/ampache/ampache-php74-5.0.0/src/Repository/Model/
H A DChannel.php68 private $song_pos; variable in Ampache\\Repository\\Model\\Channel
558 $this->song_pos = 0;
582 … while ($this->media == null && ($this->random || $this->song_pos < count($this->songs))) {
587 $this->media = new Song($this->songs[$this->song_pos]);
623 $this->song_pos++;
626 if ($this->media != null && $this->song_pos == count($this->songs) && $this->loop) {
/dports/x11/waybar/Waybar-0.9.12/src/modules/mpd/
H A Dmpd.cpp103 int song_pos = 0, queue_length = 0, volume = 0; in setLabel() local
132 song_pos = mpd_status_get_song_pos(status_.get()) + 1; in setLabel()
166 fmt::arg("songPosition", song_pos), in setLabel()
191 fmt::arg("songPosition", song_pos), in setLabel()
/dports/games/edge/Edge-1.35-source/timidity/
H A Dloadmidi.cc52 static int song_pos; variable
59 song_pos = CLAMP(0, song_pos + offset, song_len); in do_seek()
64 int avail = song_len - song_pos; in do_read()
75 memcpy(ptr, song_data + song_pos, maxnum * size); in do_read()
77 song_pos += maxnum * size; in do_read()
1139 song_pos = 0; in Timidity_LoadSong()
/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dhandler_audio.cc474 song_pos = -1; in play_music()
665 if (song_pos != song_module->sngpos) in control_music_position()
667 song_pos = song_module->sngpos; in control_music_position()
/dports/audio/ario/ario-1.6/src/servers/
H A Dario-server.c912 int song_pos = pos; in ario_server_playlist_add_songs() local
923 song_pos = ario_server_get_current_song()->pos; in ario_server_playlist_add_songs()
928 if (song_pos >= 0) { in ario_server_playlist_add_songs()
930 ario_server_insert_at (songs, song_pos); in ario_server_playlist_add_songs()
/dports/games/tecnoballz/tecnoballz-0.93.1/include/
H A Dhandler_audio.h207 Sint32 song_pos; variable
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/
H A Ddisplay.cpp107 int song_pos = s.getPosition(); in setProperties() local
110 && song_pos == Status::State::currentSongPosition(); in setProperties()
/dports/audio/libmpdclient/libmpdclient-2.20/vapi/
H A Dlibmpdclient.vapi444 public bool send_play_pos(uint song_pos);
446 public bool run_play_pos(uint song_pos);
472 public bool send_seek_pos(uint song_pos, uint t);
474 public bool run_seek_pos(uint song_pos, uint t);
685 public int song_pos { get; }
/dports/comms/anyremote/anyremote-6.7.3/cfg-data/obsoleted/Server-mode/
H A Damarok-v2.cfg52 # Make(var,song_pos,qdbus org.kde.amarok /Player PositionGet);\
53 # ExecAndSet(status,echo $(song_pos)|awk '{min=int($0/60000);sec=int(($0-min*60000)/1000);if (sec <…
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/
H A Dmidi_inspector_nk.c402 const int16_t song_pos= (((int16_t)msg[2] << 7) | msg[1]); in _midi_inspector_expose() local
408 nk_labelf_colored(ctx, NK_TEXT_RIGHT, cwhite, "%"PRIu16, song_pos); in _midi_inspector_expose()