<div dir="ltr"><div><div><div><div><div><div>I've been porting traverso-daw to FreeBSD and have found out a few errors are more than common.<br></div>1. In src/common/Tsar.h just remove "void*  _a[]"<br></div>
2. The QString& function wil result in odd behavior even with setting <br>"Driver.h:<br>
<br>
QString NoneQString;<br>
<div class="im">virtual int setup(bool capture=true, bool playback=true, const<br>
</div>QString& cardDevice=NoneQString);<br>
<br>
Driver.cc<br>
QString NoneQString("none");"<br><br></div>3. Any reference to Jack New should be removed because the Jack audio driver is up to date.<br><br></div>4. Paths need to be set absolute to the operating system, distribution (for Linux kernel systems), and libraries/functions, et cetera et al.<br>
<br></div>You will need to do a lot of rewriting of the code because patch applying will just cause another headache similar to vim.<br><br></div>This should help a little if anyone is working on this.<br></div>