tildearrow

Results 372 comments of tildearrow

ymX_encode is irrelevant to samples that are already encoded in ADPCM-A/B format. There are two possible solutions: 1. Pad to a 512 byte boundary when changing the format to ADPCM...

Maybe we should make pulse width and cutoff slides non-system-specific, in order to eventually support these in other systems

There are two approaches: 1. Handle slide in the engine. Engine sends DO_PW_SLIDE every tick to the dispatch (like Furnace-B from what I am aware) 2. Handle slide in DivDispatch::tick()....

1. If 1x and 2x cannot be used, we have a bunch of slots in 5x, 6x, 7x, Ax and Bx. 2. That's fine.

> 5x, 6x, 7x, Ax and B0-B2 are used by SID3 already, and some of these are used by other chips Use B8-BF

> > > 5x, 6x, 7x, Ax and B0-B2 are used by SID3 already, and some of these are used by other chips > > > > > > Use...

> So there come two or three new variables in chip sysdef? Is it really worth it... You waste address space on something that is applicable to like 4 or...

> Sample pos uses effects which codes are hard-coded too, yes, but how would you even see from GUI code which system uses these new effects?.. > > And still...

> Okay, maybe I misunderstood, I thought you meant global effects. I may add them to tSU later today Nope, not global. See sysDef.cpp (search for 0xdf) for an example.

> Well, if you look at my sysdef you will see that it's done the same way, but effect codes are different for different systems Effect codes can be different.