Renoise Forum
BUG: Redux 1.3.5 bug when trying to audition phrase with space bar
Installed Redux 1.3.5 Win64. Previous versions you would use spacebar to audition current phrase. Now it sort of half starts the daw transport instead. Not a biggie as such as I have downgraded back to 1.3.4. If could be fixed in the next release that would be ace.
Tested on Bitwig and Reason
Thanks
1 post - 1 participant
Released my first full album using Renoise! (of projects I abandoned, funny enough)
Hi! I’m SYCARNILA! Last year, I found Renoise and have been in love with it ever since. To me, it’s so satisfying to see the digital rain of notes falling through my screen!
I still have so much to learn, but I’m having so much fun with it and hoping someone out there has as much fun listening!
After a year of learning, practicing and experimenting on Renoise, I’ve already released a small game soundtrack for a game jam (the theme was Aqua)
SYCARNILA - Aqua Jam EP - YouTube
And then, I thought it’d be fun to dig up some of my favorite old projects (I didn’t know what else to do with them or lost motivation) and compile them into a collection:
SYCARNILA - RED CD COLLECTION (ABANDONED SONGS FROM 2023 ) - YouTube
Please let me know - did you have a favorite track? Criticisms? Thank you
1 post - 1 participant
*instr.automation parameter assignment - can it not be copied with lua?
so i’m trying to copy both the values and the parameter assignment of an *instr.automation device.
the reason being is that there seems to be no way of changing which instrument it controls. (is there a way)?
if there’s no way to do that, what am i missing with not being able to create a new *instr.automation device and copy both the values and the parameter assignments?
just for the sake of sanity, these are the ones i’m talkin about. how do i change them with lua?
1 post - 1 participant
Tools - Creating documents from a coroutine - illegal instruction on exit
Description:
If you create a DocumentNode from within a coroutine, when exiting Renoise a dialog appears saying “Renoise quit unexpectedly”. Clicking on report shows an illegal access.
Reproduction steps:
- Create a new Renoise tool. Put the following in main.lua:
-
Zip the tool and install it.
-
Verify the tool ran by checking the tool terminal. Then exit Renoise.
Expected results:
I don’t get an error when shutting down Renoise and it can shut down cleanly.
Actual results:
The OS shows an error.
Environment:
- MacOS 14.4.1 with System Integrity Protection enabled
- Renoise ARM64 V3.4.4 (built May 7 2024)
Error Report
I won’t post all of it because I don’t know what is safe to share. But hopefully this helps:
Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGILL) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010 Exception Codes: 0x0000000000000001, 0x0000000000000010 Termination Reason: Namespace SIGNAL, Code 4 Illegal instruction: 4 Terminating Process: Renoise [48857] VM Region Info: 0x10 is not in any region. Bytes before following region: 4301471728 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> __TEXT 100634000-101638000 [ 16.0M] r-x/r-x SM=COW /Applications/Renoise.app/Contents/MacOS/RenoiseTowards the end I see “(Data Abort) byte read Translation fault”.
Details
The bug still occurs without the outer tool_finished_loading_observable callback. I think that should be there before I try to access tool preferences, so I left it.
I ran into this while working on a much more complex tool. This is the trimmed down version. I am using coroutines extensively to make the observable callbacks easier to deal with. As a workaround I can only load preferences outside of the coroutine. That prevents the error.
1 post - 1 participant
AI Video Generation
Anybody have any good recommendations or examples of some good AI stuff?I used plazma punk for the following clip
https://app.plazmapunk.com/share/clx51pa2r0003qbg8endavt8d
Its cool and all but its sooo hard to control any of it,it kind of does what it wants really…bit disappointing
Maybe there is some other AI stuff out there that can be molded more easily to what you want?
1 post - 1 participant
How do i decide midi input device?
how do i control the midi input device? i can’t seem to find anything related to available_midi_devices or any such way of getting a list. can anyone help?
1 post - 1 participant
Reaper is much louder than Renoise
I rebuild the same tracks (same samples, VSTs, settings) I had in Reaper → in Renoise and Reaper is much louder. No compressors or limiters in either DAW.
Any idea what knobs to tweak?
3 posts - 2 participants
Renoise with a corne keyboard?
When I first started using Renoise I was using a 60% keyboard. I quickly got frustrated with having to use the function key with the arrow keys, so I switched to a TKL.
As time has gone by I am left wanting a smaller keyboard again, specifically a corne. To anyone here who has used this keyboard (or similar) inside of Renoise, how has your experience been? Can you recommend it?
1 post - 1 participant
Sample selector
Is there a way I can load a lot of samples in an instrumet and have a slider to choose which sample is played?
Basically I would like to make some kick or other drum selectors.
1 post - 1 participant
Is it possible to enter or play notes lower than c0?
Hey all,
Is there a way to enter or play notes in Renoise lower than c0? I can’t see anything in the UI or options menu, but maybe there’s a way to change this elsewhere (scripting, config files, magic?), or some technique I’m missing.
The reason is that I also use Drumcomputer by Sugarbytes, and the notes to trigger a pattern start from c-2 (c minus two, not c2), and I can’t see a way to change this in Drumcomputer, although I will ask over there as well.
I can still trigger individual hits from Renoise (as they start from c0 in Drumcomputer), and I can understand that going below c0 doesn’t make a lot of sense for a tracker, but it would be nice if it’s possible, just for some extra sequencing options.
Thanks.
1 post - 1 participant
Use prompt for filename for .exe / .app?
hi, i’d like to use the prompt for filename in such a way that i could store a variable with a user-selected exe or .app - is this possible?
1 post - 1 participant
How to open the Script folder on macOS Windows Linux?
what’s the method for opening an Explorer or Finder (or Linux equivalent) within the Script Folder?
1 post - 1 participant
Formula documentation?
Is there a formula documentation that is more complete than this?
--[[ Input variables ---------------- ]]-- A : First input parameter [0..1] B : Second input parameter [0..1] C : Third input parameter [0..1] -- --[[ Math constants ----------------- ]]-- PI : Pi constant TWOPI : Two Pi constant INF : Plus infinity (huge number) -- --[[ Musical variables -------------- ]]-- SRATE : Actual sampling rate BEATS : Current position in beats SAMPLES : Current position in samples PLAYING : Play or stopped BPM : Beats per minute LPB : Lines per beat TPL : Ticks per line SPL : Samples per line LINE : Line number in current pattern (integer) LINEF : Line number in current pattern (fractional) NUMLINES : Number of lines in current pattern TICK : Tick number in current line TICKCOUNTER : Absolute tick count SEQPOS : Current pattern index in sequencer -- --[[ Functions ---------------------- ]]-- abs(x) : Absolute value acos(x) : Arc cosine asin(x) : Arc sine atan(x) : Arc tangent ceil(x) : Round number to ceil cos(x) : Cosine cosh(x) : Hyperbolic cosine deg(x) : Convert to degrees exp(x) : Exponential (e^x) floor(x) : Round number to floor fmod(x) : Modulo operator for float numbers frexp(x) : Split value in fraction and exponent ldexp(x) : Float representation for a normalised number lin2db(x): Convert a 0..1 number to its decibel value db2lin(x): Convert a decibel value to its 0..1 normalised value log(x) : Natural logarithm of a number log10(x) : Logarithm base 10 of a number max(a, b [, c[, ...]]) : Maximum of two or more numbers min(a, b [, c[, ...]]) : Minimum of two or more numbers mod(x) : Modulo operator modf(x) : Integral and fractional parts of a number pow(x, n): Nth power of x rad(x) : Convert to radians random([a [, b [, c]]]) : Random value randomseed(x): Seed the random number generator sin(x) : Sine sinh(x) : Hyperbolic sine sqrt(x) : Square root tan(x) : Tangent tanh(x) : Hyperbolic tangent1 post - 1 participant
Destructively set Metronome Volume at start of Renoise
hi, is it possible to somehow read the OS and figure out where the metronome wavefile is? i’d hate to try to hardcode it to /Users/esaruoho/etc as that would make it completely useless.
but what i’m talking about is having a Preference in a tool that sets the volume of the metronome to a specific volume, by destructively loading, modifying the sample volume and saving the sample on top of the original metronome.wav, no matter if in linux, windows or macOS.
can this be done, @taktik?
2 posts - 2 participants
Christ I feel old
Sorry if this is all a bit crabwise, but I’m a bit drunk right now.
I’ve just been to a Sunday matinee gig at the Museum Vaults in Sunderland. Usually these are DIY punk gigs but today it was summat a bit different: Badger, Seizure and Holy Braille (my preferences ran in the reverse order) - mostly electronica with a bit hip-hop in the middle. At any rate, by the headliners, I found meself thinking what it was that didn’t quite sit well with me and concluded it was what I’ve heard termed as “the tyranny of small differences”. I’ve been making electronica for donkey’s years and so I inevitably have particular opinions and tastes about how it should sound, which tends to make me more critical than I would typically be with, say, a punk band, cos I haven’t done much of that.
Anyway, all of this preamble is probably kind of irrelevant. The point is, it got me reflecting on my own stuff and I hit on the sudden realisation that I’ve been doing this shit for 30 years. And I’m still not good at it, so I should probably keep me opinions to meself.
So anyhow, for anyone who has waded through this, here’s a giggle for you: a video I did a few years ago when I realised I’d been making music for a quarter of a century. It’s basically a string of short clips of songs - one per year - I made between 1994 and 2019, starting with OctaMED and moving on through Cubase to starting with Renoise back in 2004. I know it’s mostly crap, but there’s a pleasingly unsanitised or idealised progression to it anyway. It’s one of these thing where I like to see it occasionally cos it makes me feel like I have actually developed a bit, even if in essence my musical ideas are basically the same as they were in my teens.
It might interest you anyway.I feel a weird need to fly the flag for talentless hacks.
2 posts - 2 participants
Mac: Cannot start the demo
Hi,
I downloaded the demo to see if this was my workflow, but when it was downloaded and all seemed well, i got signal 11 when i ran it from my terminal. Is there anything i can do to fix this because it would very much like to try and maybe buy Renoise!
13 posts - 4 participants
MacOS: Very old VST instrument GUI is blank in v3.4.4 on Apple silicon
I’m still clinging to Camel Audio’s Alchemy, thanks to Renoise’s bridge. With macOS Sonoma on Apple silicon (M1 and M3 Pro), Alchemy’s GUI is blank in Renoise v3.4.4, but worked in earlier versions. Disabling Metal and turning off the HiDPI support setting does not help.
I tested various configurations…
Alchemy’s VST GUI works (is shown correctly) on:
- Renoise v3.3.2 running on Intel + Monterey / Ventura / Sonoma.
- Renoise v3.3.2 running on Apple silicon + Ventura / Sonoma (via Rosetta).
- Renoise v3.4.1, 3.4.2, and 3.4.3 running on Apple silicon + Sonoma.
- Renoise v3.4.4 running on Intel + High Sierra (in a VM).
Alchemy’s VST GUI does not work (is a blank window) on:
- Renoise v3.4.x running on Intel + Monterey / Ventura / Sonoma.
- Renoise v3.4.4 running on Apple silicon + Sonoma.
The AU GUI works on v3.3.2 in all configurations, but none of the others in v3.4.x. I really only use the VST, so I’m not bothered by that–just sharing more information if it helps diagnose.
I can work around this by using an older version of Renoise to configure the VST instruments first, then exporting/opening them in the newer version for composition. My primary configuration is Apple silicon + Sonoma, so at least I can just bounce between v3.4.3 and v3.4.4.
3 posts - 2 participants
Random layer odd behaviour
Is anybody else getting strange results with the keyzone layers set to random?Sometimes it behaves strangely and it’s as if it randomizes once then just keeps repeating the sequence.
For instance its really clear to see when you do this.New instrument that contains 2 samples of a hi hat,keyzones are layered and it is set to random.Instead of truly being random it is just switching between the two samples in a consistent manner,every once in a while the sequence will change slightly but it quickly moves back to the cyclical pattern.
1 post - 1 participant
IZotope vinyl VST3 crashed when deleting it
Just had crash after i tried to delete an instance of izotope vinyl from a track.
Vst3Plugs: Instantiating: C:\Program Files\Common Files\VST3\iZotope\Vinyl.vst3…
Vst3Plugs: Instantiating: C:\Program Files\Common Files\VST3\iZotope\Vinyl.vst3…
Vst3Plugs: Plugin ‘iZotope: Vinyl’ crashed while calling one of its plugin view functions!
Vst3Plugs: Releasing: iZotope: Vinyl…
Warning Message: Ouch. The VST3 plugin ‘iZotope: Vinyl (from iZotope)’ crashed in event, function or class: ‘IPluginView’, Thread: ‘GUI’
Warning Message: IMPORTANT: This is a fatal error. Please save the current document under a !new! name to prevent losing important data. Renoise will silently ignore any following errors from this plug-in.
Warning Message: DO NOT IGNORE THIS ERROR; DO NOT CONTINUE USING THE PLUGIN. THIS CAN DESTROY YOUR SONG OR CAUSE OTHER RANDOM CRASHES AND PROBLEMS!
Warning Message: It’s most likely that this is a bug in the VST3 plugin, so please also report this problem to the authors of this plugin in order to get the problem fixed!
Vst3Plugs: Releasing: iZotope: Vinyl…
CrashLog: Handling Exception! Code : C0000005
CrashLog: 00007FF8929D7A80: ??? +00000
CrashLog: 00007FF8FEE6EF75: CallWindowProcW +00615
CrashLog: 0000000000000057: ??? +00000
CrashLog: 00007FF8FEE6FC8F: EnumChildWindows +008AF
CrashLog: 0000000000000001: ??? +00000
CrashLog: 00000000000F06DA: ??? +00000
Application: Caught an unhandled fatal exception (Thread: GUI)!
Application: Saving a backup…
1 post - 1 participant
Renoisix: Fixing the annoying keyboard focus problem on Linux
Hello there,
maybe those who work on Linux with Renoise know the very annoying focus problem that you can’t play with the keyboard anymore when a plugin is focused. There are a few workarounds like permafocus (I made a script for linux renoise users that lets you play notes with PC keyboard while focused on a plugin window - #12 by grymmjack) but still for me that never was a real solution.
That’s why I started to code a small tool which is running in the background and which intercepts all raw key presses/releases with the X11/XInput API and redirects them to the main window. I only tested this on my system yet, seems to work pretty fine though! I still have to find a way to do that only for windows which also contain a plugin.
GitHub GitHub - titanlab/renoisix: ALPHA! Run it to fix the annoying plugin focus...ALPHA! Run it to fix the annoying plugin focus problem in Renoise on Linux/X11 - titanlab/renoisix
So if anybody is interested and wants to help testing, message me!
1 post - 1 participant