Feed aggregator

Patter automation applies globally

Renoise Forum - February 14, 2020 - 18:17

@mawpff wrote:

Hello,

When I try to create automation for one pattern it works fine the patter, but it also applies automation end point to all track.
My current workaround is to use track command to turn off automation at the beginning of the track, but it seems like I’m doing it completely wrong.

Could you help me with it?

Thanks, have a productive day.!

UPD: If you know where it’s written in docs, please tell me.

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Embers - Unholy (The HeartBeatHero remix)

Renoise Forum - February 14, 2020 - 12:42

@alien7 wrote:

New track out. Tell me what you think.

Posts: 3

Participants: 2

Read full topic

Categories: Forum

HeartBeatHero - Neon Angel

Renoise Forum - February 14, 2020 - 00:23

@alien7 wrote:

New track out. Tell me what you think.

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Sun - Beyond (electro guitar)

Renoise Forum - February 13, 2020 - 23:15

@sun wrote:

Sun - Beyond

Omnisphere + Stylus RMX + Hive2 + Icarus

Sun@LBRY

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Let A00 retain arpeggio amount value?

Renoise Forum - February 13, 2020 - 21:57

@joule wrote:

Since there is no use for A00, that I know of, maybe let it just retain the last arpeggio effect amount value? It could work the same way that the portamendo effects do. It’s very logical and will save a lot of tedious keystrokes when using the Axx effect (spamming an arp, or only having to change it at one place).

Obvious idea is obvious. Why I didn’t request it before, I don’t know. I’m pretty sure some other tracker thought of it already.

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Device objects exist after being removed

Renoise Forum - February 13, 2020 - 21:46

@joule wrote:

The track device objects seem to exists after being removed, when the renoise.Track.devices_observable is banged. Is this a special case by purpose? It seems a bit inconsistent to how the API is behaving normally.

  1. add a device to track 1
  2. run code as tool
  3. delete the device
  4. the device name is written when it should return an error
function add_device_notifier(track_idx, device_idx) local device_obj = renoise.song():track(track_idx):device(device_idx) local notifier_func = function(event) -- this should return an error when device is removed, -- if the object is meant to be garbled before the -- observable is banged. the object still exists here. oprint(device_obj.name) end renoise.song():track(track_idx).devices_observable:add_notifier(notifier_func) end add_device_notifier(1, 2)

Posts: 3

Participants: 2

Read full topic

Categories: Forum

Sng.selected_track.devices_observable:add_notifier() targetobject?

Renoise Forum - February 13, 2020 - 17:39

@ffx wrote:

Hi,

if I use the observer

sng.selected_track.devices_observable:add_notifier(self.dspDeviceRemoveObserver)

the event gives back an table, and table.type is the event type string. But where is the target object (or at least the position and path)? Also, I seem to be unable to find the according info in the documentation here.

I want to observe the removal of a specific device.

Posts: 1

Participants: 1

Read full topic

Categories: Forum

BPM Nudge Buttons

Renoise Forum - February 13, 2020 - 13:46

@helltrack wrote:

BPM Nudge Buttons to temporarily speed Renoise up and down (while the buttons are pressed) like in Ableton, next to the BPM field, would be handy to manually sync up two copies of Renoise or another audio signal.

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Is midi out compensated?

Renoise Forum - February 13, 2020 - 11:07

@helltrack wrote:

I noticed that Renoise handles the timing of Midi Out to hardware synths way better than Bitwig and other DAWs when summing signal in an analog mixer (hardware outputs and Renoise audio out). So I’m wondering if the midi out signal in Renoise is automatically delayed by the total introduced latency caused by all plugins in the set somehow or if there’s another reason for it

Posts: 2

Participants: 2

Read full topic

Categories: Forum

Key press (slow behaving)

Renoise Forum - February 13, 2020 - 10:35

@dspasic wrote:

hi guys, i finally took a chance to record and send you the issue i’m experiencing.
I’d appreciate if someone can help me to make faster entries? as you can see from settings, it’s already on fastest point

Posts: 2

Participants: 2

Read full topic

Categories: Forum

Renoise command types and usage

Renoise Forum - February 13, 2020 - 07:57

@Keisuke wrote:

