If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Glitch Free Preset Switching
19 posts
• Page 2 of 2 • 1, 2
Re: Glitch Free Preset Switching
This small example is wireless and it works. The first one I tried didn't work. Either the names were wrong or the data type was not matching.
- Attachments
-
- Preset Manager Wireless.fsm
- For FS 309b2
- (9.24 KiB) Downloaded 499 times
- User1
- Posts: 13
- Joined: Tue Jul 05, 2022 10:19 am
Re: Glitch Free Preset Switching
That one is still not wired properly. This one should work better. One press to save and one to load. But I have to figure out the rest. How to write to a file and to read it back. And then to apply the values back in a slow interpolated way or in a very quick way.
- Attachments
-
- Wireless 01.fsm
- For FS 309b2
- (9.19 KiB) Downloaded 497 times
- User1
- Posts: 13
- Joined: Tue Jul 05, 2022 10:19 am
Re: Glitch Free Preset Switching
just following along the discussion ...
The mention of File Saving/Loading reminded me of an early project I was working on.
One of the 'Gurus' here mentioned a protocol called 'Marshal' ... something like that [I lost all those files to HD failure].
But it's possible some of that information made it to this FS forum [maybe ... was quite some time back].
sorry can't be more helpful ...
The mention of File Saving/Loading reminded me of an early project I was working on.
One of the 'Gurus' here mentioned a protocol called 'Marshal' ... something like that [I lost all those files to HD failure].
But it's possible some of that information made it to this FS forum [maybe ... was quite some time back].
sorry can't be more helpful ...
- RJHollins
- Posts: 1571
- Joined: Thu Mar 08, 2012 7:58 pm
Re: Glitch Free Preset Switching
RJHollins wrote:a protocol called 'Marshal
Here's some Save and Load modules,one uses the "File" routine while the other module uses "marshall".
I can't remember which "Guru" it was...so we give thanks and praises to the moonlight instead
BV MUSIC SYDNEY AUSTRALIA..Songwriting and Software development
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
- billv
- Posts: 1157
- Joined: Tue Aug 31, 2010 3:34 pm
- Location: Australia
Re: Glitch Free Preset Switching
Thanks billv. I will have to look at it later to see if It can be used it for the blending or cross-fading or morphing between different presets or scenes. This wireless thing is working but it's only for one preset. It can be used as a reset back to default settings or something. I have to see how add more than one preset and how to morph or cross-fade between them without glitching the audio.
The attached files are for FS 309b2.
Here are 2 examples of what the plugin can do but it still needs a second global pitch shifting lane to be able to transpose the entire melody because the current pitch lane was used for making the bass line. I also tried to make the random loading of samples way faster but the wave drawing code is very slow and it's not doing it instantly.
https://drive.google.com/file/d/1hAGZeu ... sp=sharing
https://drive.google.com/file/d/1BKmtXr ... sp=sharing
https://drive.google.com/file/d/13cM-Oh ... sp=sharing
The attached files are for FS 309b2.
Here are 2 examples of what the plugin can do but it still needs a second global pitch shifting lane to be able to transpose the entire melody because the current pitch lane was used for making the bass line. I also tried to make the random loading of samples way faster but the wave drawing code is very slow and it's not doing it instantly.
https://drive.google.com/file/d/1hAGZeu ... sp=sharing
https://drive.google.com/file/d/1BKmtXr ... sp=sharing
https://drive.google.com/file/d/13cM-Oh ... sp=sharing
- Attachments
-
- Plugin And Samples.zip
- (7.22 MiB) Downloaded 516 times
-
- Wireless 03.fsm
- (9.6 KiB) Downloaded 490 times
- User1
- Posts: 13
- Joined: Tue Jul 05, 2022 10:19 am
Re: Glitch Free Preset Switching
billv wrote:RJHollins wrote:a protocol called 'Marshal
Here's some Save and Load modules,one uses the "File" routine while the other module uses "marshall".
I can't remember which "Guru" it was...so we give thanks and praises to the moonlight instead
Billv to the rescue .... THANKS ! all wise 'moonlight'
- RJHollins
- Posts: 1571
- Joined: Thu Mar 08, 2012 7:58 pm
Re: Glitch Free Preset Switching
Here is a very optimized version. The wave form drawing is reduced to 16 samples so it's able to load the samples folder way quicker because of that. It's also able to randomize the wave files faster but the sound is still glitching a bit.
How to use it :
Have a folder full of wave files ready or use the included one. In the plugin click LOAD and select the folder that has at least 8 wave files inside. After loading trigger the samples using C4 to C5. Only the white keys are mapped. C3 is used to advance the pitch lane and A2 is used to reset the pitch lane back to step 0. Randomize the samples using the RAND button. The ENV button is used to randomize the decay of the envelopes between 0.2 and 0.45.
How to use it :
Have a folder full of wave files ready or use the included one. In the plugin click LOAD and select the folder that has at least 8 wave files inside. After loading trigger the samples using C4 to C5. Only the white keys are mapped. C3 is used to advance the pitch lane and A2 is used to reset the pitch lane back to step 0. Randomize the samples using the RAND button. The ENV button is used to randomize the decay of the envelopes between 0.2 and 0.45.
- Attachments
-
- WaveArray.zip
- Edit it with FS 309b2.
- (4.41 MiB) Downloaded 503 times
- User1
- Posts: 13
- Joined: Tue Jul 05, 2022 10:19 am
Re: Glitch Free Preset Switching
I simplified the wave form drawing to be able to randomize the samples quicker and replaced the Layer Flip switch with a slider because the switch was not responding to automation but now the slider is completely killing the CPU when automated. Any ideas ? Is this a drawing problem or is it something else ? The switch was doing the layer switching way better but was not responding to automation clips in FL Studio.
- Attachments
-
- Layer Flip Slider Overloading CPU.fsm
- For FS 309b2
- (3.55 MiB) Downloaded 503 times
- User1
- Posts: 13
- Joined: Tue Jul 05, 2022 10:19 am
Re: Glitch Free Preset Switching
The automation of the knobs and switches is not working in FL Studio because it's only doing it visually without actually applying the commands that are linked to the switch. I think the switch is still waiting for a mouse click but the automation clip doesn't include any mouse clicks.
In the end I used note number 24 or C2 to trigger the layer switching and the cross-fading and the sample randomizing. When note C2 is active, Layer 2 is being played while Layer 1 is muted and randomized in the background. When C2 turns off then Layer 1 is activated and Layer 2 is being randomized.
In the end I used note number 24 or C2 to trigger the layer switching and the cross-fading and the sample randomizing. When note C2 is active, Layer 2 is being played while Layer 1 is muted and randomized in the background. When C2 turns off then Layer 1 is activated and Layer 2 is being randomized.
- Attachments
-
- WaveSeq 013.fsm
- Open it with FS 309b2
- (1.25 MiB) Downloaded 498 times
- User1
- Posts: 13
- Joined: Tue Jul 05, 2022 10:19 am
19 posts
• Page 2 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 14 guests