Jump to content

stryd_one

Frequent Writer
  • Posts

    8,840
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by stryd_one

  1. I see the idea now... Yeh you could do this in the same way anti-skid braking works (at least on airplanes I don't know squat about cars heheh)... You basically watch the speed of rotation, and measure the change, and react according to change (IE if the wheel is turning slower than the plane's speed should make it, its skidding so let the brake off, etc)...would be pretty easy with a turntable because you can use a fixed speed of rotation so you dont even have to monitor the speed...then you just measure the difference between the fixed rotation speed (shall we say 45rpm? heh) and the actual RPM read from the light sensor ... The math needed to do this in MIOS is already there, take a look at the MIOS code for some of the projects, or on the PICList website... Definitely not hard to time a series of pulses and measure a BPM, nor to measure the difference between the two and send a pitchbend message accordingly... But the thing is, there's infinite room for change in speed going faster, and a limited, but still fairly broad range going slower... I mean how could we get it to handle it if you stop the spinning disc, or do a back spin, or a forward spin for that matter? Most MIDI synths and samplers only pitchbend a few octaves either way at best....doh! Food for thought... I'm willing to help with code if ya like but I'm not sure it's really workable... I mean you could make the device, there's 16,383 different pitchbend settings after all (14 bits...), so lots of different speeds could be accounted for, but the thing is that not much will be able to make really practical use of it :( I dunno, maybe I missed the point again heheh
  2. Didn't you read that edrum link? Use peizo buzzers.
  3. oh yeh and...yes, you can make smaller triggers with peizo stuff, and the velocity is usually controlled by the voltage received from the trigger/peizo pad/battery connected to wire/whatever analog in.
  4. i really cant see it being that hard to use the ADC on the PIC to do this... Just a matter of whether you want it badly enough to write your own code... I'm in the same situation with a sequencer, and after 5 years of waiting for someone else to build it, I'm gonna use MIOS as a basis and do some extra code, maybe you'll feel like doing the same... FWIW it's pretty easy to pick up cheap trigger to midi convertor boxes and theres many drum machines that incorporate the feature into their design... Honestly it's probably cheaper and definitely faster to buy something like that and build your own triggers... Another thing I did hehe
  5. why not use a combination of lfo's and pitchbend and modwheels modulating pitch?...
  6. That explains all the extra attention to the site lately....
  7. Not to mention a whole bunch of new documentation and images!!! :o You just never stop do you mate :D I think you should copyright the phrase "Thanks Thorsten!" So people have to pay you royalties when they say it... You'll make a fortune out of me alone ;) Thanks Thorsten! [quote name=Thorsten Klose link=board=troubleshooting;num=1054487915;start=0#5 date=06/05/03 at 00:59:40]alright, the 3tracks variant is now in the v101 archive under MBHP->MIDIbox64seq->Download hope it works ;-) Best Regards, Thorsten.
  8. Hi all, I'm doing some planning work for the sequencer I've spoken of building, and I'm trying to find out how the MB64SEQ (and eventually the MIOSSEQ) is triggered to send events, both when using internal timing, and when synced to MIDI Clock... Is is a real world clock (eg counted in seconds etc), or a musical clock like midi clock, or maybe something with the PIC's clock speed, or a bit of both, maybe none of the above ;) As much info as you have, would be a great help. Thanks!
  9. Sounds interesting :) I'm sure it would be possible to whip up some code to do this What does the DB50XG do that the SID can't?
  10. Excellent news... Myself and my good friend Ben will be working on MIOS sequencer's too - hopefully we will all be able to help each other along. I don't know what you have in mind, however I actually stumbled accross uCApps while searching for a way to implement some rather "weird" functions myself - things that are not available anywhere else at all, commercially, free, software, hardware or otherwise... They're ideas I've been nurturing for some years now, so they're pretty specific, and as such I'm not too sure if this is the place for us to discuss it, we might be talking too much ??? But I'd definately like to talk with you and we can bounce ideas off each other and blend them into one box perhaps? Anyway to make a very long story very short, my idea would be like a step sequence-sequencer a-la fruityloops (step sequences are stored as patterns which can also be sequenced into songs) and the major difference is the existence of individual clock multipliers _and_ dividers, both of which can be even or odd numbers, including primes. Simple idea, but nobody has ever done it as far as I can tell. (In case anyone wonders why I want these features, it's for sequencing polyrhythms) Yeh, I'm pretty interested in this too. I originally thought that my ideas would take major adjustments to the source in order to be implemented, but after MIOS was announced, I was not so sure - and now, with the MIOS Code Reference and the 'code snippets' which we've all drooled over, I mean, seen ;) ... Well it looks like I may not have to make any alterations at all to the source code, and might get away with just adding some code snippets to MIOS. Too True! ;D
  11. To be honest, even though it means an increased learning curve, I do kinda like the fact that MIOS is assembler only... However it looks like there is some level of 'scripting' (Refferred to elsewhere as "code snippets") available in MIOS which also make other funtions more accessible... I guess what I'm trying to say is, it's just fine how it is :)
  12. I'd definately be interested... If it's on EfNet I can probably get at least a few nodes of a pretty decent botpack in there too... On the flipside, decentralising the point of reference (currently this forum I guess) could be detrimental.... Any other thoughts anyone?
  13. Man... I've been lurking my way around here, ordering parts, and studying circuit diagrams, waiting patiently for the day I would see this post :) I just had to take this opportunity to state my complete awe and amazement in your work Thorsten - not to mention the selfless sharing of it. You truly are, as we say in .au, a bloody bonza bloke! ;D All the best mate... I'm sure we will see each other around here, as no sooner had I read this post, than I had received my new PIC18F452's in the mail (3 of the little beauties! woooo) Thorsten.... YOU RULE!!!
×
×
  • Create New...