http://soundemote.io/sandbox (alpha v0.1.1)

Posts
-
I am making an open source audiovisual modular with in->out->in routingposted in C++ Development
This is my gift to humanity. It brings together a lifetime of audio dsp and synthesizer experience. Will soon feature the best analog emulative filters, algorithmic melodic sequencing, midi keyboard mapping similar to HISE.
I want to work closer with HISE and develop to be more compatible with it so perhaps my modular patch can be drag and drop somehow, or compiled, etc.
http://soundemote.io/sandbox (alpha v0.1.0) (alpha v0.1.1 releasing today)
hint: do something you're not supposed to do.
-
Does his import wav cue loop points?posted in Feature Requests
If not, can you add this feature?
Samples should have loop points when you drag them into HISE. Or, there should be an option to "import loop points from metadata"
-
RE: Crash when opening 0 byte size xml samplemapposted in Bug Reports
windows, yes.
used the sampler and the open button
-
Crash when opening 0 byte size xml samplemapposted in Bug Reports
I had a crash when I tried to open a 0 byte size xml. Plz double check to make sure it just fails to load rather than crash HISE completely.
-
Monolith / HLAC should have normalization built inposted in Feature Requests
Since HLAC only supports 16-bit and the fact that you're doing monolithic files (inaccessible audio) you might as well do the next thing: before convering from 24 or 32 bit down to 16 bit, normalize everything individually. Then in the samplemap you can undo that normalization with volume control.
I can do this with SALT, and will do it if you don't add this feature, but figured it should be built into HISE somehow.
-
RE: Documentation for ScriptPanel is onlineposted in Documentation
a button for "copy debug info to clipboard" would be nice, then we can easily paste in os, system info, build info, etc.
-
Need HISE exporter for SALTposted in C++ Development
What's the easiest way to add HISE samplemap creation to SALT? I know you made a dll one time.
I need a way to specify mic positions, round robins, sample start time, just to name a few.
-
silent failure in File Name Pattern Settings using unequal number of tokensposted in Bug Reports
let's say you have tokens

and you use a preset such as
<?xml version="1.0" encoding="UTF-8"?> <settings Separator="_"> <panel Property="Ignore Token" DataType="Ignored" Items="" Values=""/> <panel Property="Ignore Token" DataType="Ignored" Items="" Values=""/> <panel Property="Single Key" DataType="Number" Items="" Values=""/> <panel Property="RR Group" DataType="Custom" Items="rr1 rr2 rr3 rr4" Values="1 2 3 4"/> </settings>the above fails to set File Name Pattern Settings.
this does not fail:
<?xml version="1.0" encoding="UTF-8"?> <settings Separator="_"> <panel Property="Ignore Token" DataType="Ignored" Items="" Values=""/> <panel Property="Ignore Token" DataType="Ignored" Items="" Values=""/> <panel Property="Single Key" DataType="Number" Items="" Values=""/> </settings>Just because there are different number of token entries does not mean you shouldn't set the settings. We shouldn't have to have a setting for every number of possible tokens.
-
RE: CRASH: cannot use multimic features / fx / routingposted in Bug Reports
SALT stands for Scriptable Audio Library Tool and its goal is to go from raw recording to kontakt or hise or other sampler format much more efficiently than you could do even with all the REAPER scripts and actions in the world. REAPER is not suitable for many tasks, prone to frustrating mistakes, easily costing you hours of time trying to figure out where you went wrong along the way or trying to find that needle in the haystack where you made a mistake. These little mistakes can ripple out to bigger problems down the road. It's important to have a customizeable tool and informative interface that prevents these kinds of problems.
Looping, autotuning, spectral editing, file management, sampler patch creation, REAPER project reading and rendering, etc. There is no release date and it is closed source. It is not for sale because it is lacking in many areas. The only way to get access to it is to talk to me on skype and support development via monthly funds or a large sum, won't be worth it for you unless you plan on using it extensively to support your sample library business/income.
-
RE: CRASH: cannot use multimic features / fx / routingposted in Bug Reports
I am working on SALT which would have been able to do this easily, but it's not quite there yet. Otherwise, I would not have been able to avoid a ton of manual work of dragging files into REAPER, then ordering them, making sure they are lined up, etc. Or make a one-use script which would be a waste of time. So tired of that s***. SALT is the answer. Luckily the owner of these files can re-export for me in the appropriate stereo format.
-
RE: CRASH: cannot use multimic features / fx / routingposted in Bug Reports
if it's more efficient then... ok. won't be a simple task though. need to think of a way to do it practically.
-
RE: CRASH: cannot use multimic features / fx / routingposted in Bug Reports
can you solve the problem without forcing me to convert/combine thousands of mono audio files into stereo?
-
RE: Creating a 14-way sample/voice crossfader, how would you approach it?posted in Scripting
does this look right to you? for merging multimic samples? the numbers are out of order. I imagine the order matters. 10 is mic 2? 11 is mic 3?

-
RE: cannot set RR group with File Name Token Parserposted in Bug Reports
oh you have to set RR Groups number high enough...
-
annoyance, File Name Pattern Settings should remember last used settiingsposted in General Questions
Please have File Name Pattern Settings dialog remember last used settings. Annoying to have to put in the same settings over and over even with the copy/paste fature.
