Become a part of the TranceAddict community!Frequently Asked Questions - Please read this if you haven'tSearch the forums
TranceAddict Forums > DJing / Production / Promotion > Production Studio > Max/MSP thread
Pages (3): « 1 [2] 3 »   Last Thread   Next Thread
Share
Author
Thread    Post A Reply
jason_bradberry
Junior tranceaddict



Registered: Jul 2008
Location: Chichester, UK

I created a patch at uni which let me use my xbox 360 controller as an intelligent MIDI controller which could be synced to any musical scale - great fun to play!


___________________
http://www.myspace.com/jbradberrymusic/

Old Post Jul-12-2009 21:48  United Kingdom
Click Here to See the Profile for jason_bradberry Click here to Send jason_bradberry a Private Message Visit jason_bradberry's homepage! Add jason_bradberry to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Stef
come @ me bro



Registered: Aug 2007
Location: NYC

Bet it still sounds meh.

Old Post Jul-12-2009 22:15 
Click Here to See the Profile for Stef Click here to Send Stef a Private Message Add Stef to your buddy list Report this Post Reply w/Quote Edit/Delete Message
MrJiveBoJingles
Supreme tranceaddict



Registered: Jun 2004
Location: U.S.

Built my first FM synth in Max/MSP!



Playing around with it: http://jbj.raceriv.com/img/FMinMax.mp3

I've labeled some of the stuff in the image, so if you're familiar with the architecture of FM synths you might have an idea what's going on. I only have two modulator waves and one carrier right now. The green boxes control the frequency of the waves and the reddish ones control the gain / intensity. To make it more musically pleasing I'll probably set the modulator waves to move in a regular proportion to the carrier frequency, rather than just wherever the user sets them. Here is the patch itself if anyone is interested in tinkering with it:

http://jbj.raceriv.com/max/VibratoThroughToFM.pat

Old Post Jul-13-2009 06:26  United States
Click Here to See the Profile for MrJiveBoJingles Click here to Send MrJiveBoJingles a Private Message Add MrJiveBoJingles to your buddy list Report this Post Reply w/Quote Edit/Delete Message
kitphillips
is actually a guy.



Registered: May 2006
Location: Sydney, Australia

That looks like max 4? I approve of this thread


___________________
New Mix: March 2010 Promo
Soundcloud|Facebook

Old Post Jul-13-2009 09:20  Australia
Click Here to See the Profile for kitphillips Click here to Send kitphillips a Private Message Add kitphillips to your buddy list Report this Post Reply w/Quote Edit/Delete Message
sixofour.604
Supreme tranceaddict



Registered: May 2009
Location:

FL comes with the ability to build your own synths. I don't hardly use it, as I can't code anything, but it comes with pre-made modules you can lump together.


___________________
E = mc˛/2

E = mc˛ is the optical illusion of E = mc˛/2

Click me to find out why.

Last edited by sixofour.604 on Jul-13-2009 at 11:51

Old Post Jul-13-2009 11:42  Lebanon
Click Here to See the Profile for sixofour.604 Click here to Send sixofour.604 a Private Message Add sixofour.604 to your buddy list Report this Post Reply w/Quote Edit/Delete Message
MrJiveBoJingles
Supreme tranceaddict



Registered: Jun 2004
Location: U.S.

Added some breakpoint envelopes to control two of the operators and get more complex sounds:



http://jbj.raceriv.com/max/NewFM.mp3

Old Post Jul-13-2009 18:00  United States
Click Here to See the Profile for MrJiveBoJingles Click here to Send MrJiveBoJingles a Private Message Add MrJiveBoJingles to your buddy list Report this Post Reply w/Quote Edit/Delete Message
MrJiveBoJingles
Supreme tranceaddict



Registered: Jun 2004
Location: U.S.

Made a new synth with three main oscillators and one sub-osc. Right now all it puts out are pulse waves, but there are a couple twists:



http://jbj.raceriv.com/max/pulser.mp3

What it actually does is transform a saw wave into a pulse of variable width. The transformation happens at the "<~" box, called "less-than operator." The essence of a pulse wave is that it is always either "on" (max value) or "off" (min value), so what the "less than" operator does is compare the value of the saw wave to the value of an incoming signal from the blue knob. When the value of the saw wave is lower than the value of the blue knob, then the "<~" box outputs "1" as its signal, and when the value of the saw wave is great than the value of the blue knob the "<~" box outputs "1" as its signal. Nothing but 1s and 0s gives you a pulse. The width of the resulting pulse will depend on the value sent from the knob, which you can adjust. You can hear that happening in the second part of the sound file.

I added a detuning knob as well. This sends out a value set by the user -- from 1 (no change) to 1.0595 (about one semitone) -- which is then multiplied against the original frequency in one oscillator and divided against it in the other oscillator, giving a spread on both sides of the chosen frequency. If you want to turn an oscillator off, you can simply set its blue "Pulse Shaper" knob to 0.

