but there are some really nasty (audio) glitches when replacing a sample containing slices (and playing those slices)… not too difficult to reproduce though, I don’t think you’ll need my step-by-step (do you?)
also this is a fantastic not-so-temporary replacement for the elusive drag & drop feature missing or not working in my setup
This is totally cool Danoise. Well done! How do you communicate with Sononym? I know I can look at the rnx source but was curious. Thank you for making this!
I’d like to figure out how to pick samples using a web browser if possible
I’ve been busy for a couple of days so didn’t check in to view/comment.
this is a fantastic not-so-temporary replacement for the elusive drag & drop feature missing or not working in my setup
Ha! I didn’t even think about this, but indeed - good of you to point this out!
Not sure about those audio glitches, how do you even replace a slice in the first place (they are rendered?)
How do you communicate with Sononym? I know I can look at the rnx source but was curious.
The toolis using the fact that the current search query in Sononym is available as JSON.
So it’s simply monitoring this file for changes and updating the path accordingly (I wrote a simple file monitoring class specifically for this purpose)
Also, while Sononym doesn’t come with an API (yet?) it’s capable of receiving an audio file or folder as argument.
This will launch a similarity search, or enter file-exploring mode respectively.
Yes, that makes perfect sense. Let me see if I can make the tool fully keyboard driven.
Also, one addition to Sononym that would completely put it over the top is built-in timestretching. Perhaps if you licenced from Zplane. I know this would add an extra cost, but you can also sell an exclusive version or as an add-on
Also, one addition to Sononym that would completely put it over the top is built-in timestretching. Perhaps if you licenced from Zplane. I know this would add an extra cost, but you can also sell an exclusive version or as an add-on
Nah, it’s expensive enough as-is. But indeed, powerful transfer/transcoding options is a perfect fit
Where is the config path in linux? As far as I can see everything for sononym is stored in ~/.config/Sononym but I choose that option I get a message saying the path is not valid when trying to transfer to renoise.
I try to get this running in Linux / Debian, but I fail .
In path to exe I have “/home/marco/sononym-1.0.4/./sononym”, which works. I can search for files in Sononym out of Renoise, but there seems to be a problem with the config, which is “/home/marco/.config/Sononym/” in my case.
For the config I tried “/home/marco/.config/Sononym/query.json” and “/home/marco/.config/Sononym/”, but both don’t seem to work.
Thanks! I wait till Danoise is around. I tought I have a rather small sample library (ca. 5 GB), but still find Sononym quite useful. It’s possible to find samples I wouldn’t be aware of otherwise. CPU usage increase a lot sometimes when searching, but I guess that’s normal, taken imto account what the program manages.
Wait a minute here. I’ve just tried it again, deleted this tool, deleted Sononym config directory, no modifications to the tool code, run Sononym (create library, use it), run tool. I specify /home/me/Applications/Sononym/sononym as the path to exe and /home/me/.config/Sononym/query.json as the path to config. It works here (albeit without the current selection file monitoring syncing between the two…but that’s something else… Oh wait, it’s suddenly decided to work doing that as well ) Hmm, could someone just try it again under Linux?
The other thing to note Meef is don’t use ~ as a shortcut to your home directory.