Displaying 3 results from an estimated 3 matches for "trackdata".
Did you mean:
tracedata
2009 Aug 11
1
Passing a list object to lapply
Hello,
I'm having difficulty passing an object name to a lapply function. Can
somebody tell me the trick to make this work?
#Works
T13702 <- TRACKDATA[["13702.xls"]][["data"]]
min(unlist(lapply(list(T13702), function(x) mdy.date(x[1, 2], x[1, 1],
x[1, 3]))))
16553
#Works
d<-2
assign(paste("T",substr(names(TRACKDATA)[d],1,(nchar(names(TRACKDATA)[d]
)-4)),sep=""),TRACKDATA[[d]][["data"]],pos=1)...
2006 Sep 26
2
FLAC CD Archive
Charles Steinkuehler wrote:
> Dan Phillips wrote:
> >> What we are left with is a requirement in abcde to overcome this and
> >> until then we have the manual method. Have you any thoughts on the best
> >> way to overcome this problem apart from the hacked toc3cue (do you have
> >> a copy of this?)
>
> I do not have a copy of toc3cue...I made my own
2006 Sep 26
0
FLAC CD Archive
...if (trun->isrcValid() )
+ out << " ISRC " << trun->isrc() << "\n";
+
const SubTrack *strun;
SubTrackIterator stitr(trun);
int pregap = 0;
for (strun = stitr.first(); strun != NULL; strun = stitr.next()) {
if (strun->TrackData::type() == TrackData::ZERODATA) {
- - out << " PREGAP " << trun->start().str() << "\n";
+// out << " PREGAP " << trun->start().str() << "\n";
+ out << " INDEX 00 00:00:00\n";
+...