Here is the patch if anyone is interested:

http://jbj.raceriv.com/max/Pulser-w-ADSR2.pat

Old Post Jul-13-2009 21:36  United States
Click Here to See the Profile for MrJiveBoJingles Click here to Send MrJiveBoJingles a Private Message Add MrJiveBoJingles to your buddy list Report this Post Reply w/Quote Edit/Delete Message
MrJiveBoJingles
Supreme tranceaddict



Registered: Jun 2004
Location: U.S.

Made a sample manipulator:

http://jbj.raceriv.com/max/samplingandringmod.mp3



In this one you can load a sample into a little player by pressing the "read" box -- the "groove" box is what plays the sample. You can change the start and end points of the sample as it's looping, which is part of what I was doing in the file, and you can change the playback rate (and pitch) in the number box above the "sig~" box. The stuff on the right is a ring modulation setup, which is the effect playing through the first part of the file. You can change the modulation by turning the lower big gray knob. I'm going to try and getting around to making it so that you can load multiple files for playback and simply scroll through them on a menu or something.

Here is the patch if anyone wants it: http://jbj.raceriv.com/max/RingModRandom.pat

Old Post Jul-14-2009 21:26  United States
Click Here to See the Profile for MrJiveBoJingles Click here to Send MrJiveBoJingles a Private Message Add MrJiveBoJingles to your buddy list Report this Post Reply w/Quote Edit/Delete Message
MrJiveBoJingles
Supreme tranceaddict



Registered: Jun 2004
Location: U.S.

I think I have an idea how I can let the user specify the BPM and the length of the loop, and also which bar of the loop to play -- for example you could switch back and forth between bars or individual beats and repeat them without necessarily playing them in order or playing the whole loop. That's my project for tonight. Maybe I can even figure out a way to let the user tell which ring mod setting to use on each bar. Might end up with a nice little loop-mangling machine if I can pull this off.

Old Post Jul-15-2009 00:29  United States
Click Here to See the Profile for MrJiveBoJingles Click here to Send MrJiveBoJingles a Private Message Add MrJiveBoJingles to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Timothy
Supreme tranceaddict



Registered: Jun 2004
Location: Holland

quote:
Originally posted by ponsshin
Reaktor can't do this
http://www.youtube.com/watch?v=zEepuIzOjXc


Someone even made a game with Reaktor :P


___________________
Fighting for peace is like fucking for virginity

Old Post Jul-15-2009 03:55  Netherlands
Click Here to See the Profile for Timothy Click here to Send Timothy a Private Message Add Timothy to your buddy list Report this Post Reply w/Quote Edit/Delete Message
MrJiveBoJingles
Supreme tranceaddict



Registered: Jun 2004
Location: U.S.

I discovered you can add a spectroscope to projects:



Not terribly useful I guess, but it can make things look more interesting:

http://jbj.raceriv.com/max/spectroscrope.wmv

Old Post Jul-15-2009 21:27  United States
Click Here to See the Profile for MrJiveBoJingles Click here to Send MrJiveBoJingles a Private Message Add MrJiveBoJingles to your buddy list Report this Post Reply w/Quote Edit/Delete Message
MrJiveBoJingles
Supreme tranceaddict



Registered: Jun 2004
Location: U.S.

The loop player has grown.



You can now specify how long you want the loop to be in beats -- so the decimal value ".5" would make the loop repeat every half beat, for example. You can set the values down quite small to get some really glitchy, Aphex Twin-esque metallic effects, and switch between the values as the loop is playing as well. You can also scroll through the gray number box on the middle left to change which chunk of the sound file is playing. I'll try to upload an example of some manipulation later, but here's the patch if anyone wants to play with it (press the "read" button to load a sample, and toggle the "X" box to turn looping on and off):

[[ LINK REMOVED ]]

Old Post Jul-15-2009 22:25  United States
Click Here to See the Profile for MrJiveBoJingles Click here to Send MrJiveBoJingles a Private Message Add MrJiveBoJingles to your buddy list Report this Post Reply w/Quote Edit/Delete Message

TranceAddict Forums > DJing / Production / Promotion > Production Studio > Max/MSP thread
Post New Thread    Post A Reply

Pages (3): « 1 [2] 3 »  
Last Thread   Next Thread
Click here to listen to the sample!Pause playbackG Pal - Live @ Plattenleger (24.10.2005).mp3 [2006] [0]

Click here to listen to the sample!Pause playbackAnt & Nick Grater - Strontium 90 [2002]

Show Printable Version | Subscribe to this Thread
Forum Jump:

All times are GMT. The time now is 18:23.

Forum Rules:
You may not post new threads
You may not post replies
You may not edit your posts
HTML code is ON
vB code is ON
[IMG] code is ON
 
Search this Thread:

 
Contact Us - return to tranceaddict

Powered by: Trance Music & vBulletin Forums
Copyright ©2000-2026, Jelsoft Enterprises Ltd.
Privacy Statement / DMCA
Support TA!