Keep on sharing your thoughts. I saw a message here earlier by Devia, but it seems to be deleted. It was regarding the Pulse and Filter sweep programs. Anyone struggling with these programs, please let me know in this forum.
Doc's for Pulse and Filter programs is not correctly written I'm sorry. Column 2 (the sweep range, nybbles) decides the direction, the highest nybble determines this. For instance 1f= up, f1= down. Column 4, the jump works like this: 00-3f = Init value(column1), Sweep twice, 00=end 40-7f = ignore init(column1), Sweep twice, 40=end 80-bf = Init value(column1), sweep once, 80=end c0-ff = ignore init(column1), sweep once, c0=end
This is the same for both filter and pulse programs.
Yes Devia, the filter is made to turn over 0 with purpose, example Ace2 bass filter. It starts with cutoff 30 and subtracts beyond 0 for that effect.
01:30 11 01 82 02:0E 11 01 83 03:0D 11 01 84 04:0C 11 01 85 05:0B 11 01 86 06:0A 11 01 87 07:09 11 01 88 08:08 11 01 89 09:07 11 01 8A 0A:06 11 01 8B 0B:05 11 01 8C 0C:04 11 01 8D 0D:03 11 01 8E 0E:02 11 01 8F 0F:01 11 01 90 10:00 00 00 00
Anyway, the new 11-bit routine is totally controlled by range to turn or stop at 0, or when reaching the upper value.