Renoise Forum
ZynZilla - able to get it to appear, but not generate sound
OK, I read somewhere, on some post here in the forum, that adjusting the API value would quite often resuscitate ‘dead’ plugins. So I did - figured out how to update the manifest.xml, from 2.0 to 6.0. Now the ZynZilla plugin appears! Neato-beato.
But, Zynzilla does not produce any sound, nor does it generate any waveforms.
While I do not code in any language, I was able to figure out where to find the issue is, by viewing the Terminal feedback from the plugin. Here’s the message I got:
*** std::logic_error: ‘invalid sample index ‘0’. valid values are (1 to 1).’
*** stack traceback:
*** [C]: in function ‘insert_sample_at’
*** main.lua:537: in function ‘generate’
*** ./gui.lua:861: in function <./gui.lua:860>
Would anybody have any idea what I could copy/paste into the plugin, so we could all get this neat sound generator back?
1 post - 1 participant
Operate the time between two note
hey there,
i’ve a question in sonic pi. is there any method i can use to operate the timing between two notes which is play from midi keyboard? thanks for any advice.
1 post - 1 participant
Finding directories
Can we change the color of a folder or put a star by it to make it easier to find in a future update. thank you
1 post - 1 participant
Help me. I have recovered a corrupt renoise file
The answer may be what I already know, but I tried moving (yes… rather than copying) amy projects over and I accidentally delted projects tghat I ahv e been working on almost a year… I used iobit to undelete a file and I have recovered documents that are .xrns but as soon as they get opend they are corrupt.
Anyone? I have the project files if anyone has any ideas here
No joke, this brouight me to tears.
8 posts - 2 participants
Who is up for a monthly challenge?
Hello community !
I’m a beginner in music and Renoise. As a way to improve my skills I would like to propose a monthly challenge. The idea behind that is to (try to) make a track with a given set of constraints. People willing to participate can then post their .xrns and we can learn from each other, comparing various techniques. This is not a contest for the best song, no winner, no loser, just experimentation and creativity for fun !
Here are some possible constraints for a song, a challenge would be a mix of them
- only one track
- no effects
- only effects (no notes)
- ridiculous bpm
- hand drawn sound
- only use a given single sample
- all the lines
- all notes are arpaggiated
- use a particular instrument
- only one pattern of fixed length
- must be a canon
- use a particular key
- use a particular chord progression
- a cover of a song
- remake of a song
- a themed song
- fork an existing .xrns
- only mix an exiting .xrns
- each notes triggered randomly
- use only your voice
- less than xx kb .xrns file
- forbid some frequencies
- make a synthesizer in renoise
- use a specific beat pattern
- make a beat out of effects
The more people join the challenge, the more material and ideas we would come up with.
Who’s in ? Please post crazy ideas you have !
1 post - 1 participant
Prize contest (find a new name for the MoreChordGun 1.4.193 tool)
You can win!
Forever!
To have the name you entered to win! as the new tool name.
the current name for now… is MoreChordGun. But I want that to change.
The tool is a derivative of ChordGun by @pandabot which is a derivative of ScaleFinder by @Suva .
The winner gets their entered name for the tool as the tool name.
It has to be good, descriptive, welcoming, funny, alright.
Enter your name for the tool below to join the competition.
It features many updates… see
Updated Tool (3.1) (3.2.4) MoreChordGun 1.4.193 (..193 chords known!) Renoise Tools
This tool fires chords into the Pattern Editor when record mode is on, and previews chords using OSC server when record mode is off.
version 1.4.193 - fixed, wider button width (looks nicer) - full chord name display on click
com.eatme.MoreChordGun.1.4.193.xrnx (14.3 KB)
Secret turbo user trick: Right click the Scroll to scroll big steps!
Choose a default velocity and octave at the top of the Renoise window…
Also use the tools Inversion to make chords lower/higher.
Download and open, doubl…
to download and install and jam around with the tool.
1 post - 1 participant
New tunes from I.D. Crisis
Hi all - 3 new tunes uploaded to Bandcamp today. Electronica / trance material made in a cold and dimly-lit place (Yorkshire).
Give 'em a listen and let me know what you think - cheers!
1 post - 1 participant
How to determine renoise.app().window height?
How to determine renoise.App().window height ?
I want my tool to automatically become (just a little less higher) than the Renoise screen and stay within screen boundaries.
I can not find it here
github.com renoise/xrnx/blob/master/Documentation/Renoise.Application.API.lua --[[============================================================================ Renoise Application API Reference ============================================================================]]-- --[[ This reference lists all available Lua functions and classes that control the Renoise application. The Application is the Lua interface to Renoise's main GUI and window (Application and ApplicationWindow). Please read the INTRODUCTION first to get an overview about the complete API, and scripting for Renoise in general... Do not try to execute this file. It uses a .lua extension for markup only. ]]-- -------------------------------------------------------------------------------- -- renoise This file has been truncated. show original1 post - 1 participant
Panning per column?
Hi,
I do not often use Renoise intruments for harmonic parts, but now I have a chord and would like to pan the notes per column, so I don’t have to add a panning command to each single note… Is that possible? Or could it be done in the instrument already, e.g. keymapping to panning (but with a huge step width, and is that then working polyphonically)? Thanks.
1 post - 1 participant
How to react to [mouse scroll wheel] inside tool?
Hello,
I am writing for the
Updated Tool (3.1) (3.2.4) MoreChordGun 1.4.193 (..193 chords known!) Renoise Tools This tool fires chords into the Pattern Editor when record mode is on, and previews chords using OSC server when record mode is off. version 1.4.193 - fixed, wider button width (looks nicer) - full chord name display on click com.eatme.MoreChordGun.1.4.193.xrnx (14.3 KB) Secret turbo user trick: Right click the Scroll to scroll big steps! Choose a default velocity and octave at the top of the Renoise window… Also use the tools Inversion to make chords lower/higher. Download and open, doubl…MoreChordGun tool.
I would like the Scroll function to bind with the Mouse. How do I catch Mouse scroll wheel events on my tool and connect that to the scroll box?
1 post - 1 participant
Add a `/renoise/trigger/note` OSC endpoint
OK, maybe this is a bit of a niche feature, but I’m going for it anyway.
Renoise is a crazy cool sound engine, and lately I’ve been trying to use it a backend to Tidal Cycles.
It kind of works, but I faced one major block. In renoise, like in MIDI, there is one event to trigger a note (note_on), and one event to release a note (note_off). From the point of view of a keyboard player, it makes sense: when you press a key to play a note, you don’t necessarily know for how long you will play it.
Things are a bit different in Tidal (and maybe other live coding environments). There, the note’s length is known from the start, so the event triggering the note contains the note’s duration, so the note_off event is moot. It may look like a minor difference, but it has quite a few implications (for example in Tidal each note is independant and “stateless”, which is not the case with note_on/off).
Anyway, here is the idea:
/renoise/trigger/note(instrument, track, note, velocity, duration)That OSC endpoint would trigger a note like note_on, and attach a scheduled note_off event to that specific note.
I’ve tried to do it in lua, but I had some ugly lags. I guess there is a reason for /renoise/trigger/note_(on|off) to be hardcoded in renoise …
1 post - 1 participant
Renoise’s plugins best friend?
I came across this meta plugin thing on the White Sea Audio channel and thought it might actually be Renoise’s best friend:
(Basically it’s a plugin to load plugins with a whole bunch of perks)
it’s a VST2 that can load VST3
you can have multiple chains in parralel
and it brings oversampling to everything.
The swiss army knife when it comes to VST/AU/RTAS/AAX plugins. Plugin wrapper,plugin chainer, life saver. Click here to learn more!
(On a side note @taktik , I think that the renoise team might benefit from partnerinq up with such companies to offer bundles. That could free up some development time while offering missing features… And renoise being super cheap for a DAW, I think it would be fair to offer premium bundles with extra plugins for an aditionnal fee )
1 post - 1 participant
BRONY GEORGE ft TRAPTELLIGENCE - Your Mother
$$__$$
I can’t stop noodling.
1 post - 1 participant
Wut? Disco's Revenge?
For a client, I had to master this free download.
Me Gusta - Disco’s Revenge
1 post - 1 participant
Fak i am banned
stop banning me for editing on the forum alright
maximum number of edits???
12 hour ban???
2 posts - 1 participant
Wish: Tooltip Description on LUA screen items
Hello.
I would like
-a new (optional) parameter
for each LUA screen item
-Tooltip Description
.text string
if not present (older tools) then no tooltip is displayed.
if present, a ToolTip information field is presented with .text string on-screen when the screen item is hovered with the mouse.
1 post - 1 participant
HNull - Winter's Catharsis
Hi lovely Renoise community,
I have been using Renoise for the past 12 years, started to use it when I got into electronic music (Venetian Snares… of course. ), was instantly hooked and have been using it as my sole DAW ever since.
Love it for its freedom - I still find it very inspiring to work with.
I released my first album a little bit over 2 years ago but never shared it here. I have always been a little bit (too) shy when it came to showing my stuff to other people.
Anyway, the LP is available on bandcamp and soundcloud.
Here is my (probably) favourite tune of the release.
Thank you for listening, have a good one and try to stay sane in times like these.
Love,
~HNull
1 post - 1 participant
Updated Tool (3.1) ChordGun 1.1
This tool fires chords into the Pattern Editor when record mode is on, and previews chords using OSC server when record mode is off.
com.eatme.ChordGun.xrnx (11.9 KB)
Drap the tool into Renoise version 3.1 or higher (currently: Renoise 3.2.4) to install the tool.
You can then find it via menu Tools… ChordGun.
You may also want to try pattern loop mode (numpad Enter) and play cursor following turned off (Scroll Lock button) when experimenting with the chords with Record mode on.
Version History:
*Update v1.1 from v1.0: Up to the 10th chords, add2 and add4 variations
*Minor fix: capital M for Majadd2
*Minor fix: version bumped up to 1.1, name changed to com.eatme.ChordGun.xrnx
*to do: scrollbar on All Chords, not possible yet via the Renoise LUA ViewBuilder Api.
@taktik plz make scrollbars.
Demonstration video:
Original development of v1.0 of this tool by @pandabot
You can donate to him: https://paypal.me/benjohnson2001
Screen shot of (2 pasted together) ChordGun screens:
click here to enlarge the image
1 post - 1 participant
A way to use the same (rather large, sampled) instruments in multiple modules
…without each module containing its own entire copy of these instruments and all their samples. ie, the xrns would simply refer to the files on disk instead.
Another approach is to “combine” several songs into one module, but that becomes pretty cumbersome for orderlist arrangements and rendering to wav output + remembering where everything is. Currently it’s either that, or a huge waste of disk space when each xrns file could easily be under a megabyte.
(before anyone answers “buy a bigger hdd” i’ll say it right away: i don’t use windows and i don’t adhere to microsoft mentality at all)
1 post - 1 participant