12-27-2021, 01:49 PM
Just an idea :
Effects you can find in old trackers (ZX Spectrum,...) in addition to GLIDE are PITCH Up and PITCH Down.
That means when the effect is set and the tracker encounter a Note, it starts to increase or decrease Pitch by a speed.
At this moment, I'm able to achieve this effect by using GLIDE and two notes like this :
00 C-7 -- -- -- GL C 000
01 C-2 -- -- -- GL C 001
02 --- -- -- -- ---- ---
03 --- -- -- -- ---- ---
04 B-7 -- -- -- GL C 000
05 B-2 -- -- -- GL C 001
06 ...
but it would be simpler to use only one Note and set the effect only one time.
I know that means a lot of new FX for a function I don't use every time...
Effects you can find in old trackers (ZX Spectrum,...) in addition to GLIDE are PITCH Up and PITCH Down.
That means when the effect is set and the tracker encounter a Note, it starts to increase or decrease Pitch by a speed.
At this moment, I'm able to achieve this effect by using GLIDE and two notes like this :
00 C-7 -- -- -- GL C 000
01 C-2 -- -- -- GL C 001
02 --- -- -- -- ---- ---
03 --- -- -- -- ---- ---
04 B-7 -- -- -- GL C 000
05 B-2 -- -- -- GL C 001
06 ...
but it would be simpler to use only one Note and set the effect only one time.
I know that means a lot of new FX for a function I don't use every time...

