Forum
Sample Names in FL Piano Roll
@Trevor wrote:
In this video, Savant gets his sample names into the Piano Roll.
Is this possible with Redux?
Posts: 1
Participants: 1
[Problem] Incomplete API documentation: sample_mappings[]
@Raul wrote:
It seems that all the documentation concerning the sample_mapping[] is incomplete.
Within sample_mapping[] there is another table that does not appear in the documentation, and which refers to the sample index.
For example, to access the note_range
rprint(renoise.song().selected_instrument.sample_mappings[1][1].note_range)
In the documentation it should be something like this, I guess:
-- Note range the mapping is triggered for. renoise.song().instruments[].sample_mappings[].samples[].note_range, _observable --and renoise.song().instruments[].sample_mappings[]:sample().note_range, _observable -> [table with two numbers (0-119, c-4=48)].samples[] maybe? The same with the rest of properties…
Related documentation:Renoise.Song.API.lua
-------------------------------------------------------------------------------- -- renoise.SampleMapping -------------------------------------------------------------------------------- -- General remarks: Sample mappings of sliced samples are read-only: can not be -- modified. See `sample_mappings[].read_only` -------- Properties -- True for sliced instruments. No sample mapping properties are allowed to -- be modified, but can be read. renoise.song().instruments[].sample_mappings[].read_only -> [read-only, boolean] -- Linked sample. renoise.song().instruments[].sample_mappings[].sample -> [renoise.Sample object] -- Mapping's layer (triggered via Note-Ons or Note-Offs?). renoise.song().instruments[].sample_mappings[].layer, _observable -> [enum = renoise.Instrument.LAYER] -- Mappings velocity->volume and key->pitch options. renoise.song().instruments[].sample_mappings[].map_velocity_to_volume, _observable -> [boolean] renoise.song().instruments[].sample_mappings[].map_key_to_pitch, _observable -> [boolean] -- Mappings base-note. Final pitch of the played sample is: -- played_note - mapping.base_note + sample.transpose + sample.finetune renoise.song().instruments[].sample_mappings[].base_note, _observable -> [number (0-119, c-4=48)] -- Note range the mapping is triggered for. renoise.song().instruments[].sample_mappings[].note_range, _observable -> [table with two numbers (0-119, c-4=48)] -- Velocity range the mapping is triggered for. renoise.song().instruments[].sample_mappings[].velocity_range, _observable -> [table with two numbers (0-127)]Am I doing something wrong or is the documentation really incomplete?
Can anyone verify this? Please!
Posts: 1
Participants: 1
Draw automation at highest precision without zooming
@Chrom wrote:
Hi,
I can’t seem to find a way to draw in the graphical automation at the highest resolution without having to zoom. Is that possible to do?
Thanks
Posts: 2
Participants: 2
What Is Up By PanosK
@stoiximan wrote:
Stay with it i think it is worth the time.Just dont up the volume too much there is a nice surprise at 1 minute or so
Posts: 1
Participants: 1
Find to which midi CC a parameter is mapped to
@Chrom wrote:
Hi,
I would like to know if there is a way to find to which midi CC a parameter is mapped to. From the API, I found that:
parameter has a custom MIDI mapping in the current song.
renoise.song().tracks[].devices[].parameters[].is_midi_mapped, _observable
-> [read-only, boolean]
however I did not found a way to find which CC it was…
Thanks
Posts: 1
Participants: 1
Renoise_The audio engine was stopped because it used too much CPU for quite a long time
@Cooltrash wrote:
Hi.
Since 3.2 (I’ve been using since 2010 without problems) Win10
I got this pop message.
The audio engine was stopped because it used too much CPU for quite a long time.
It happen, When I go into Menus of Renoise, search for presets in synths or samplers. When I save a session. When Renoise Auto-Save a session. etc. Very annoying!
I tried to disable the new Time-stretch on two of my instruments without success.
I know i can go in Preference and unchecked the Enable overload prevention but I never had too do that.
Thanks
Posts: 1
Participants: 1
Xrules realtime automation
@Chrom wrote:
Hi all,
I am using Xrules to record realtime automation from on a midi CC. Xrules works as expected except for these small jumps in the envelope:
Why does this happen? Is it expected or can it be fixed somehow?
Thanks a lot
Posts: 2
Participants: 2
EatMe - Fulltime Lover
Weird By PanosK
10% off my hardware for Black Friday! ARPIE, Le Strum & Super Smash Button
@midierror wrote:
Hi
The three products in my Tindie store are available with 10% off until Saturday 30th November.
Synth Person, Renoiser, Sample Maker, MIDI Idiot, Community Music Maker, Film Fan, Sky Watcher, Photo Chap. Making electronic music f...
Use the code midierror1986 at checkout!
Enjoy!
midierror
Posts: 1
Participants: 1
Device panel missing in 3.2.1
@supercomputer60s wrote:
Hi, as shown in the pic i have device panel show/hide button missing. It works in previous Renoise versions for me
Posts: 3
Participants: 2
Bug: Rightmost part not selected with keyboard navigation R3.2.1
@EatMe wrote:
@taktik Oops! I have found it! A bug in Renoise 3.2.1 build 7 nov 2019
When selecting a multi-column channel selection with the keyboard (shift) from left to right
The rightmost part does not get selected.
When I select the previous column, the selection also misses the right part.
I can replicate this bug.
New song…
create multiple columns on channel 2 and 3
navigate to channel 1
press shift - right until you see the selection miss the right part
Posts: 2
Participants: 1
Orca! Midi sequencer
@niNja_pWn wrote:
Hey guys!
Check out this awesome livecoding environment that is amazing to use with Renoise. Its a MIDI sequencer and comes up with some GREAT rhythms. I figured someone would find this usefull
https://100r.co/pages/orca.htmlstrong text
Posts: 1
Participants: 1
RapidComposer Full Edition for sale, $150
@pandabot wrote:
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
Posts: 1
Participants: 1
[Help] Focus another frames from the API
@Raul wrote:
Is there any way to focus the frame of the lower DSP Chain panel of the track through the API?
I think it does not exist, but it would be great to have the possibility of focusing the desired frame (DSP chain, Automation Editor, Matrix …)
The problem I have, at least with DSP devices, is that Renoise does not show the last device added from the API, if the DSP chain framework is not selected.
This may cause the user to not perceive that he has added a device in the chain.
An example. If on a track you have nine devices in chain, when adding the tenth, it is so to the right of the screen that it is not shown. The DSP framework should be forced to always show the last device added in the chain.
If from the API we had access to control the focus of the frames, we could have control over this.
Does anyone know if there is any solution using the API?
Related documentation:Renoise.Aplication.API.lua
renoise.app():load_track_device_preset(filename) -> [boolean]@taktik, Regardless of all this, I think Renoise should have more control over this. If a tool adds a device using load_track_device_preset (filename), the frame should always display the last device added on the screen, whether or not that frame is focused. The user must always see on the screen that a device has been added.
Posts: 1
Participants: 1
Renoise 3.2.1 final using too much cpu
@Drion420X wrote:
I just try 3.2.0 and cpu it’s much less than this new version? Didn’t have any problems with cpu until I’ve updated this new version 3.2.1 final released. Everything in the setups are same, midiplugins, vst, etc.
Posts: 1
Participants: 1
A Meta Device Step Sequencer
@antharia wrote:
I found a ten years old topic i won’t pull up.
I was looking to make a random sequence on a native effect. It would me much simpler with a built-in step sequencer, as a complement to the LFO
Posts: 1
Participants: 1
2 pole filter versions indtrument, more macros
@gentleclockdivider wrote:
As the topic says , all filters in the instrument editor are 4 pole , while there are 2 pole equivalents in the filter dsp effects
Now that the envelopes have adjustable curves , it would be great to have more instrument macro knobs
Posts: 1
Participants: 1
More than 256 instruments
@fiasko wrote:
I have enough memory to be able to load templates with hundreds of Kontakt instruments. I’m using all 256 and I could use more.
Posts: 1
Participants: 1
Reason 11 updated & now runs on Renoise for Mac
@luisaguirre wrote:
I was literally just about to purchase Blue Cat Audio’s Patchwork so I could run Reason’s Rack in Renoise when I read the current update now supports AUv2. Happy days.
Posts: 3
Participants: 2