XY x 4 Pad Project

Special collaborative projects managed by SynthMaker users

Moderators: electrogear, exonerate

Re: XY x 4 Pad Project

Postby Andrew J on Mon Apr 27, 2009 10:12 pm

I couldn't get the right click to work with the dragXY - that's why I used the shift key instead.
Andrew J
smanatic
 
Posts: 616
Joined: Tue May 29, 2007 4:53 am
Location: Australia

Re: XY x 4 Pad Project

Postby hansdump on Fri Sep 11, 2009 11:59 am

This is amazing work gentlemen!

H.
User avatar
hansdump
essemist
 
Posts: 95
Joined: Mon Feb 09, 2009 2:26 am

Re: XY x 4 Pad Project

Postby philter5 on Sat Sep 12, 2009 1:09 am

yes, indeed great project and great work here! :love:
---Yes, a piece of software CAN be your best friend---
User avatar
philter5
smaniac
 
Posts: 1480
Joined: Thu Jan 04, 2007 7:52 pm
Location: Germany

Re: XY x 4 Pad Project

Postby noise_maker on Mon Mar 08, 2010 10:25 pm

Really nice!
The Left+Right path record feature is very handy!
thanks for sharing it Martin all the others who help! amazing work!
Last edited by noise_maker on Wed Mar 10, 2010 7:08 pm, edited 1 time in total.
English isn't my native language.
User avatar
noise_maker
essemist
 
Posts: 193
Joined: Sat Nov 22, 2008 12:55 pm

Re: XY x 4 Pad Project

Postby noise_maker on Wed Mar 10, 2010 2:31 pm

I have a superrrr idea! but I have no idea how to implement it.

here it goes:

1. add a BPM button (to sync off/on)

2. while drawing a path (right + left+ drag), for every beat press Ctrl to add a beat mark# (1, 2, 3, 4...)
Attachments
Untitled - 1.png
Untitled - 1.png (16.45 KiB) Viewed 1799 times
English isn't my native language.
User avatar
noise_maker
essemist
 
Posts: 193
Joined: Sat Nov 22, 2008 12:55 pm

Re: XY x 4 Pad Project

Postby noise_maker on Wed Mar 10, 2010 7:11 pm

another suggestion: saveable paths
English isn't my native language.
User avatar
noise_maker
essemist
 
Posts: 193
Joined: Sat Nov 22, 2008 12:55 pm

Re: XY x 4 Pad Project

Postby trogluddite on Thu Mar 11, 2010 10:43 pm

noise_maker wrote:1. add a BPM button (to sync off/on)


Unfortunately, I'm a bit busy to contribute much at the moment; but my current project is using a form of 'motion recording' on its knobs. If I get the chance I'll see if I can modify the relevent parts to post up here...

In the mean time, if you search for 'Soopa Loopa' there's a Beta of the schematic there - the relevent part is within the knobs, called 'Parameter Looper' - you'll also need to delve into the tempo module to get hold of the clock generator that generates the timing signals - 'Beattime' is the length of one beat (in samples) and 'Masterclock' is a ramp waveform cycling every two beats (two beats is just a side effect of the clock being used elsewhere).
The main bit is hopped and interpolated, but the timing clock is sample accurate, so the BPM timing is much much better than in green, and the CPU is pretty low (could even use quad mono - two x,y blobs per code then) - sorry the code is a little convoluted, but that's so that it can follow tempo changes. (the main bit is in assembly, but there's a purgable module with the original code version)
I'll see if I can do some mods so that record and play are seperated - that way it could use a mem primitive, enabling paths to be saved as wav files.
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: 3028
Joined: Mon Oct 20, 2008 3:52 pm
Location: Yorkshire, UK

Re: XY x 4 Pad Project

Postby aliasant on Fri Mar 12, 2010 11:09 am

That would exellent!
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

Re: XY x 4 Pad Project

Postby trogluddite on Fri Mar 12, 2010 5:48 pm

Here's my first draft of a modified motion recorder module - it may need a fair bit more tweaking to suit your purpose, but I haven't time just now :( to try and wire it into your x/y pad.
The length of the loop is rounded to the nearest beat from the length of time that record is active (that may well be the part that doesn't work so well for your schematic). The Master Clock is a wireless module so that it can be shared by several recorders easily.
Let me know how you get on, and I'll try to refine it more (unless somebody else fancies trying to make sense of my code 3:) ) - it could be a useful little module eventually for a lot of different things.
mem looper.osm
(68.31 KiB) Downloaded 196 times
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: 3028
Joined: Mon Oct 20, 2008 3:52 pm
Location: Yorkshire, UK

Re: XY x 4 Pad Project

Postby aliasant on Fri Mar 12, 2010 5:50 pm

I too am very short of time so I hope someone else can dig into it? At least get it started perhaps?
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

Re: XY x 4 Pad Project

Postby noise_maker on Sat Mar 13, 2010 12:06 pm

Invector (SM synth - osm version) has a BPM based pad with 5 steps (4steps and the 5th close the beat).

it isn't as cool as drawing a path and click CTRL to add steps, but maybe it could be useful to understand few thigns (at least from my side)
English isn't my native language.
User avatar
noise_maker
essemist
 
Posts: 193
Joined: Sat Nov 22, 2008 12:55 pm

Re: XY x 4 Pad Project

Postby noise_maker on Thu Apr 01, 2010 2:59 am

when I link the balls to my midi controllers, the balls move only half way X/Y....

can you look into it please?
English isn't my native language.
User avatar
noise_maker
essemist
 
Posts: 193
Joined: Sat Nov 22, 2008 12:55 pm

Previous

Return to Projects

Who is online

Users browsing this forum: No registered users and 0 guests