Page 1 of 1

xcore-200 MC Basics

Posted: Tue Mar 13, 2018 9:26 am
by xlordofpainx
Hey there fellow co-forumers,

I am unable to find in the documentation where exactly the ins and outs are enabled in the default xk_216_mc program for USB audio. Also where is the SRC program enabled?( Is this enabled working properly be default?. ANother question - the makefile of this program is different tan the one I get when i create new xtimecompossser project. Why is that?

Re: xcore-200 MC Basics

Posted: Wed Mar 14, 2018 8:51 am
by alexjaw
For ins and outs I assume src/core/customdefines.h, however you also have some port inits and they are found in src/extensions/audiohw.xs. See the design guide for information

SRC as sample rate converter? Is there any SRC? I cant see any inclusion of lib_src in the project.

/AJ

Re: xcore-200 MC Basics

Posted: Wed Mar 14, 2018 10:26 am
by xlordofpainx
Thaanks. I will try this