jfdelnero / HxCModPlayer

A simple and lite MOD (music module) player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separated channels

WindowsNT opened this issue · comments

This is excellent, I will use it. Is there a possibility it will return me samples per channel, so I get 4 separated channels?

I added an iChannel parameter which just outputs the channel I want in hxcmod_fillbuffer.

						if (iChannel > 0 && (c != (iChannel - 1)))
							continue;

					if (iChannel > 0 && (j != (iChannel - 1)))
						continue;