the dial object in Max Msp...help!!
Hello everyone my name is Alex and i'm very new to Max Msp, i have read through the help files and looked on the forum but what i need to do doesn't seem to be explained anywhere or i'm stupid ...probably the later but either way if any one can help me here is my problem.
I am currently doing a project for my degree in music production using MaxMsp 4.5 and jitter 1.5 and i proposed to build a virtual record deck that you can load an mp3 in to and scratch with it but this will be intergrated with jitter to perform changes in effects on the video screen acording to locations that you scratch on the deck, i also want the dial object to act as a real deck so when you release the dial the tune keeps playing untill you grab it again and start scratching in a different location.
as far as i'm aware the dial( what i will use as a deck) can only output the numbers from 1 to 100 in one box or from 1 to 100 in a sequence of boxes but they all change at the same time so when you move the dial to say number 20 all the boxes say number 20, i think what i need to do is have effects 1 play at 10 effects 2 play at 30 effects 3 play at 50 etc
so i need box 1 to get to 10 and stay at 10 then box 2 to get to 30 and stay a 30 etc and i need the effects to know they should play when it recieves a certain number so if it recieves the number 10 it will trigger the effect untill it sees a number 30 which is the next effect.
any ideas on how to lock the numbers in the boxes or a better easier way of doing what i need to do will be greatly appreciated, thankyou for taking the time to read my post.
Alex
I don't really understand what you want to do, maybe add a patch.
either way, it sounds like you need to take a look at the split, scale and sel objects. (don't forget you can alt click for helpfiles)
you can often set properties like this in the get info window.
btw in one of the jitter tutorials you can use a jit.window as a turntable like controller, much cooler then dial ; )
>s far as i'm aware the dial( what i will use as a deck) can only output the numbers from 1 to 100 in one box or from 1 to 100 in a sequence of boxes
I'm not sure it totally understand you here, but if you select the dial object in an unlocked patcher window and then press Apple + I you will see the dial Inspector window where you can set the objects appearance and output options (look at output range, offset, and multiplier) - Many of the objects in max have very useful inspector windows. Apple + I is a basic Max skill - have you done the Tutorials?
wow.... what the hell?
thanks for your posts everyone, i have decided that as a begginer max user that the project i will undertake is a bit out of my league at least for now.
instead i will make a soundtoy which you can use in conjunction with a record deck, you can load an mp3 into the buffer or input any sound source via your soundcard and select audio affects from 1 to 10 and when you select the effect you also select a matching video effect in jitter for the visual output for example a distortion effect on the audio will relate to more noise on the video, the more you increase the audio effect the more it increases the video effect, i will also allow you to have more than one effect on at a time which would also merge the video effects together, or for more destructive control there will be a slider to slect the audio effects or just the video effects and tempo control.
i think everyone would agree that that is a more acomplishable project....i hope lol
You'd probably need a separate dial for each number box -- otherwise you have to have a way to switch which box the dial affects (using a gate). The standard values for the dial are zero to 127, but you can of course tweak that with a calculation after it’s generated.
By the way, are you using some kind of external MIDI controller? I have one from M-Audio, it's got eight faders, 24 knobs, buttons, and couldn’t be more simple and fun to use. About $200. Your ideas will increase exponentially once you get away from the mouse!
-CJ
i have been thinking about getting an external MIDI controler in addition to my MIDI synth that has only 6 control knobs for MIDI but the funds are low at the moment what with being a student.
i am beginning to understand the mathematical operations in Max but maths isn't my strong point and i don't understand certain operations such as cos sin tan, i know they are used a lot for all sorts of things but i don't think i will have to use them to do what i need to do, i can imagine though that i could make things a lot more exciting with greater knowledge.
here's a sample patch I cooked up. see if it helps give you some new ideas. remember that if you change the right inlet value of a multiplier or other arithmetic box, the calculation won't be triggered automatically. you can set it and then bang it if that's what you want. sometimes you do, other times it's nice to set it and wait.
cheers!
p.s. Math is your FRIEND........ ;)
----------------------------------------------------------