Hankataks
(Hankataks)
September 23, 2011, 9:06am
1
Just thought midimapping enabling the end (and start for that matter) point of a sample would be really neat (in the sample editor). Knob that loop!! How bout it?
kazakore
(kazakore)
September 23, 2011, 9:31am
2
Try the search feature and you might just find a tool that does exactly that!
Hankataks
(Hankataks)
September 23, 2011, 10:17am
3
search here in the forum? a direct link would be appriciated
dblue
(dblue)
September 23, 2011, 10:36am
4
The tool kazakore is talking about:
update: this script is obsolete. please use the XRNX version
try putting the following into your GlobalMidiActions.lua, located into the “Scripts” folder (at the end of the file is fine)
-- BEGIN: use MIDI actions to set loop markers
add_action("Selected Sample:Loop Start [Set]",
function(message)
local sample = song().selected_sample;
local int_frames = sample.sample_buffer.number_of_frames;
local int_message = message.int_value + 1;
if message:is_rel_value() th…
Similar feature requests:
There’s something that I really think could help doing crazy things with samples, and it is to be able to draw / automate their loop points.
I am not sure this can be done right now … I have been looking and messing with all the meta* devices that allow for automation and modulation and whatnot, but I have failed at finding any that lets me change on the fly the start and end points for a sample.
I know it is relatively ‘complicated’ and non-obvious – i.e. if you select a destination instrumen…
Is there a way to automate sample start/end loop points without having to record output and manually pull the start/end marker? If you play a sample and gradually shrink the loop length, there’s a neat glitchy effect I want to use. I guess technically I could tinker with 09xx and BPM automation until I die, but I just wanted to know if anyone had any information about this, or possibly some VST that does something like it.
EDIT: Oh wow, I just found a similar topic.
I’m really fond of the built-in sampler because of its ease to use. One feature that would make it much more powerful would be the ability to automate the position of the start and end loop points (both sample and envelopes).
A start would be to just be able to set the loop points using some command in the effect column (which would work a bit like the 9xx command then, by just dividing the sample into 256 segments). I don’t think this is would be a very hard feature to implement, but it sure w…
I’ve been using this great program for about 6 months now and I’m still nowhere near learning even half of what it has to offer. right now i’m trying to automate the end point of a sample loop so that gradually less and less of the sample is played until it’s just repeating itself at a high tone. I’ve tried moving it while right-clicking in edit mode while the track is playing and can’t find any option for automation in the automation menu. is it possible to do this or should i just get a vst to…
Etc…
Hankataks
(Hankataks)
September 23, 2011, 10:37am
5
forgot to say how i’d use it, i’d use it when in pingpong mode, which would make for some interesting effects.
Hankataks
(Hankataks)
September 23, 2011, 11:00am
6
ah! found it, and it’s working perfectly!! thanks ^^