common-dev ???

A place for developers to share ideas and assist each other in solving problems.

Moderators: valis, garyb

Post Reply
mjerom
Posts: 53
Joined: Fri Dec 14, 2001 4:00 pm
Location: paris/france
Contact:

Post by mjerom »

I started to work on a sequencer
(with the regular atoms)
I would like to know if anybody is interest
by a common-developement .
mjerom
Spirit
Posts: 2661
Joined: Thu Mar 29, 2001 4:00 pm
Location: Terra Australis

Post by Spirit »

Damn ! I wish I could afford Scope. Well at least put me down as a beta-tester.
mjerom
Posts: 53
Joined: Fri Dec 14, 2001 4:00 pm
Location: paris/france
Contact:

Post by mjerom »

I am talking about a modular-style sequencer...
this would open many doors
mjerom
Spirit
Posts: 2661
Joined: Thu Mar 29, 2001 4:00 pm
Location: Terra Australis

Post by Spirit »

Sure would. Well, anything I can do...
User avatar
Neutron
Posts: 2274
Joined: Sun Apr 29, 2001 4:00 pm
Location: Great white north eh
Contact:

Post by Neutron »

I will help if i can. if you can make this work it would be a fine achievement.
samplaire
Posts: 2464
Joined: Tue Jun 05, 2001 4:00 pm
Location: Warsaw to Szczecin, Poland
Contact:

Post by samplaire »

I'd also like to be a beta tester, please
mjerom
Posts: 53
Joined: Fri Dec 14, 2001 4:00 pm
Location: paris/france
Contact:

Post by mjerom »

for the moment it's unworkable...
wait a bit for betatesting
thx
mjerom
Spirit
Posts: 2661
Joined: Thu Mar 29, 2001 4:00 pm
Location: Terra Australis

Post by Spirit »

I could help with some graphics if that's appropriate - maybe just to bounce around ideas ?
mjerom
Posts: 53
Joined: Fri Dec 14, 2001 4:00 pm
Location: paris/france
Contact:

Post by mjerom »

the sequencer we are talking about
is suppose to be part of a device
because you cannot generate midi info
in a scope device (with the regular atoms)
you cannot make a stand alone sequencer .
so this project will be (if anybody can make it work )part of devices .
anyway thx for graphic support (this can help me for my next project)
mjerom
User avatar
at0m
Posts: 4743
Joined: Sat Jun 30, 2001 4:00 pm
Location: Bubble Metropolis
Contact:

Post by at0m »

Mod2 has a built-in sequencer, but it cannot export that midi to other devices.
Is there a way to connect that to external devices? I don't think Creamware has kept that option open );
There might be other means of sending notes though, the Sequencer Remote does it too.

I know nothing of DP stuff, just my 2cents.
User avatar
alfonso
Posts: 2225
Joined: Sun Mar 25, 2001 4:00 pm
Location: Fregene.
Contact:

Post by alfonso »

the drum seq. module outputs self generated midi notes but it's designed to output the same midi note from 8 outs.
it should be easy (please do it if you can, i don't have dp) to get something out of it....
ciao, alfonso
mjerom
Posts: 53
Joined: Fri Dec 14, 2001 4:00 pm
Location: paris/france
Contact:

Post by mjerom »

i 'll try it
but this sequencer is part of mod2
(wich is not free for everybody)
the real deal is to build one
mjerom
User avatar
Neutron
Posts: 2274
Joined: Sun Apr 29, 2001 4:00 pm
Location: Great white north eh
Contact:

Post by Neutron »

On 2002-01-26 14:01, atomic wrote:
Mod2 has a built-in sequencer, but it cannot export that midi to other devices.
Is there a way to connect that to external devices? I don't think Creamware has kept that option open );
There might be other means of sending notes though, the Sequencer Remote does it too.

I know nothing of DP stuff, just my 2cents.
if a device was made with an extra audio in that could be used as an external modulator you might be able to use the modulars sequencer to control it.



<font size=-1>[ This Message was edited by: defex on 2002-02-12 20:46 ]</font>
j9k
Posts: 266
Joined: Sun Feb 24, 2002 4:00 pm
Location: san diego
Contact:

Post by j9k »

i tried hooking an lfo to the midi keyboard with ill results well if you like your stuff off time it's ok. i also tried hooking an lfo to the midi controller io 7bit module (this one actually crashed the scope). wouln't midi controller lfo's be nice. but since they are asynchronous they couldn't keep time. this was the only way i could think of to generate any kind of midi data with the scope.
mjerom
Posts: 53
Joined: Fri Dec 14, 2001 4:00 pm
Location: paris/france
Contact:

Post by mjerom »

anybody tried the "logical" way ?
and xor ...
User avatar
spacef
Posts: 3342
Joined: Sun Jun 17, 2001 4:00 pm
Contact:

Post by spacef »

the solution is using the Gate + delays. Good luck

<font size=-1>[ This Message was edited by: spacef on 2002-03-26 04:51 ]</font>
User avatar
spacef
Posts: 3342
Joined: Sun Jun 17, 2001 4:00 pm
Contact:

Post by spacef »

i think :smile:
User avatar
Neutron
Posts: 2274
Joined: Sun Apr 29, 2001 4:00 pm
Location: Great white north eh
Contact:

Post by Neutron »

Its working! :smile:
now using only creamware atoms (some 3.06 ones) and able to work polyphonically without wierd things happening :smile:

all you need is an LFO, a sync multiplier, some "compare W" and signal adder mix

it has no no memory slots or anything but still. it is cool :smile:.

also it can only be used internally in a device. if you do like j9k did in foam free to make a midi output, it will work but it is sync-async conversion so the timing is not very accurate.

Im making a micro synth with 2 sequencers instead of X and Y

It is close to done :smile: (some scope 3 issues remain but there will be a beta soon on neutron list)



<font size=-1>[ This Message was edited by: Neutron on 2002-05-31 13:07 ]</font>
j9k
Posts: 266
Joined: Sun Feb 24, 2002 4:00 pm
Location: san diego
Contact:

Post by j9k »

the lfo signals are not what they seem at first glance. the triangle and ramp waveforms have a little curve to them which is very visible in the higher frequencies aside from the sync/async converter problems.

i don't know if you're interested but i'm working an an a/d and d/a converter modules right now. it uses two bit chops a level mixer and inverter per bit. so far i have been able to break down a triangle wave into 8 paralell pulses and reconstruct the waveform. looks good in my favorite 2track editor. i guess the a/d converer could be used to trigger a bank of s/holds and run through an integrator.

i've been doing a little extra learning since the post above.

see ya,

jud

<font size=-1>[ This Message was edited by: j9k on 2002-05-31 20:13 ]</font>
User avatar
Neutron
Posts: 2274
Joined: Sun Apr 29, 2001 4:00 pm
Location: Great white north eh
Contact:

Post by Neutron »

i have an oscilloscope so i can see the shape of the waves, LFO SAW is a bit different from an ideal saw but it sounds quite musical, it has a slight sine on it to correct it. if you take the sine and use a higher freq (2x or 4x or 8x) and impose it on the saw you can get some cool natural timing variation
Post Reply