Collaborative project!
-
Question , Can a knob/slider rotate endlessly ?
It is kind of weird rotating the 6 position Vibrato/Chorus knob but it stops at setting 6 rather then go back to setting one . -
@lalalandsynth said in Collaborative project!:
Super valuable information :)
-
I did some ms of delay for emulating that. Thing is Midi is noteon-noteoff, and no other data in between. Maybe we can add a script that increases that delay if velocity is > 20 or something like that
-
EFFECTS >> Agree, saturation will be nice. Chorus and leslie can be tweaked for years :) don't know if we are on that plan
I think this is good to be implemented if we have the time. Maybe we can do a PRO version later....
-
-
@lalalandsynth I can script an infinite rotation knob with a panel
@hisefilo You're absolutely right!
-
many notes are stoped same time, even if they are already decaying
It should only affect the noise generator, is that what you're referring to?
-
Question , Can a knob/slider rotate endlessly ?
It is kind of weird rotating the 6 position Vibrato/Chorus knob but it stops at setting 6 rather then go back to setting one .I guess this is ok. Making a infinite rotating know is not possible. AFAIK
-
@d-healey Ohh, on noise generator you wont hear that. On Perc Harmonics (300ms decay) you'll hear it. Will record an example
-
@d-healey said in Collaborative project!:
It should only affect the noise generator, is that what you're referring to?
this is it. Untitled 2.mp3
-
@hisefilo Are we on the same page with the keyclick ? I am not referring to the Perc.
-
@ustk @d-healey @lalalandsynth I think we are more than ok for a free version!!! Many people will enjoy it as is, and the time is now I guess.
I vote for letting it go :) (also still a lot of job before releasing. compilation, notarization, etc etc)
-
@Are we on the same page with the keyclick ? I am not referring to the Perc.
You mean on the 3 position knob??? Im a bit lost
-
@hisefilo No, But nevermind , just some confusion , all good!
-
So, we add the chorus/vibrato and saturation and call it good ?
-
@lalalandsynth Ok by me :) Just one chorus right?. Otherwise @ustk have to design 5 more !!!!!!
-
@hisefilo said in Collaborative project!:
@d-healey Ohh, on noise generator you wont hear that. On Perc Harmonics (300ms decay) you'll hear it. Will record an example
But the script should only affect the noise generator shouldn't it? Or is it different in the main project.
-
@hisefilo Its 3 chorus and 3 vibrato settings BUT in fact always the same speed just different depth . So 1 Vibrato , 1 chorus and 3 amount setting per .
-
@d-healey said in Collaborative project!:
But the script should only affect the noise generator shouldn't it? Or is it different in the main project.
it affects harmonic perc. not key click (noise)
-
@hisefilo Are you sure you use my last snippet and not the
note++
thing?
Because that what appears in your post with the code -
@ustk said in Collaborative project!:
Are you sure you use my last snippet and not the note++ thing?
Because that what appears in your post with the codeYes
function onNoteOn() { if (Synth.isLegatoInterval()){ if (Engine.getUptime() - lastTime > 0.025){ Message.ignoreEvent(true); lastTime = Engine.getUptime(); } } }
-
@hisefilo WAIT! something weird is happening. I turned off the script and still having the issue :0
-
Well guys, as an eventual pro version as been raised, we need to discuss it now I think. If you guys are pro (I am), we need to keep things light, otherwise there won't be enough functionalities to add that justify such a choice if we make it.
So I think additional FXs (among other things) are part of this
The free version would be sufficient for now (with the few things that are still to fix and after beta test and tuning). I think it's a great free instrument seeing the objectives we had at the beginning.
Tell me guys your feelings about that so we know where we are going ;)