Page 1 of 8

2SYNts- regular guitar to poly synth

PostPosted: Sun Jan 10, 2016 1:17 pm
by nix
Hola technologists!
I had a long thread back at SynthMaker about this mono pitch detector that Leif Oddson built.
I thought I would start one here.
I have tinkered and puzzled and then some over this thing.
NuBeat really helped with Ruby stuff at one time, and Tulamide also to make the MIDI mono.
I used Bootsy's fast RMS, which seems my best amplitude detector.
UI->

2SYN hex.png
2SYN hex.png (94.13 KiB) Viewed 31149 times


It needs a hex guitar(a Roland GK3 pickup), which is one with individual pickups for each string.
Also all strings need to be a C string(note 48, .711mm 028 gauge).
The pickup is broken out and run into an interface with 6 inputs.
Then all you have to do is set the on/off gate- using the Gain.

Here is the schematic(open source), VSTfx .dll and the UI resources->

full version 2SYN midi and synth 205->

https://www.sendspace.com/pro/dl/3av2zh

It is 0 crossing based detection,
which relies heavily on a feedback loop to focus the band.

EDIT-> July 2020
I have now made this work for regular electric guitar turning it into synth, which works better than MIDI,
but it does push out the zippered MIDI
here's the project->
https://www.sendspace.com/pro/dl/vnccr5
the .fsm will only open in the FS Alpha sorry, but u could back it up and open it later if u haven't yet joined the Slack group.
Here's a screen->
TS_rotate.png
TS_rotate.png (155.58 KiB) Viewed 31149 times

It works quite well and I would really appreciate it if any of you guitar players would like to try it
-- let me know here how it goes if you'd like to

NOTE: all 2SYN builds require 44.1khz samplerate to process the pitch accurately

Hope it's interesting!-
Nick(PhonicsAudio)

Re: 2SYN-hex MIDI guitar

PostPosted: Sun Jan 10, 2016 2:43 pm
by tulamide
Remembers me of the early 90's, when a band member one day used his guitar to play my synth. I thought "Wow, we really live in the future" :lol:

I wanted to have a peek at the schematic, but with 3.0.6 I only get a dozen of "Type not found" error messages and then a crash to the desktop. What is the minimum Flowstone version for it to work?

Re: 2SYN-hex MIDI guitar

PostPosted: Sun Jan 10, 2016 3:23 pm
by Spogg
I get the same with 3.08.1

Nix, any chance you could link to the original .OSM version? Then we can change the extension to .FSM in our own versions and it'll probably open. I guess this was saved with the new Beta 3.09 because I've had this happen before recently...

Cheers

Spogg

Re: 2SYN-hex MIDI guitar

PostPosted: Mon Jan 11, 2016 11:19 pm
by nix
Sorry, it's 309b1
This is very much a current project, and the old .osm doesn't perform well.
I hadn't implemented the cut feedback at that stage.

hmm. I have stopped running 3.0.4 again, it seems one install is better.

Maybe come back to it when u upgrade

Re: 2SYN-hex MIDI guitar

PostPosted: Sat Apr 09, 2016 10:11 pm
by nix
Hello again!
I have updated the link in the original post with the full point version 1.1.
After some issues(crashing) with the 309b2, this version is built with 3081,
so maybe most can have a peek at it.
This approaches perfection now, and I may call it finished.
Does anyone want to use the existing GUI as a wireframe, and make it look nummy?
I'll be back with some audio demos in the next couple of days.

Velocity is twitchy as anything, it could be improved.

Rock on, Nick

edit- all you need to set is the 'Gain' multiplier, to get the on/off gates correct

Re: 2SYN-hex MIDI guitar! Seeking a graphic artist

PostPosted: Sun Apr 10, 2016 12:13 am
by nix
Here are the graphical resources->
edit- these are down now, I want to try and go pro with this as I have made a poly guitar synth from a regular/ts guitar

Re: 2SYN-hex MIDI guitar! Seeking a graphic artist

PostPosted: Mon Apr 11, 2016 11:41 pm
by nix

Re: 2SYN-hex MIDI guitar! Seeking a graphic artist

PostPosted: Fri Apr 29, 2016 12:14 pm
by nix
ver 1.2 available in the first post!
It's still getting better

Re: 2SYN-hex MIDI guitar! Seeking a graphic artist

PostPosted: Sat Jun 04, 2016 7:23 am
by nix
OK- I have smashed this a bit now.
The download is in the first post, ver 1.3.
Audio demos to follow.
I got it to register the 22nd fret on my strat(while letting B open ring out over it), which was very wishy-washy until now.
Now it switches to last played note in the detector, which seems better than a string root.
Also, when in bend mode, there is only soundcard latency and RMS window time as the delay before note on.
Cheers

Re: 2SYN-hex MIDI guitar! Seeking a graphic artist

PostPosted: Sat Jun 18, 2016 11:28 am
by nix
Heya Rex, I just read over the thread, and if you are interested to see where this project has started until current- here is the original zx 0 crossing schematic by Oddson .osm->
schematic.osm
(1.56 MiB) Downloaded 3210 times

I'll be back later tonight with the latest 2SYN