Jump to content

sebiiksbcs

Members
  • Posts

    256
  • Joined

  • Last visited

Everything posted by sebiiksbcs

  1. Any questions welcome! Where are you going? "Hello! Where are you coming from?" (Frequent question by Chinese who want to chat in English, in subways etc. Depends on the city though)
  2. Anyone ever been following a link for a part and discovered infos are only available in Chinese? Hereby I officially offer my good Chinese skills to this forum to find out what's going on on datasheets, or maybe even writing parts requests etc. to companies, or whatever could be needed to help. ?? Akcija
  3. Anyone ever been following a link for a part and discovered infos are only available in Chinese? Hereby I officially offer my Chinese skills to this forum to find out what's going on on datasheets, or maybe even writing parts requests etc. to companies, or whatever could be needed to help. I am gonna post this in Miscellanous too. ?? Akcija
  4. Ist deine Frage also, wie in MIOS die Encoderbeschleunigung realisiert wird? Dies funktioniert, wie du schon angedeutet hast, über die Funktion MIOS_ENC_SPEEDSET: http://ucapps.de/cmios_fun.html#MIOS_ENC_SpeedSet Mit ihr kann die Encodergeschwindigkeit eingestellt werden. Verwendest du MIOS__ENC_SPEED_FAST, so wird soweit ich weiß die Zeit zwischen zwei Ticks gemessen und anhand dieser ein Beschleunigungsfaktor angewendet. Das Ganze ist also programmiert und wird vom PIC errechnet, und beim BCR wird es wohl auch so ähnlich laufen.
  5. So we're already two and a half!
  6. You're right... :D I would like to do (or join?) the work of interfacing the chip to MBHP, not because the sounds are great, but more like as first experience of that kind for me. I have no experience in programming other than simple MIOS yet, and I naively still dream of learning how to write in assembler or C to control different sound chips or devices with microcontrollers one day. ;) So do you guys think controlling the SAA1099 from a Core could be a thing not too hard to learn and realize for a beginner? Has anyone different suggestions for exercises? Anything you've done before, which I could learn from?
  7. http://velesoft.speccy.cz/saa1099-cz.htm Here are some docs and mp3 samples of the SAA1099 chip.
  8. Sorry for the typo, I foxed... umm fixed the link. I got this from this page: (Notes about making sound with an Arduino, very basic) http://www.uchobby.com/index.php/2007/11/11/arduino-sound-part-1/ >>>used on older Soundblaster cards?
  9. "The new Complex Stereo Sound Generator for Sound Effects and Music Synthesis" [updated] www.saratronics.com They claim: a complete kit costs 25 EUR, free shipping worldwide - Looks easy to interface - runs on +5V DC - no SMD parts as far as I remember
  10. Of course I know sonic birth and so, I also read the DSP guide a year ago. New territory for me is programming this stuff in C, or using those DSP boards and so on...
  11. I considered rather than working out the MIDI-patch cable thing I should just build a real analog synth myself! Maybe the mod matrix is a good way to go. I wonder, does it work also in a, say 12 x 12 matrix or so? Gonna learn MIOS and C, should be more intuitive than Csound:
  12. Why most topics I post seem to mutate over my head? :D But that's great: I am really happy to learn from you guys!
  13. I think that to make clear to MIOS which connection goes where, one could let MIOS work in DIN pairs. For one DIN event is received, MIOS waits for a second one (which would come from the connection of the other end of the cable), and after the pair of DIN events is received, sends an according MIDI message. That is my idea of realizing it, but i am sure there are smarter methods. Look at the pic i made:
  14. Forgot to mention an approach I found in the web, using Arduino and Max/MSP. No detailed explanations though: http://web.media.mit.edu/~adamb/patchbay.html But that guy created an interface between an existing ARP 2600 patchbay and Csound, which is roughly comparable to what I want to do...
  15. Hi, I am thinking about building a hardware patchbay as found on vintage analog synths like http://www.sequencer.de/pix/arp/arp2600.jpg, but sending MIDI events via MBHP. My idea could be comparable to the MS-20 legacy MIDI controller I guess. I would like to use the controller to virtually patch my slowly growing, "all-modulatable" Csound synth (ÃŽt is called Fatma, by the way). So as I am OK at Csound but baaad at MIOS, I need a starting point: connections of real cables could invoke DIN events, right? But then, how can I implement the function which output exactly gets connected to which input? Could I invoke one DIN event, for example ADSR1 out, by just closing the circuit with the cable just like with a push switch, then let MIOS wait for a second DIN event, which would be for example VCA1 in, and send a certain CC message after the second circuit is closed? I hope you get what I mean. (How the CC messages are interpreted by Csound is not the problem, that's very customizable. I just need the MIOS andd hardware part )
  16. Yeah, I remember I tried LCemu which is GenMCE for Mac computers. I think it even makes use of displays if the controller has any (e.g. MicroKontrol)?
  17. :D I was asking xixi if he's had progress...
  18. That is getting back to DIY now! I find interfaces very important (if they weren't I could as well click myself through softsynths and vst effects), so I gonna check all those pages and then read them again! Thanks!
  19. I don't know which one is sicker - the real one or the 'beta'
  20. Yeah i see. Inkscape actually has similar functions, but what annoys me is that I cannot set center origin. Every parts' coordinates are at the point of their bottom left corners. That makes me switch between inches and mm, then calculate their coordinates, then switch back to inches to align them...
  21. What do you mean by transformations? Move, Rotate, Scale, Clone, Matrix and such?
×
×
  • Create New...