Please tell me what commands can be used for effective audio files in the Edit screen on Renoise.

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Launchkey mini mk3 & MIDI in general

Renoise Forum - February 12, 2020 - 22:21

@sun wrote:

Is there any way i can remap the pad on that keyboard to make it select instrument# instead ?
that would be so goood…

or as an alternative, maybe use midi code to reassign stuff in the interface, like for example
instruments1=midi code xxx instead of Numpad1.

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Avenger By PanosK

Renoise Forum - February 12, 2020 - 13:10

@stoiximan wrote:

I cooked a new one. Didn’t know how to name it so i name it after the vst Avenger

Posts: 1

Participants: 1

Read full topic

Categories: Forum

How do I use the hp printer

Renoise Forum - February 12, 2020 - 07:08

@gerald023 wrote:

Can anyone let me know how should I use the Hp Designjet T795 on my windows 10? Recently, I purchased it but I did not know how to use it.

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Sun -= Rising =-

Renoise Forum - February 11, 2020 - 23:56

@sun wrote:

Sun - Rising

Renoise + Omnisphere + Stylus RMX + ABL3 + Tr-909 + Hive2 + Icarus

Sun@LBRY

Posts: 1

Participants: 1

Read full topic

Categories: Forum

[BUG] multiline_text does not recover its size by reducing scale

Renoise Forum - February 11, 2020 - 18:47

@Raul wrote:

R3.2.1. W10
It seems that the API has a problem with the multiline_text. Steps:

  1. Create a window tool with text written inside a multiline_text (I use font=“italic”).
  2. Renoise scale = 100%.
  3. Open the tool already created. You see the text with the size correctly. Do not close the tool window!
  4. Renoise scale = 200%.
  5. You see the text with the size correctly. Close the tool window!
  6. Renoise scale = 100%.
  7. Open the tool window. Problem: the text remains at 200%. It does not recover the size to 100%.

If the tool window is always open, this does not happen. I don’t know if there are similar problems. Until this is resolved, the text can be restored by restarting the tool with “Reload all Tools”.

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Mixbus v6 is out

Renoise Forum - February 11, 2020 - 17:06

@dspasic wrote:

Hi guys, my fav daw for editing/production/post-production just got upgraded.

hope you will find interest (or not, it’s really okay :P)

https://harrisonconsoles.com/site/mixbus32c.html

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Advice for a USB soundcard for Linux/Android device

Renoise Forum - February 11, 2020 - 16:34

@Zite909 wrote:

Hi all,

Im thinking about re-designing my workflow and use more Renoise. Im looking for a decent USB soundcard with 2 stereo INs, that could work seamlessly on linux and eventually with an android tablet. It will be mainly used to sample hardware synth, and to apply real time FX to them. Do you have anything to recommand ?

Im not sure that it makes sense to use a USB soundcard with an android tablet but we never know

See you

Posts: 1

Participants: 1

Read full topic

Categories: Forum

MIDI2MV : Controlling Master volume via MIDI (Windows)

Renoise Forum - February 11, 2020 - 14:36

@strobotone wrote:

Hello people,

i´d like to share a little tool of mine : MIDI2MV
and hope that it might be useful to anyone of you.

Since i always wanted to be able to control the master output of an audio interface via MIDI controller,
i made this little helper:

It features an OSD…

…and a MIDI-Thru option.

The MIDI-Thru is helpful if you have a MIDI loopback device installed (like loopMIDI).
So you can use that port as MIDI-In in Renoise for example.
(SInce under Windows a MIDI port can only be opened exclusively by any one application)

Startup options and OSD display duration can be set in the settings

Please not that the project is rather old, so in case you find a bug - don´t hesitate to notify me.

Cheers!

Posts: 2

Participants: 2

Read full topic

Categories: Forum

Reaktor as effect on group track only writes automation envelopes

Renoise Forum - February 11, 2020 - 13:36

@gentleclockdivider wrote:

I noticed when using reaktor as an insert effect , it only records automation in the envelope lane and not in a pattern ( in this case a group )
All reaktor controls have assigned id’s etc… so that works flawlessly

Posts: 2

Participants: 1

Read full topic

Categories: Forum

Pages

Subscribe to Renoise aggregator