@aaronventure thanks will check!
@griffinboy what does something like this cost freelance properly setup?
I will probably go another route and combine some basic shapes into a wavetable and not generate the table from scratch.
@aaronventure thanks will check!
@griffinboy what does something like this cost freelance properly setup?
I will probably go another route and combine some basic shapes into a wavetable and not generate the table from scratch.
@HISEnberg i am already running into issues with snex osc - seems it does not support variable-length arrays, not even fixed-size arrays?
@HISEnberg oh no! so no way i could do it utilizing SNEX, RNBO, FAUST? I guess if i use snex i need to go c++ anyways
I will start checking SNEX synth examples :)
Hey there i want to create a wavetable oscillator for the HISE synth group that allows for drawing a custom wavetable by hand or generating a "random" one.
Whats the best way to approach this? SNEX, RNBO, FAUST...
@sletz @ospfeigrp id be interested in that aswell.
I wanted to do a wavetable synth or granular sampler and was wondering if thats possible with FAUST in HISE.
@d-healey has this been solved? I have the same issue on my new m4 mac.
HISE 4.1 develop branch (a new test project works without the error)
PS: fixed by getting latest HISE + deleting expression & snex nodes from my scriptnode.
@Vitruvius But good to know it works on your end. :) will try a couple older commits and see if its solved to confirm the new one is still the issue.
@Vitruvius I currently have a simmilar error on mac.
ā /Users/julian/Documents/GitHub/HISE/hi_tools/hi_standalone_components/SliderPack.h:192:15: [31munknown class name 'ProfiledComponent'; did you mean 'PropertyComponent'?[0m
192 | public ProfiledComponent,
[36m | ^~~~~~~~~~~~~~~~~[0m
ā ļø /Users/julian/Documents/GitHub/HISE/hi_tools/hi_standalone_components/SliderPack.h:191:20: [33mdirect base 'Component' is inaccessible due to ambiguity:[0m
class hise::SliderPack -> Component
[32m class hise::SliderPack -> PropertyComponent -> Component [-Winaccessible-base][0m
ProfiledComponent
class seeems to be missing on latest HISE version?
I tried to compile my scriptnode and got this error from the current HISE version 1h ago.
@KamalDeepPareek Fiverr, Upwork and Linkedin
@ustk Hey did you get the interpolation to work?
I am trying to create a table based (graphical) saturator and have troubles with setting up the table.
Just found your post and thought maybe you have tried something simmilar already.
It has been some years... :D
this example exists since 4 years, i was not aware of that!
Looks way more complicated than (feature request) disabling the loop on the "audio stretch player" in scriptnode to have the same thing with zero code.
But @rglides you should check this.
@d-healey @Lindon since when is drag and drop possible with the HISE sampler?
And how to set this up, it depends on samplemaps... (at least thats what i thought)
@d-healey having these controls in one device (eg for a basic drum sampler):
drag n drop
pitch controls
length control
loop or oneshot toggle
timestretch (thats not based on pitch)
@d-healey both are limited, so switching will not solve the issue of op i assume
@rglides i feel you! :D
(we have tried to build a sampler several times but always went back to the HISE (no drag) sampler because it has the most controls)
Unfortunately its extremely limited since users cant drag their own samples - same goes for wavetables - of course users want to load own samples.
If you need drag functionality, id suggest the stretch player + a gate envelope or clocksync so you could set the timeframe + envelope to playback the stretched sample. Disabling loop or midi is definitely a needed and currently missing feature on the stretch player imo otherwise its not fun ^^
@Sampletekk Yes you can do a parallel setup like this easily in scriptnode with the split container.
Other option is to use send and receive containers without scriptnode.