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
Synthatron Effects Synthesizer
11 posts
• Page 1 of 2 • 1, 2
Synthatron Effects Synthesizer
Synthatron Effects Synthesizer
NOTE: All FSM (Flowstone Schematics) Files are created with Flowstone v3.0.6 'Pebble' including 'standalone executable' effects/instruments for legacy compatibility.
All VST2 and VST3 Plugins (both x86-32bit *.dll & x64-64bit *.vst3) are now exported from FlowStone Alpha x64.
Updated VST & VSTi Plugins are created with new ID's (4-character alpha-symbol-numeric format).
It is advisable to backup the previous version by moving same to a folder (such as "Documents") and replace them with the new ones, rather than overwriting the old versions. This will ensure a 'new vst scan' acceptance in most DAWs (Digital Audio Workstations).
Designed for use with standard electric guitar it can be utilized with practically any form of audio source input.
The audio is first processed through a pitch extractor then converted to a midi mono signal. This allows a standard 'audio stream' to be used to control midi effects. Conversion can cause significant latency. Use of ASIO latency reduction software such as ASIO4ALL is advised.
Synthatron Download Link:
https://www.inventfx.com/_inventfxfstone/synthatron.zip
'Custom Designed' SFZs
Download Link:
https://www.inventfx.com/_inventfxfstone/pwesfzs.zip
View Large Image:
https://www.inventfx.com/_inventfxfston ... ron_lg.jpg
Synthatron utilizes SFZ soundfonts for the SFZ1 VCA/VCF sampler (near top left). It may be necessary to 'load' an instrument soundfont at startup. Open/Load a soundfont fron the "pwemidisfzs" folder included in the zip file. Instrument soundfonts are in the main folder with ".sfz" file extension name.
Example: "1 Grand Piano F4.sfz"
IMPORTANT!
To access folders and/or files in protected directories in newer versions of Microsoft Windows requires Administrator Privileges and it is advisable to set Control Panel (UAC) User Account Control setting at minimum.
NOTE: To make certain downloaded files are functional 'Right Button Click' on the downloaded file and scroll down to 'Properties' and if file is blocked ... unblock the file to make certain it is accessible.
To view 'hidden folders/files' such as AppData ...
Go to Control Panel Items and go to Folder Options ...
'Click On' the middle "View" tab ...
Select the "Show hidden files, folders and drives" radio button ...
Also 'uncheck' the "Hide extensions for known file types" if you desire to view filenames with extension ...
==========
NOTE: All FSM (Flowstone Schematics) Files are created with Flowstone v3.0.6 'Pebble' including 'standalone executable' effects/instruments for legacy compatibility.
All VST2 and VST3 Plugins (both x86-32bit *.dll & x64-64bit *.vst3) are now exported from FlowStone Alpha x64.
Updated VST & VSTi Plugins are created with new ID's (4-character alpha-symbol-numeric format).
It is advisable to backup the previous version by moving same to a folder (such as "Documents") and replace them with the new ones, rather than overwriting the old versions. This will ensure a 'new vst scan' acceptance in most DAWs (Digital Audio Workstations).
Designed for use with standard electric guitar it can be utilized with practically any form of audio source input.
The audio is first processed through a pitch extractor then converted to a midi mono signal. This allows a standard 'audio stream' to be used to control midi effects. Conversion can cause significant latency. Use of ASIO latency reduction software such as ASIO4ALL is advised.
Synthatron Download Link:
https://www.inventfx.com/_inventfxfstone/synthatron.zip
'Custom Designed' SFZs
Download Link:
https://www.inventfx.com/_inventfxfstone/pwesfzs.zip
View Large Image:
https://www.inventfx.com/_inventfxfston ... ron_lg.jpg
Synthatron utilizes SFZ soundfonts for the SFZ1 VCA/VCF sampler (near top left). It may be necessary to 'load' an instrument soundfont at startup. Open/Load a soundfont fron the "pwemidisfzs" folder included in the zip file. Instrument soundfonts are in the main folder with ".sfz" file extension name.
Example: "1 Grand Piano F4.sfz"
IMPORTANT!
To access folders and/or files in protected directories in newer versions of Microsoft Windows requires Administrator Privileges and it is advisable to set Control Panel (UAC) User Account Control setting at minimum.
NOTE: To make certain downloaded files are functional 'Right Button Click' on the downloaded file and scroll down to 'Properties' and if file is blocked ... unblock the file to make certain it is accessible.
To view 'hidden folders/files' such as AppData ...
Go to Control Panel Items and go to Folder Options ...
'Click On' the middle "View" tab ...
Select the "Show hidden files, folders and drives" radio button ...
Also 'uncheck' the "Hide extensions for known file types" if you desire to view filenames with extension ...
==========
- Attachments
-
- synthatron.jpg (100.98 KiB) Viewed 2067 times
Last edited by pwesynthmaker on Sat Oct 05, 2024 9:06 pm, edited 62 times in total.
https://www.inventfx.com/_inventfxfston ... fstone.htm
Inventor eFX Technology FlowStone WebPage
https://www.inventfx.com/
Inventor eFX Technology
Inventor eFX Technology FlowStone WebPage
https://www.inventfx.com/
Inventor eFX Technology
-
pwesynthmaker - Posts: 77
- Joined: Fri Feb 12, 2016 7:18 pm
Re: Synthatron Effects Synthesizer
wow-
the code in the asdf and evaluator looks intense
did you write it?
I'll be back with comments after testing
what sort of copyright are we bound by with your creation?
guitar pitch to midi is my favourite dsp problem
edit- hey this sounds really good,
harmonics are barely reproduced
it has so many sound shapers!-- I am more interested in the pitch-detecting core though.
it tracks the whole 40-88 range
the code in the asdf and evaluator looks intense
did you write it?
I'll be back with comments after testing
what sort of copyright are we bound by with your creation?
guitar pitch to midi is my favourite dsp problem
edit- hey this sounds really good,
harmonics are barely reproduced
it has so many sound shapers!-- I am more interested in the pitch-detecting core though.
it tracks the whole 40-88 range
-
nix - Posts: 817
- Joined: Tue Jul 13, 2010 10:51 am
Re: Synthatron Effects Synthesizer
nix wrote:I am more interested in the pitch-detecting core though.
That looks like an old schematic of mine. There must be a more optimized version somewhere.
The MIDI conversion has lots of jitter beause it uses green along the way. Back then there was no other way to trigger MIDI events from a stream - today we have Ruby and the Mono-to-frame prim. With these, it should be possible to trigger MIDI from stream without jitter.
-
martinvicanek - Posts: 1328
- Joined: Sat Jun 22, 2013 8:28 pm
Re: Synthatron Effects Synthesizer
what do you think about polyphony Martin?
would it be possible to divide/range it into strings and use 6 detectors to create poly?
2 lots of 3 strings could be packed
awesome work nonetheless,
I think for my use case -polyphony is necessary though
In practice, I always accidentally end up playing more than one note
what would be a general description of the pitch detection method?
-perhaps if you would like to define the technique?
thanks guys!8D
would it be possible to divide/range it into strings and use 6 detectors to create poly?
2 lots of 3 strings could be packed
awesome work nonetheless,
I think for my use case -polyphony is necessary though
In practice, I always accidentally end up playing more than one note
what would be a general description of the pitch detection method?
-perhaps if you would like to define the technique?
thanks guys!8D
-
nix - Posts: 817
- Joined: Tue Jul 13, 2010 10:51 am
Re: Synthatron Effects Synthesizer
The pitch extractor is from a schematic in the synthmaker bundle "5575_GuitarSynth.fsm" … I believe it is Martin's. It was the best I could find. The inclusion of sfz sampler adds significant chatter. I would much prefer a ruby code mono to midi pitch trigger if someone knows of an improvement. Please simply post the script in a reply for assembly and test.
For audio I am using Yamaha AG03 with Steinberg ASIO channeled through Voicemeeter ... latency: 5-10ms ...
For audio I am using Yamaha AG03 with Steinberg ASIO channeled through Voicemeeter ... latency: 5-10ms ...
Last edited by pwesynthmaker on Thu Sep 24, 2020 5:00 am, edited 1 time in total.
https://www.inventfx.com/_inventfxfston ... fstone.htm
Inventor eFX Technology FlowStone WebPage
https://www.inventfx.com/
Inventor eFX Technology
Inventor eFX Technology FlowStone WebPage
https://www.inventfx.com/
Inventor eFX Technology
-
pwesynthmaker - Posts: 77
- Joined: Fri Feb 12, 2016 7:18 pm
Re: Synthatron Effects Synthesizer
here's my attempt at the polyphonic guitar synth==>
viewtopic.php?f=3&t=3934
please, any comment 8D
so, Martin- we can divide this into strings?
PWE- please take it for a spin
cheers!
viewtopic.php?f=3&t=3934
please, any comment 8D
so, Martin- we can divide this into strings?
PWE- please take it for a spin
cheers!
-
nix - Posts: 817
- Joined: Tue Jul 13, 2010 10:51 am
Re: Synthatron Effects Synthesizer
What is the point of converting audio to midi and midi back to audio ?
Is that complication needed for something important ?
I will have to download it and try it but I still don't get what are you trying to do with it.
Basically... What is it good for ?
LOL
Is that complication needed for something important ?
I will have to download it and try it but I still don't get what are you trying to do with it.
Basically... What is it good for ?
LOL
Download plugins here:
https://mega.nz/folder/nhVCkQRA#UWgU06K1o9gRFI0WqnBw_w
https://mega.nz/folder/nhVCkQRA#UWgU06K1o9gRFI0WqnBw_w
- DSP-Robotron
- Posts: 58
- Joined: Tue Aug 18, 2020 3:39 am
Re: Synthatron Effects Synthesizer
DSP-Robotron wrote:What is the point of converting audio to midi and midi back to audio ?
I think once you have audio converted to MIDI, you can use it with many synths, romplers, etc. out there.
-
martinvicanek - Posts: 1328
- Joined: Sat Jun 22, 2013 8:28 pm
Re: Synthatron Effects Synthesizer
Basically, you guys want to use the guitar as a midi controller. That's nice. I think Roland has some guitar synth too. Is he trying to recreate that Roland guitar to midi synth ? And how exactly is he converting the midi back to audio or what for ? Maybe he means that he uses the guitar midi to trigger samples or synths or oscillators. I don't think he's talking about direct conversion. Why not use voice to midi ? Just sing something in a mic and have it converted to midi.
Download plugins here:
https://mega.nz/folder/nhVCkQRA#UWgU06K1o9gRFI0WqnBw_w
https://mega.nz/folder/nhVCkQRA#UWgU06K1o9gRFI0WqnBw_w
- DSP-Robotron
- Posts: 58
- Joined: Tue Aug 18, 2020 3:39 am
Re: Synthatron Effects Synthesizer
When set to internal control mode is not allowing me to set the Asio Ouput and buffer size. I can select the midi input as PC Keyboard and the midi output as the Microsoft GS Wavetable Synth but when I try to set the Asio output it's not showing me any settings at all. Any ideas ?
Download plugins here:
https://mega.nz/folder/nhVCkQRA#UWgU06K1o9gRFI0WqnBw_w
https://mega.nz/folder/nhVCkQRA#UWgU06K1o9gRFI0WqnBw_w
- DSP-Robotron
- Posts: 58
- Joined: Tue Aug 18, 2020 3:39 am
11 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: Google [Bot], Mirek Suk and 34 guests