some better way to insert blue into white

Suggest new features, components or other changes to the software

Moderator: electrogear

some better way to insert blue into white

Postby MichaelBenjamin on Thu Feb 18, 2010 7:28 pm

there has to be a better and much simpler way to insert blue streams into white than with the write/read hack.
maybe some poly4 to white module, like a reversed combiner.
User avatar
MichaelBenjamin
smaniac
 
Posts: 1439
Joined: Thu Jul 12, 2007 3:26 pm

Re: some better way to insert blue into white

Postby trogluddite on Thu Feb 18, 2010 11:27 pm

Using the CTRL+SHIFT combination to force a connection seems to work when I added a mono or mono4 LFO to the example synth. Not sure without testing how this would work with a mono4 - presumably each stream would affect every fourth voice of the poly stuff - or maybe it just connects stream one. Let you know if I discover anything interesting!
Feel free to use any schematics and algorithms I post on the forum in your own designs - a credit is appreciated (but not a requirement).
Don't stagnate, mutate to create. Without randomness and serendipity the earth would be just another barren rock.
User avatar
trogluddite
smychopath
 
Posts: 3024
Joined: Mon Oct 20, 2008 3:52 pm
Location: Yorkshire, UK

Re: some better way to insert blue into white

Postby trogluddite on Thu Feb 18, 2010 11:36 pm

