Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Q&A, Tips, Tricks and Howto

Reply
 
Thread Tools Display Modes
Old 02-19-2017, 08:51 PM   #1
hydr0
Human being with feelings
 
Join Date: Sep 2016
Posts: 17
Default Equivalent of FL Studio "cut by itself" feature?

Just need a quick fix for tail-ends of 808s overlapping and increasing volume. Any sort of technique to have the previous note cut off by a newer note, and only have one note playing at a time.
hydr0 is offline   Reply With Quote
Old 02-19-2017, 09:10 PM   #2
Lokasenna
Human being with feelings
 
Lokasenna's Avatar
 
Join Date: Sep 2008
Location: Calgary, AB, Canada
Posts: 6,551
Default

Are we talking audio items or MIDI notes?
__________________
I'm no longer using Reaper or working on scripts for it. Sorry. :(
Default 5.0 Nitpicky Edition / GUI library for Lua scripts / Theory Helper / Radial Menu / Donate
Lokasenna is offline   Reply With Quote
Old 02-20-2017, 11:34 AM   #3
vitalker
Human being with feelings
 
vitalker's Avatar
 
Join Date: Dec 2012
Posts: 13,333
Default

@Lokasenna
Quote:
Originally Posted by hydr0 View Post
Just need a quick fix for tail-ends of 808s overlapping and increasing volume. Any sort of technique to have the previous note cut off by a newer note, and only have one note playing at a time.
Your sampler should support it.
vitalker is offline   Reply With Quote
Old 02-20-2017, 12:58 PM   #4
Lokasenna
Human being with feelings
 
Lokasenna's Avatar
 
Join Date: Sep 2008
Location: Calgary, AB, Canada
Posts: 6,551
Default

I saw that, but I wasn't sure; not everyone uses the same terminology.

But yes, most samplers will have a setting for how many notes can play at a time - often labelled "Voices".
__________________
I'm no longer using Reaper or working on scripts for it. Sorry. :(
Default 5.0 Nitpicky Edition / GUI library for Lua scripts / Theory Helper / Radial Menu / Donate
Lokasenna is offline   Reply With Quote
Old 02-20-2017, 01:02 PM   #5
vitalker
Human being with feelings
 
vitalker's Avatar
 
Join Date: Dec 2012
Posts: 13,333
Default

Quote:
Originally Posted by Lokasenna View Post
I saw that, but I wasn't sure; not everyone uses the same terminology.

But yes, most samplers will have a setting for how many notes can play at a time - often labelled "Voices".
So everyone should read the User guide and use terminology from it.
vitalker is offline   Reply With Quote
Old 02-20-2017, 01:04 PM   #6
Lokasenna
Human being with feelings
 
Lokasenna's Avatar
 
Join Date: Sep 2008
Location: Calgary, AB, Canada
Posts: 6,551
Default

Quote:
Originally Posted by vitalker View Post
So everyone should read the User guide and use terminology from it.
Nobody reads the manual anymore.
__________________
I'm no longer using Reaper or working on scripts for it. Sorry. :(
Default 5.0 Nitpicky Edition / GUI library for Lua scripts / Theory Helper / Radial Menu / Donate
Lokasenna is offline   Reply With Quote
Old 02-20-2017, 01:23 PM   #7
vitalker
Human being with feelings
 
vitalker's Avatar
 
Join Date: Dec 2012
Posts: 13,333
Default

Quote:
Originally Posted by Lokasenna View Post
Nobody reads the manual anymore.
I suppose it's the quickest way to learn basic functionality Reaper. Let's start #User_guide_challenge. The idea is to help people with just a page in manual, if it is possible.
vitalker is offline   Reply With Quote
Old 02-20-2017, 09:26 PM   #8
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,984
Default

A feature like that seems scriptable. You just didn`t explain where you need to fix it (notes for sampler with release=0 or audio items in arrangement window).
mpl is offline   Reply With Quote
Old 02-28-2017, 05:35 PM   #9
hydr0
Human being with feelings
 
Join Date: Sep 2016
Posts: 17
Default

Quote:
Originally Posted by Lokasenna View Post
I saw that, but I wasn't sure; not everyone uses the same terminology.

But yes, most samplers will have a setting for how many notes can play at a time - often labelled "Voices".
Ah okay thank you. Sometime I forget to turn that off.
hydr0 is offline   Reply With Quote
Old 02-28-2017, 05:36 PM   #10
hydr0
Human being with feelings
 
Join Date: Sep 2016
Posts: 17
Default

Quote:
Originally Posted by mpl View Post
A feature like that seems scriptable. You just didn`t explain where you need to fix it (notes for sampler with release=0 or audio items in arrangement window).
For further clarification, I mean MIDI notes, with 808 samples in RS5K.
hydr0 is offline   Reply With Quote
Old 03-02-2017, 01:29 AM   #11
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,984
Default

https://github.com/MichaelPilyavskiy...er%20notes.lua



for invert cutting change
Code:
table.sort(sel_pitches, function(a,b) return a < b  end)
to
Code:
table.sort(sel_pitches, function(a,b) return a > b  end)
mpl is offline   Reply With Quote
Old 03-02-2017, 07:24 AM   #12
Indirect
Human being with feelings
 
Join Date: Dec 2015
Posts: 122
Default

if reasamplomatic5000 - polyphony/voices = 1/mono.
Indirect is offline   Reply With Quote
Old 03-02-2017, 08:43 AM   #13
Fergler
Human being with feelings
 
Fergler's Avatar
 
Join Date: Jan 2014
Posts: 5,220
Default

Additionally I think the note-off release over-ride allows you some extra control so that you don't get clicks when the note is turned off abruptly, which is a huge problem with large amplitude bass audio like kicks.
Fergler is offline   Reply With Quote
Old 03-12-2017, 02:38 PM   #14
hydr0
Human being with feelings
 
Join Date: Sep 2016
Posts: 17
Default

Quote:
Originally Posted by Indirect View Post
if reasamplomatic5000 - polyphony/voices = 1/mono.
Where do you apply this setting?
hydr0 is offline   Reply With Quote
Old 03-12-2017, 03:39 PM   #15
vanhaze
Human being with feelings
 
vanhaze's Avatar
 
Join Date: Jul 2012
Location: Netherlands
Posts: 5,247
Default

https://i.imgur.com/58Wmkdj.jpg
__________________
Macbook Pro INTEL | Reaper, always latest version | OSX Ventura | Presonus Studio 24c
My Reaper Tips&Tricks YouTube Channel: https://www.youtube.com/user/vanhaze2000/playlists
vanhaze is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 05:39 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.