I've disabled anonymous bug reports due to high levels of spam.
FS#19 - New command request (#): insert note for X frames
|
DetailsIn husic there is a # command. It is used as follows: c#2d4 It plays a quarter note. The first two frames have the pitch of 'C' and then the pitch hops up to 'D' for the rest of the quarter note.
This command in XPMCK would be very helpful in achieving certain drum techniques, especially on the c64. For example, a snare sound that begins with a noise waveform for 2 frames, then changes to a pulse waveform, which sweeps downward for 3 frames, and then the rest of the note ends as a noise waveform. The only way to do this kind of effect now is by using 32nd notes and adjusting the tempo of the song, and results are not precise. This command would also make it easy to make short downward pitchbend kick drum sounds at the beginning of notes, no matter what the tempo. |
This task depends upon
That's easy to do already:
@EN0 = {0 0 2 0}
A EN0 c
>> For example, a snare sound that begins with a noise waveform for 2 frames, then changes to a pulse waveform, which sweeps downward for 3 frames, and then the rest of the note ends as a noise waveform.
This is quite an extension of the first example, since you're basically saying here that you want something like:
@EP = {-1}
A @3c#2@2EP1c#3EPOF@3c4
I'll have to look into that.