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 .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 ;) -
@ustk said in Collaborative project!:
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 goingAgree!! 100%
Let's get it rolling now.Left:
1 - Just one button for chorus on/off.
2 - Placing strips and background over the bottom panel
3 - compiling
4 - testing like..... 2 hours :P
5 - notarization
6 - releasing -
Let me know when it's ready for release and I'll build a GNU/Linux version.
Have you put license notices in the source code?
-
So are we skipping the chorus&vibrato thing and saturation?
-
@d-healey I mentioned this about 2 days ago, but I am not sure what to add as I am not comfortable with licensing...
Does something like what you put in your scripts will work?