PalmWino
11-12-2009, 03:30 PM
I'm trying (among other things!) to emulate an ancient delay/sampler pedal that I use in a manual 'record/sample' mode; i.e., one click records, next click retriggers first sample whilst recording over (i.e. 'Substitute' mode). Third click retriggers second sample & records third, etc. Each time you lose the sample before last.
Variations on:
!name OneShot
#TrackCount = 1, Insert Mode = Substitute
if mode == Reset
Record
end
else
NextTrack
Insert
endif
will work for the first & second click, but the third goes into play mode, & will retrigger (all quantize settings are off), but not substitute. Putting 'Substitute' instead of 'Insert' doesn't work either. 'Retrigger' instead of 'NextTrack' doesn't work! Is something over-riding the substitute function?
I can sort of get it to work using 'Overdub' with Feedback set to 0, but then I can't hear the one-time playback! It seems so close, yet.....
Any hints appreciated.
Dave
Variations on:
!name OneShot
#TrackCount = 1, Insert Mode = Substitute
if mode == Reset
Record
end
else
NextTrack
Insert
endif
will work for the first & second click, but the third goes into play mode, & will retrigger (all quantize settings are off), but not substitute. Putting 'Substitute' instead of 'Insert' doesn't work either. 'Retrigger' instead of 'NextTrack' doesn't work! Is something over-riding the substitute function?
I can sort of get it to work using 'Overdub' with Feedback set to 0, but then I can't hear the one-time playback! It seems so close, yet.....
Any hints appreciated.
Dave