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

Jinkies! [Instrumental Hip-Hop]

Renoise Forum - February 11, 2020 - 08:05

@Redman wrote:

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Success of atari led to amiga, then

Renoise Forum - February 11, 2020 - 02:50

@BatBoy wrote:

theater

atari cinematronics (space wars 77)

amiga vector arcade graphics

ultimate soundtracker

ceiling tracks

amazon.com Hanging Chairs: Amazon.com

https://www.showcase.com/notFound

en.wikipedia.org The Rocky Horror Picture Show cult following

The Rocky Horror Picture Show cult following is the cultural phenomenon surrounding the large fan base of enthusiastic participants of the movie The Rocky Horror Picture Show, generally credited as being the best-known cinematic "midnight movie", if not the first. The film The Rocky Horror Picture Show came about due to the tremendous success of the stage musical The Rocky Horror Show and opened in the United States at the United Artists Theater in Westwood, Los Angeles, California, on Septembe...

In the early 1980s Jay Miner, along with other Atari staffers, had become fed up with management and decamped. In September 1982,[1] they set up another chip-set project under a new company in Santa Clara, California, called Hi-Toro (which meant “high bull” to them,[2] later renamed to Amiga)

Posts: 3

Participants: 1

Read full topic

Categories: Forum

World's Youngest Renoise User

Renoise Forum - February 10, 2020 - 22:32

@t35513r wrote:

Thought folks here might find this amusing. My daughter (who is 9 months now) showed an early affinity for Renoise. I watch her Thurs nights while the missus goes to work and, for the first 3-6 months, literally the ONLY surefire thing I could do to get her to not cry was to put on Renoise. Think it’s something about the amount of visual data/flashing colorful lights, but it turns out she also prefers certain music over others (slow soothing ballads? fuck no. the songs she responds to most were hyperkinetic, spastic joints…)

Anyway, over time, she’s continued to enjoy it, in a steadily more interactive way. Here’s her just shy of six months:

Instinctive EKT tendencies:

More recently, learning the importance of user the computer keyboard as an input device:

Enjoy!

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Sun - Carousel (oldschool electronic)

Renoise Forum - February 10, 2020 - 11:35

@sun wrote:

Sun - Carousel

Renoise + Omnisphere + Stylus RMX + Massive X + Hive2 + Z3tA2

Sun@LBRY
(if you are not already there you should)

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Pages

Subscribe to Renoise aggregator - Forum
wurst