Thanks. where would I put these numbers in. I honestly dont quite get it.hockinsk3 wrote: Sat Sep 04, 2021 2:52 pm It's a bit of a cpu & memory hog and likes to crash when saving patches for some reason. I disabled all the effects on the factory presets with a search and replace which helps a fair bit.
Reverb: 1358819125
Chorus: 1012248993
Distortion: 498895199
Delay: 1072946944
Phaser: 575720912
Eq: 950034005
<Param id="id" val="0" />
One Synth Challenge #151: GR-8 by Phuturetone (Jasinski wins!)
-
- KVRist
- 89 posts since 2 Mar, 2011 from Switzerland
- KVRAF
- 2241 posts since 29 Sep, 2011
You have to search for something like <Param id="THE NUMBER HERE" and then set the val="0", I think is what hockinsk3 is saying. There are lots of ways to do this, but to do it in bulk, you'd probably want to use something like sed. There are probably some graphical tools to do this on windows, but sorry I can't help there.Orboscope wrote: Sat Sep 04, 2021 5:36 pmThanks. where would I put these numbers in. I honestly dont quite get it.hockinsk3 wrote: Sat Sep 04, 2021 2:52 pm It's a bit of a cpu & memory hog and likes to crash when saving patches for some reason. I disabled all the effects on the factory presets with a search and replace which helps a fair bit.
Reverb: 1358819125
Chorus: 1012248993
Distortion: 498895199
Delay: 1072946944
Phaser: 575720912
Eq: 950034005
<Param id="id" val="0" />
-
- KVRist
- 89 posts since 2 Mar, 2011 from Switzerland
So its in the code of the plugin somewhere? Im afraid thats out of range of my expertise. Bu thank you anyway,z.prime wrote: Sat Sep 04, 2021 6:23 pmYou have to search for something like <Param id="THE NUMBER HERE" and then set the val="0", I think is what hockinsk3 is saying. There are lots of ways to do this, but to do it in bulk, you'd probably want to use something like sed. There are probably some graphical tools to do this on windows, but sorry I can't help there.Orboscope wrote: Sat Sep 04, 2021 5:36 pmThanks. where would I put these numbers in. I honestly dont quite get it.hockinsk3 wrote: Sat Sep 04, 2021 2:52 pm It's a bit of a cpu & memory hog and likes to crash when saving patches for some reason. I disabled all the effects on the factory presets with a search and replace which helps a fair bit.
Reverb: 1358819125
Chorus: 1012248993
Distortion: 498895199
Delay: 1072946944
Phaser: 575720912
Eq: 950034005
<Param id="id" val="0" />
- KVRAF
- 2483 posts since 22 Sep, 2016
Not in the code but it's in the presets. Please go and open for instance <your users directory>\Documents\VST3 Presets\Phuturetone\GR-8\80s.vstpreset with an text editor.Orboscope wrote: Sat Sep 04, 2021 8:10 pmSo its in the code of the plugin somewhere? Im afraid thats out of range of my expertise. Bu thank you anyway,z.prime wrote: Sat Sep 04, 2021 6:23 pmYou have to search for something like <Param id="THE NUMBER HERE" and then set the val="0", I think is what hockinsk3 is saying. There are lots of ways to do this, but to do it in bulk, you'd probably want to use something like sed. There are probably some graphical tools to do this on windows, but sorry I can't help there.Orboscope wrote: Sat Sep 04, 2021 5:36 pmThanks. where would I put these numbers in. I honestly dont quite get it.hockinsk3 wrote: Sat Sep 04, 2021 2:52 pm It's a bit of a cpu & memory hog and likes to crash when saving patches for some reason. I disabled all the effects on the factory presets with a search and replace which helps a fair bit.
Reverb: 1358819125
Chorus: 1012248993
Distortion: 498895199
Delay: 1072946944
Phaser: 575720912
Eq: 950034005
<Param id="id" val="0" />
You can use notepad++ for instance.
The file will look like this excerpt
Code: Select all
VST3 FEFA00E95F5C493C8BB302B8CF296B60 + <?xml version="1.0" ?>
<Preset pluginId="67526d38" name="80s" category="Lead">
<Param id="7594" val="0" MIDI="100663296" />
<Param id="7866188" val="0" MIDI="33554460" />
<Param id="22026732" val="7.25" />
<Param id="39733783" val="0" MIDI="33554514" />
<Param id="58755578" val="2.75" />
<Param id="112943581" val="-5" />
<Param id="121505233" val="6.71667" MIDI="33554548" />
[...]
Say you get t hit like this
Code: Select all
<Param id="1358819125" val="7.25" />
Code: Select all
<Param id="1358819125" val="0" />
Why I mentioned notepad++. Because I let's you do search and replace on all files in a directory.
-
- KVRist
- 189 posts since 28 Nov, 2009
Sorry yes, as Peter states, do a search and replace in the preset files, to turn off the effects. Notepad++ allows a search and replace inside a directory. The ids are those for the effect on/off button, so set them all to 0 on bulk.
-
phankiejankie303 phankiejankie303 https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=515581
- KVRist
- 153 posts since 30 May, 2021
I am experiencing a problem where the synth is locked on to Mono and no matter what I do it will not go to Poly mode (the Poly button lights up but still no way to play chords as the next note chokes the previous one, which is essentially mono behavior). My DAW is Reaper, anyone else has this problem?
"No one is a friend in moments of sorrow", Amphitryon in Herakles by Euripides
Fan of CPU Records and Electro? Check this out!
Fan of CPU Records and Electro? Check this out!
-
- KVRist
- 189 posts since 28 Nov, 2009
If you load it into SaviHost VST does it still lock on mono?
https://www.hermannseib.com/english/savihost.htm
https://www.hermannseib.com/english/savihost.htm
- KVRian
- 628 posts since 5 Mar, 2011 from Austria
I have a preset which worked in all modes. But after loading it again, only poly was working. All other modes silence. I found no way to repair this. I use Reaper too.phankiejankie303 wrote: Sun Sep 05, 2021 9:05 am I am experiencing a problem where the synth is locked on to Mono and no matter what I do it will not go to Poly mode (the Poly button lights up but still no way to play chords as the next note chokes the previous one, which is essentially mono behavior). My DAW is Reaper, anyone else has this problem?
soundcloud.com/photonic-1
-
- KVRist
- 189 posts since 28 Nov, 2009
If you open up the preset in a text editor you could edit the following parameter:
<Param id="1216881042" val="0" />
Change the value to 0 (mono), 1 (unison), 2 (chord), 3 (poly).
chord (-36 to +36) numbers are in :
<Param id="768660793" val="0" />
<Param id="909407938" val="12" />
<Param id="1255701942" val="-12" />
<Param id="1216881042" val="0" />
Change the value to 0 (mono), 1 (unison), 2 (chord), 3 (poly).
chord (-36 to +36) numbers are in :
<Param id="768660793" val="0" />
<Param id="909407938" val="12" />
<Param id="1255701942" val="-12" />
-
- KVRist
- 89 posts since 2 Mar, 2011 from Switzerland
Thanks for the extensive answer. I will try that.] Peter:H [ wrote: Sat Sep 04, 2021 8:27 pmNot in the code but it's in the presets. Please go and open for instance <your users directory>\Documents\VST3 Presets\Phuturetone\GR-8\80s.vstpreset with an text editor.Orboscope wrote: Sat Sep 04, 2021 8:10 pmSo its in the code of the plugin somewhere? Im afraid thats out of range of my expertise. Bu thank you anyway,z.prime wrote: Sat Sep 04, 2021 6:23 pmYou have to search for something like <Param id="THE NUMBER HERE" and then set the val="0", I think is what hockinsk3 is saying. There are lots of ways to do this, but to do it in bulk, you'd probably want to use something like sed. There are probably some graphical tools to do this on windows, but sorry I can't help there.Orboscope wrote: Sat Sep 04, 2021 5:36 pmThanks. where would I put these numbers in. I honestly dont quite get it.hockinsk3 wrote: Sat Sep 04, 2021 2:52 pm It's a bit of a cpu & memory hog and likes to crash when saving patches for some reason. I disabled all the effects on the factory presets with a search and replace which helps a fair bit.
Reverb: 1358819125
Chorus: 1012248993
Distortion: 498895199
Delay: 1072946944
Phaser: 575720912
Eq: 950034005
<Param id="id" val="0" />
You can use notepad++ for instance.
The file will look like this excerptNow do a text search for instance for "1358819125"Code: Select all
VST3 FEFA00E95F5C493C8BB302B8CF296B60 + <?xml version="1.0" ?> <Preset pluginId="67526d38" name="80s" category="Lead"> <Param id="7594" val="0" MIDI="100663296" /> <Param id="7866188" val="0" MIDI="33554460" /> <Param id="22026732" val="7.25" /> <Param id="39733783" val="0" MIDI="33554514" /> <Param id="58755578" val="2.75" /> <Param id="112943581" val="-5" /> <Param id="121505233" val="6.71667" MIDI="33554548" /> [...]
Say you get t hit like thisthen simply change the value to 0. resultCode: Select all
<Param id="1358819125" val="7.25" />then save.Code: Select all
<Param id="1358819125" val="0" />
Why I mentioned notepad++. Because I let's you do search and replace on all files in a directory.
-
- KVRian
- 929 posts since 13 Jan, 2013 from United States
I don't think it affects the challenge with the synth. Everyone paid for their DAW of choice, and one of the areas they all differ is in the available eqs, comps, reverbs and delays. Workflow using the plugs I purchased and like is simply more fun. That's all. Still have to program up good sounds and compose a new piece of music, which is plenty of challenge. Also, as a practical matter, there are enough very good free plugins around, along with what's built into all the DAW's, that using paid plugs doesn't really make a difference to the end result. Dialing in an appropriate and good sounding effect is just as challenging. Deciding how to use efx in your mix is the same with built in or commercial. Personally, I just welcome the opportunity to practice and learn more with the software I've purchased. I really don't think it affects that degree of challenge.Tj Shredder wrote: Thu Sep 02, 2021 5:27 amLess challenge is more fun??? Come on…ontrackp wrote: Thu Sep 02, 2021 1:08 am Hi BJ and Richard -- how about paid plugs for this month? Always makes it more fun (except for everyone who complains, of course!) Thanks.
-
- KVRian
- 929 posts since 13 Jan, 2013 from United States
So if you use the midi capabilities in your DAW to create velocity sensitivity over synth parameters, which is pretty easy to do, is that not allowed?Taron wrote: Thu Sep 02, 2021 10:45 am This is one phat sounding synth! I feel a bit like a traitor, trying it with Ableton (vst3 no problem), but other than that... nice. Velocity is a sad missing ingredient, but even that just suggests what sort of stuff you'd want to do with it.
Very promising!![]()
- KVRAF
- 9581 posts since 6 Jan, 2017 from Outer Space
Of course its allowed. As automation is allowed…
-
- KVRist
- 88 posts since 16 May, 2021
I've never done that before, checking google now and getting some answers for Reaper. But no one so far mentions polyphonic operation. Does the velocity of the last triggered note set the volume for all voices, as in turning the volume knob? Or is there a way to get polyphonic velocity control even though the plugin lacks it?ontrackp wrote: Mon Sep 06, 2021 1:01 amSo if you use the midi capabilities in your DAW to create velocity sensitivity over synth parameters, which is pretty easy to do, is that not allowed?Taron wrote: Thu Sep 02, 2021 10:45 am This is one phat sounding synth! I feel a bit like a traitor, trying it with Ableton (vst3 no problem), but other than that... nice. Velocity is a sad missing ingredient, but even that just suggests what sort of stuff you'd want to do with it.
Very promising!![]()
