Feed aggregator

Dark Side By PanosK

Renoise Forum - February 18, 2020 - 15:35

@stoiximan wrote:

A constant fight between me and my dark side.Many people will relate to this.My advice, keep your mind busy with things that dont make you anxious and stay away from things that do.

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Looza Funk Breaks Samples

Renoise Forum - February 18, 2020 - 11:06

@canyonhill wrote:

Hello, fellow forum members!

I have a question concerning an old breakbeat sample pack that was collected back in the late 90s by one of the guys out here named Looza.

In one of his posts back from 2007 he mentioned that it was possible to find his archives via Wayback Machine, which I did. Unfortunately, all the links are dead at the moment.

I guess it would be no use to ask Looza himself, since he hasn’t been active on this forum since 2017.

Does someone of you guys still have these samples? Your help would be greatly appreciated. Thank you.

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Copy the content of the FX column to track automation?

Renoise Forum - February 17, 2020 - 22:56

@c-Row wrote:

While recording MIDI to the FX columns in the pattern editor is pretty straightforward, editing it afterwards can be a bit cumbersome I feel. I would really like the option to just apply the recorded commands to their respective track automation lanes which would allow for some additional options afterwards like smoothing out curves etc.

Is there a built-in option to do this? Or maybe an external tool I just can’t find? I noticed https://www.renoise.com/tools/automation-single-slider enables you to actually record to the automation lane but that doesn’t really solve the original issue of moving commands that are already present.

Posts: 2

Participants: 2

Read full topic

Categories: Forum

Https://nonmarketapp.com/how-to-fix-spotify-when-crashed/

Renoise Forum - February 17, 2020 - 22:25

@jackaustin wrote:

Spotify can sometimes crash. With songs, albums, podcasts and more beings added by every day. you can receive a pop-up notification. When your Spotify is crashed ” Unable to Verify App”. Here is an easy way to fix your crashed Spotify. You can re-download it from “ Panda Helper “.Panda Helper is the best source of downloading tweaked and hacked apps without jailbreak.

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Frost [Electronic]

Renoise Forum - February 17, 2020 - 11:44

@stailer wrote:

My last track is minimalist, inspired by music group “Kiasmos” and by my Mountains (Pyrénées - France).
Good listening : )

126 BPM
Electronic / Minimalist and Progressive

Piano : VST Arturia PianoV2
Lead : VST Spire
Violin : sample with many FX
Drums : samples

Posts: 1

Participants: 1

Read full topic

Categories: Forum

About Renoise metronome beat change

Renoise Forum - February 17, 2020 - 10:05

@Keisuke wrote:

How do change the Renoise metronome to 3/4?

Posts: 4

Participants: 3

Read full topic

Categories: Forum

Filter battery VST for macos

Renoise Forum - February 15, 2020 - 08:48

@ffx wrote:

Hi,

I am looking for a filter battery VST plugin (which needs to be available for macos, too), providing a bunch of different filter algorithms. It should NOT emulate some old synth filter or so (and then use 50% of your cpu), I totally do not care about that, but instead provide a big selection and being lightweight on CPU (using 0.05% of the cpu).

I remember that a bunch of such plugins were available around 2002 for windows, but now I cannot find a single one like this anymore. Optimally it was the musicdsp filter collection or the Renoise filter collection

Any suggestions?

Posts: 1

Participants: 1

Read full topic

Categories: Forum

Renoise is my Valentine!

Renoise Forum - February 14, 2020 - 20:09

@KnownUn wrote:

Enjoy… just a little simple piece…

Sending out some hearts for the best DAW in the universe:

Happy weekend y’all!

Posts: 1

Participants: 1

Read full topic

Categories: Forum

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

Pages

Subscribe to Renoise aggregator