Jump to content

tazumi

Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Everything posted by tazumi

  1. tazumi

    vj mixer

    hi, almost every parameter in resolume can be controlled via midi. so it should be no problem.. just take your favourite mios-application and build a nice frontpanel. (do vjs use step-sequencer for modulation? i think it would be cool for example to jump to different frames via stepsequencer :-) g. tz
  2. hi leute, so jetzt hab ich mit meiner midibox angefangen.. (als absoluter anfänger in sachen elektronik).. klappt soweit auch super, jetzt bin ich aber an einer stelle wo ich 1KOhm widerstände benutzen muss (R2 und R4 beim core-modul). bei der bestellung wurden wohl falsche geliefert, und zwar 1.1 KOhm. kann ich die trotzdem verwenden oder sollte ich nochmal neue bestellen? vielen dank, gruß tazumi
  3. Hi zusammen, so jetzt will ich endlich mein erstes projekt in angriff nehmen.. ohne ahnung fängt man aber besser klein an ;-) also soll es eine mini-mb64 werden: 10 potis, 6 buttons, ein paar leds. KEIN display, KEINE menue-tasten (falls das ohne geht) die potis und buttons senden immer die selben events. (das ganze ist fest an einen synth angeschlossen und steuert funktionen, die über die synth-oberfläche nicht direkt erreichbar sind) Fragen: - muss man die mb64-applikation anpassen, um ihr zu sagen dass z.B: keine 64 sondern nur 10 pots angeschlossen sind? wenn ja: wie kompliziert ist das? - kann ich nur über die virtual midibox alles einstellen, also geht es ohne menue? vielen dank, tazumi
  4. We're using the standard Windows midi api. I do not have the source code here, so I will try to explain what I do in the code. I open a midi device with the midiInOpen function. I also defined a callback function, where I can receive the messages. After opening the device I start the receiving with midiInStart and add a buffer with midiInAddBuffer. Before adding the buffer I prepare it with midiInPrepareHeader. It all works fine. Now I can receive SysEx messages (and other midi messages). But only the first block. To receive more than one block I make another call of midiInAddBuffer in the callback function (after I received a block). Now I can receive all the other blocks, too. But the device doesn't close (midiInClose) right now and I cannot open it anymore. Do I have to do something else, before calling the second time midiInAddBuffer. I will post the source code as soon as possible.
  5. Hi, i don´t know if anybody in here already did some Midi programing in C? (serge?) ;) we´ve got a problem with receiving sysex-messages. to receive a sysex message you have to call the method "midiInAddBuffer" to provice a buffer where the sysex-data can be stored in. you have to call it for every package of the message. this works great so far - but the problem is if i close the Indevice now and try to open it again it crashes. if i call "midiInAddBuffer" only once at the beginning, i can reveive only the first package for sure, but now i can close and open the device without any problems. has anyone an idea what we do wrong? thanks tazumi
  6. Hi, yes that autodemo-tutorial is really great, maybe you look at this first, just ask if there are still questions after reading this... and another helpfull environment if you have to configure fader maps yourself: http://home.arcor.de/tazumi/daten/fader_events.zip you can insert any plugin and it will show which fader-event does what - check it out... Dan: this fader-mapper-environment seems to be cool- do you have the full version? i think i´ll test the demo. tazumi
  7. Hi, i´m new here and didn´t read that post earlier. if you´re still interested and did not get it work yet i can help you cause i tried a lot getting a midi controller work with logic. the thing is you don´t need "meta events" but "fader events" to controll the environment objects. because fader events are special events only used in logic i think you can´t get them out of the mb64 directly. so you use standard cc´s and convert them in the environment to fader events using a transformer. this is a bit hard to explain just in words so i´d make some screenshots that explain the different steps you need to control logic. and by the way that is very interesting because you can "save" different settings inside logic so you need only one "general" setup in the midibox. so if you´re interested i look for screenshots to explain that... tazumi
  8. hört sich gut an. :) dann ist die logic emulation praktisch eine NG mit 8 Motorfadern statt 128 pots, oder? weil ich brauch erstmal keine MFs und auch keine encoder, sondern eher normale potis. hauptsächlich möchte ich damit Ableton Live und Reason steuern, nur wenns mit logic auch gut funktioniert dann um so besser. es ist auch vorgesehen, den sequenzer auf mios zu portieren, oder?
  9. Hi an alle, erstmal muss ich sagen: super projekte hier, echt der hammer. ich kanns jetzt kaum erwarten loszulegen. hab da aber doch noch ein paar fragen, ich hoffe irgend jemand kann mir helfen: 1. hat jemand erfahrungen mit der midiBox 64 und logic (5.5 pc)? im downloadbereich gibts ja ein beispiel-environment, aber für 4.? und ich wollte wissen ob jemand weiss wies mit 5.5 klappt. 2. hab öfters gelesen dass die midibox ng jetzt bald fertig ist - was genau heisst bald? :) lohnt es sich noch zu warten oder könnte das noch länger dauern? möchte nämlich schon demnächst anfangen. :) vielen dank schon mal tazumi
×
×
  • Create New...