Home
last modified time | relevance | path

Searched refs:newSong (Results 1 – 25 of 42) sorted by relevance

12

/dports/audio/pms-devel/pms-c94e3c6/songlist/
H A Dsonglist.go110 songs[position] = newSong
115 s.ensureColumns(newSong)
116 s.columns.Add(newSong)
148 s.ensureColumns(newSong)
149 s.columns.Add(newSong)
230 newSong := *oldSongs[i]
231 newSong.ID = song.NullID
232 newSong.Position = song.NullPosition
387 newSong := song.New()
388 newSong.SetTags(attrs)
[all …]
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/items/tool/
H A DFileToolItems.java28 private ToolItem newSong;
40 this.newSong = new ToolItem(toolBar, SWT.PUSH);
41 this.newSong.addSelectionListener(TuxGuitar.instance().getAction(NewFileAction.NAME));
67 this.newSong.setToolTipText(TuxGuitar.getProperty("file.new"));
76 this.newSong.setImage(TuxGuitar.instance().getIconManager().getFileNew());
/dports/audio/vimpc/vimpc-0.09.2/src/
H A Dplayer.cpp327 Mpc::Song const * newSong = NULL; in NextSongByInformation() local
345 newSong = playlist_.Get(startSong + (skipCount * direction)); in NextSongByInformation()
349 newSong = NULL; in NextSongByInformation()
352 … while ((newSong != NULL) && ((newSong->*songFunction)().compare((song->*songFunction)()) == 0)); in NextSongByInformation()
354 if (newSong == NULL) in NextSongByInformation()
357 newSong = playlist_.Get(startSong); in NextSongByInformation()
362 skipCount += First(newSong, startSong + (skipCount * direction), songFunction); in NextSongByInformation()
H A Dmpdclient.cpp2056 songs.push_back(newSong); in GetAllMetaInformation()
2144 Song * const newSong = CreateSong(nextSong); in GetAllMetaInformation() local
2145 Data.song = newSong; in GetAllMetaInformation()
2148 songs.push_back(newSong); in GetAllMetaInformation()
2509 Song * const newSong = new Song(); in CreateSong() local
2518 newSong->SetURI (mpd_song_get_uri(song)); in CreateSong()
2522 newSong->SetDuration (mpd_song_get_duration(song)); in CreateSong()
2523 newSong->SetVirtualEnd (mpd_song_get_end(song)); in CreateSong()
2525 return newSong; in CreateSong()
2556 Song * newSong = NULL; in QueueMetaChanges() local
[all …]
/dports/audio/mpdcon/MPDCon-1.5.1/
H A DPlayView.h47 - (void) setDisplaySong: (PlaylistItem *)newSong;
48 - (void) setCurrentSong: (int)newSong;
49 - (void) setTotalSongs: (int)newSong;
H A DPlayView.m141 - (void) setDisplaySong: (PlaylistItem *)newSong
145 dispSong = [newSong retain];
149 - (void) setCurrentSong: (int)newSong
151 currentSong = newSong;
154 - (void) setTotalSongs: (int)newSong
156 totalSongs = newSong;
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/actions/file/
H A DNewFileAction.java52 newSong(); in execute()
62 newSong(); in execute()
67 protected void newSong(){ in newSong() method in NewFileAction
72 TuxGuitar.instance().newSong(); in newSong()
H A DFileActionUtils.java97 TuxGuitar.instance().newSong();
118 TuxGuitar.instance().newSong();
148 TuxGuitar.instance().newSong();
160 TuxGuitar.instance().newSong();
/dports/audio/tse3/tse3-0.3.1/src/tse3/
H A Dtest.cpp240 Song *newSong = reader.load(); in main() local
241 newSong = newSong; in main()
/dports/audio/libechonest/libechonest-2.3.1/src/
H A DSong.cpp303 Echonest::Song newSong = songs.at( 0 ); in parseInformation() local
304 if( newSong.hotttnesss() >= 0 ) in parseInformation()
305 setHotttnesss( newSong.hotttnesss() ); in parseInformation()
306 if( newSong.artistHotttnesss() >= 0 ) in parseInformation()
307 setArtistHotttnesss( newSong.artistHotttnesss() ); in parseInformation()
308 if( newSong.artistFamiliarity() >= 0 ) in parseInformation()
309 setArtistFamiliarity( newSong.artistFamiliarity() ); in parseInformation()
310 if( !newSong.artistLocation().location.isEmpty() ) in parseInformation()
311 setArtistLocation( newSong.artistLocation() ); in parseInformation()
/dports/audio/hydrogen/hydrogen-1.0.1/src/tests/
H A Dcore_action_controller_test.cpp39 CPPUNIT_ASSERT( !m_pController->newSong( fileWrongName.fileName() ) ); in testSessionManagement()
50 CPPUNIT_ASSERT( m_pController->newSong( fileProperName.fileName() ) ); in testSessionManagement()
65 CPPUNIT_ASSERT( m_pController->newSong( m_sFileName2 ) ); in testSessionManagement()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/items/menu/
H A DFileMenuItem.java49 private MenuItem newSong; field in FileMenuItem
75 this.newSong = new MenuItem(this.menu, SWT.PUSH); in showItems()
76 this.newSong.addSelectionListener(TuxGuitar.instance().getAction(NewFileAction.NAME)); in showItems()
262 setMenuItemTextAndAccelerator(this.newSong, "file.new", NewFileAction.NAME); in loadProperties()
301 this.newSong.setImage(TuxGuitar.instance().getIconManager().getFileNew()); in loadIcons()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/include/hydrogen/
H A Dcore_action_controller.h70 bool newSong( const QString& songPath );
H A Dhydrogen.h197 void setSong ( Song *newSong );
/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_module_loader.c982 module_t *newSong = modLoad(filenameU);
983 if (newSong != NULL)
987 song = newSong;
1110 module_t *newSong = modLoad(fullPathU);
1111 if (newSong != NULL)
1119 song = newSong;
H A Dpt2_diskop.c832 module_t *newSong = modLoad(filePath); in diskOpLoadFile() local
833 if (newSong != NULL) in diskOpLoadFile()
841 song = newSong; in diskOpLoadFile()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/actions/track/
H A DRemoveTrackAction.java34 TuxGuitar.instance().newSong(); in execute()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/table/
H A DTGTableViewer.java105 public void fireUpdate(boolean newSong){ in fireUpdate() argument
107 if(newSong){ in fireUpdate()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/factory/
H A DTGFactory.java33 public TGSong newSong(){ in newSong() method in TGFactory
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/models/
H A DTGSong.java196 TGSong song = factory.newSong();
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/
H A DTuxGuitar.java458 this.songManager.setSong(this.songManager.newSong()); in getSongManager()
733 public void newSong(){ in newSong() method in TuxGuitar
734 TuxGuitar.instance().fireNewSong(TuxGuitar.instance().getSongManager().newSong(),null); in newSong()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/managers/
H A DTGSongManager.java153 public TGSong newSong(){ in newSong() method in TGSongManager
154 TGSong song = getFactory().newSong(); in newSong()
336 setSong(newSong()); in createTrack()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/actions/measure/
H A DRemoveMeasureAction.java156 TuxGuitar.instance().newSong(); in removeMeasures()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/
H A Dcore_action_controller.cpp296 bool CoreActionController::newSong( const QString& songPath ) { in newSong() function in H2Core::CoreActionController
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v07/
H A DTGInputStream.java95 TGSong song = this.factory.newSong(); in read()

12