suggestions for first SDK project?

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

Moderators: valis, garyb

Post Reply
bgarlow
Posts: 46
Joined: Wed Jun 02, 2004 4:00 pm
Location: Albuquerque, NM

Post by bgarlow »

Hello all,

I'm looking for ideas for my first SDK project. Something simple but useful that would be a good way to get my feet wet. Any suggestions?

What are you guys working on? Does anyone feel like sharing their projects with the rest of us newbies; something we can use as a tutorial?

Thanks,
Brent
Music Manic
Posts: 1743
Joined: Wed May 15, 2002 4:00 pm
Contact:

Post by Music Manic »

MIDI matrix sequencer with velocity control,MIDI channel choice etc.
Lima
Posts: 917
Joined: Mon Dec 29, 2003 4:00 pm
Location: Italy
Contact:

Post by Lima »

Hi! Why not making a midi delay?

A simple device that repeat the midi flow after a setted amount of tiks (or beats).

I think that scope needs some midi empruvements, so this is one... :smile:
Immanuel
Posts: 3018
Joined: Thu Oct 25, 2001 4:00 pm
Location: Aalborg, Denmark

Post by Immanuel »

I don't think Music Manic has SDK ...

j9k suggested a small mixer. I would add: anything simple that you have missed. Personally, I found routing pretty straight forward (got to get my music PC up running again,so I can make that promissed 8 channel aby switch).
User avatar
cannonball
Posts: 344
Joined: Wed Sep 26, 2001 4:00 pm
Location: italia

Post by cannonball »

hi

i have received the mine too
but is a pain at the moment :grin:

i 'd like to built an open
stereo channel or an
equalizer like peq4 with 8 band or
a mixer

ale

ale
bgarlow
Posts: 46
Joined: Wed Jun 02, 2004 4:00 pm
Location: Albuquerque, NM

Post by bgarlow »

Thanks for the suggestions...keep them coming! I built a simple guitar distortion stomp-box this morning. Nothing I couldn't have built in Modular, but it was good practice. I only built the circuit, so maybe I'll work on a GUI for it tomorrow.

Cheers!
User avatar
astroman
Posts: 8454
Joined: Fri Feb 08, 2002 4:00 pm
Location: Germany

Post by astroman »

that's the proper way of doing it :smile:
start with something you're familiar with in real world - analyze it's function and control chain - find the elements in SDK that could represent these items - arrange and check if it's behaving as expected.

Modify the flaws (which are likely to show up) and possibly look for alternatives that may replace existing blocks by new arrangements of simpler elements.

Don't bother with the user interface too much (in the beginning) - it's always the most sophisticated part :wink:

pretty obvious blurb, but it's often neglected by wanting too much.
The more systematically you study the simple blocks, the faster revealation shows up and things almost flow by themselves.
It has been mentioned here that music and programming aren't that different.

another suggestion from the midi world which would be nice to have and doesn't exist yet:

an omni-note changer - whatever midi note arrives, it outputs the same predefined note.
In case you wonder: all SFP drum modules (for example) rely on a certain note set for the instrument (voice).
If you have existing multi-channel patterns, you'd have to modify each stored note to the appropriate value for the desired instrument.
With such a device whatever is stored on a channel automatically triggers the right drum.

cheers, Tom
nitri
Posts: 87
Joined: Tue Jun 01, 2004 4:00 pm

Post by nitri »

Hello! Yesterday, I start to build a Mixer for live, with Mackie control, my second step will be make the same mixer but with transport control for Logic. I think in a filter for all commands except transport, markers and Jog. I see in the DSP window two modules called MackieFader Control an Button Control, but I haven´t any information of this.
nitri
Posts: 87
Joined: Tue Jun 01, 2004 4:00 pm

Post by nitri »

Another question: It´s posible write DLL´s or SCRIPT files?. I need process a algorithm for initialize the Mackie control.
Music Manic
Posts: 1743
Joined: Wed May 15, 2002 4:00 pm
Contact:

Post by Music Manic »

On 2004-11-13 15:43, bgarlow wrote:
Thanks for the suggestions...keep them coming! I built a simple guitar distortion stomp-box this morning. Nothing I couldn't have built in Modular, but it was good practice. I only built the circuit, so maybe I'll work on a GUI for it tomorrow.

Cheers!
Can we hear it?
Lima
Posts: 917
Joined: Mon Dec 29, 2003 4:00 pm
Location: Italy
Contact:

Post by Lima »

On 2004-11-13 14:00, cannonball wrote:

i 'd like to built an open
stereo channel or an
equalizer like peq4 with 8 band or
a mixer
I vote for the peq8!
:grin:
dr cold hand
Posts: 7
Joined: Fri Nov 19, 2004 4:00 pm

Post by dr cold hand »

What about having a bash at this:

http://www.planetz.com/forums/viewtopic ... forum=30&7

I don't know if it's simple.
decimator
Posts: 526
Joined: Sun May 26, 2002 4:00 pm

Post by decimator »

Sorry if I have to say it again : for those who have Reaktor there are plenty of ideas / paths already explored, sure you can't do ( modules equivalents + ... ) and possibly are not willing to do 1:1 ports but there's quite some brain spilled there since some years ! :wink:
It's the *only* reason, I'am hanging on my Reaktor license, for later ... :smile:
Also Synthedit creations to study and others ... ( insert names - ideas )
Post Reply