internal clsPicNoteMapNM(Forms.IShowNoteMap ishownotemap, clsCFPC cftxt, PictureBox pic) : base(pic, null, true, ishownotemap.BarFont, false) { //* called from frmNoteMap using CF (chordfile) IShowNoteMap = ishownotemap; CFtxt = cftxt; //FileName = cftxt.Txtfilename; //NoteMap = cftxt.NoteMap; //P.F.MaxQTime = maxqtime; //maxqtime.MaxQTime = cftxt.MaxQTime; //NumTrks = 1; //QIdd = clsFileStream.QIdd; //TicksPerQI = P.F.TicksPerQI; SetPicSize(null); //probably not necessary to do here }
//* used by frmNoteMap - merge all selected trks internal clsPicNoteMapNM(Forms.IShowNoteMap ishownotemap, PictureBox pic, bool weighted) : base(pic, null, true, ishownotemap.BarFont, weighted) { //* called from frmNoteMap using FileStream - merge all selected trks IShowNoteMap = ishownotemap; CFtxt = null; //FileStream = frmnm.CSVFileConv; //FileName = FileStream.FileName; //NoteMap = FileStream.NoteMap; //MaxQTime = P.F.MaxQTime; //NumTrks = FileStream.NumTrks; //QIdd = clsFileStream.QIdd; //TicksPerQI = P.F.TicksPerQI; SetPicSize(null); //probably not necessary to do here }