Yes, it does just what I hoped - each of the four streams of a mono4 affect every fourth voice. Could get some very strange effect with this - like the old analogue synths where each voice was on a different PCB. Lovely for adding a bit of analogue warmth to pad sounds - each note of a four note chord (hey - that's pushing it with my keyboard skills!) could have subtly different LFO settings etc.
Feel free to use any schematics and algorithms I post on the forum in your own designs - a credit is appreciated (but not a requirement).
Don't stagnate, mutate to create. Without randomness and serendipity the earth would be just another barren rock.
User avatar
trogluddite
smychopath
 
Posts: 3024
Joined: Mon Oct 20, 2008 3:52 pm
Location: Yorkshire, UK

Re: some better way to insert blue into white

Postby MichaelBenjamin on Fri Feb 19, 2010 12:48 am

oh nice, i did not think of this since it would probably crash or mess up somehow. but i will try it out. did you already test these connections as vst?
User avatar
MichaelBenjamin
smaniac
 
Posts: 1439
Joined: Thu Jul 12, 2007 3:26 pm

Re: some better way to insert blue into white

Postby MichaelBenjamin on Fri Feb 19, 2010 1:01 am

1x sm disappearing while playing and typing into a float box.
User avatar
MichaelBenjamin
smaniac
 
Posts: 1439
Joined: Thu Jul 12, 2007 3:26 pm

Re: some better way to insert blue into white

Postby trogluddite on Fri Feb 19, 2010 3:03 pm

Barely tested this at all yet - I was just intrigued by the possibility. Didn't get any craches within SM, but I only checked with minor modifications to the example synth. Truth told, I've never made a plugin that uses poly yet either - I know it's called SynthMaker, but that's the one thing I don't have much interest in making; doing whacked out things with live audio is more my thing.
You make a good point though - how does SMs run-time compiling handle forced connections when hosted? - could have consequences beyond just blue to white connections.
Feel free to use any schematics and algorithms I post on the forum in your own designs - a credit is appreciated (but not a requirement).
Don't stagnate, mutate to create. Without randomness and serendipity the earth would be just another barren rock.
User avatar
trogluddite
smychopath
 
Posts: 3024
Joined: Mon Oct 20, 2008 3:52 pm
Location: Yorkshire, UK

Re: some better way to insert blue into white

Postby MichaelBenjamin on Fri Feb 19, 2010 5:39 pm

yes i dont know, sm crashed again while i was editing in a completely different section, so i reverted to the write/read hack. if its so easy to force connect maybe a module that just merges and copys the 4 channels to all current poly blocks would be the proper solution for this.
User avatar
MichaelBenjamin
smaniac
 
Posts: 1439
Joined: Thu Jul 12, 2007 3:26 pm

Re: some better way to insert blue into white

Postby trogluddite on Fri Feb 19, 2010 9:55 pm

Yes, seems odd that it should be so hard to make it work - AFAIK the connectors are really just memory address pointers. I guess that each poly block assigns its own addresses when it gets created by each fourth note - making those addresses static should be easy - surely that's what happens when we connect green to white all the time.
What's the read/write hack, not seen that (my searches turn up too many hits to wade through right now) - I'm guessing a code/asm block with mono/stream ins and poly outs, yes?
Feel free to use any schematics and algorithms I post on the forum in your own designs - a credit is appreciated (but not a requirement).
Don't stagnate, mutate to create. Without randomness and serendipity the earth would be just another barren rock.
User avatar
trogluddite
smychopath
 
Posts: 3024
Joined: Mon Oct 20, 2008 3:52 pm
Location: Yorkshire, UK

Re: some better way to insert blue into white

Postby Tzarls on Fri Feb 19, 2010 10:40 pm

Look inside the mono2poly module in the toolbox, that´s the read-write hack in action.
Tzarls
smanatic
 
Posts: 770
Joined: Tue Nov 11, 2008 5:43 am
Location: Peru

Re: some better way to insert blue into white

Postby MichaelBenjamin on Fri Feb 19, 2010 11:08 pm

yes its in the toolbox called MonoToPoly.
quite inefficiently looking, but working module. but also for mono4 you will need 4 of them, since that write module is singlechannel only. (or yould you somehow use the other channel?)
User avatar
MichaelBenjamin
smaniac
 
Posts: 1439
Joined: Thu Jul 12, 2007 3:26 pm

Re: some better way to insert blue into white

Postby TomC on Sat Feb 20, 2010 12:00 am

MichaelBenjamin wrote:yes its in the toolbox called MonoToPoly.
quite inefficiently looking, but working module. but also for mono4 you will need 4 of them, since that write module is singlechannel only. (or yould you somehow use the other channel?)


MonoToPoly crashes my SynthMaker. Doing the same in assembler works more reliable.

Tom
.signature failure
User avatar
TomC
smanatic
 
Posts: 706
Joined: Tue Oct 02, 2007 9:34 pm
Location: 3rd rock from the sun

Re: some better way to insert blue into white

Postby Acrobat on Sat Feb 20, 2010 12:16 am

trogluddite wrote:Could get some very strange effect with this - like the old analogue synths where each voice was on a different PCB. Lovely for adding a bit of analogue warmth to pad sounds - each note of a four note chord (hey - that's pushing it with my keyboard skills!) could have subtly different LFO settings etc.

There's a similar request:
http://www.synthmaker.co.uk/forum/viewtopic.php?f=5&t=6864&hilit=midi+2+poly
User avatar
Acrobat
smaniac
 
Posts: 1660
Joined: Mon Jun 04, 2007 10:50 pm
Location: Roma, Italia

Re: some better way to insert blue into white

Postby trogluddite on Sat Feb 20, 2010 1:55 am

Thanks for the tips there folks. Like I say, been using SM for ages, but I'm a complete noob when it comes to the poly stuff.
Feel free to use any schematics and algorithms I post on the forum in your own designs - a credit is appreciated (but not a requirement).
Don't stagnate, mutate to create. Without randomness and serendipity the earth would be just another barren rock.
User avatar
trogluddite
smychopath
 
Posts: 3024
Joined: Mon Oct 20, 2008 3:52 pm
Location: Yorkshire, UK

Re: some better way to insert blue into white

Postby MichaelBenjamin on Sat Feb 20, 2010 5:17 am

TomC wrote:
MichaelBenjamin wrote:yes its in the toolbox called MonoToPoly.
quite inefficiently looking, but working module. but also for mono4 you will need 4 of them, since that write module is singlechannel only. (or yould you somehow use the other channel?)


MonoToPoly crashes my SynthMaker. Doing the same in assembler works more reliable.

Tom


how do you do it in assembler?
User avatar
MichaelBenjamin
smaniac
 
Posts: 1439
Joined: Thu Jul 12, 2007 3:26 pm

Re: some better way to insert blue into white

Postby aliasant on Sat Feb 20, 2010 10:27 am

MichaelBenjamin wrote:
TomC wrote:
MichaelBenjamin wrote:yes its in the toolbox called MonoToPoly.
quite inefficiently looking, but working module. but also for mono4 you will need 4 of them, since that write module is singlechannel only. (or yould you somehow use the other channel?)


MonoToPoly crashes my SynthMaker. Doing the same in assembler works more reliable.

Tom


how do you do it in assembler?

Yeah. How?
It's never to late to be late.....
http://martinrodensjo.smugmug.com/
User avatar
aliasant
smunatic
 
Posts: 2386
Joined: Sat Dec 30, 2006 5:49 pm
Location: Sweden

Next

Return to Ideas and Requests

Who is online

Users browsing this forum: No registered users and 0 guests