Jump to content

Imp

Members
  • Posts

    419
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Imp

  1. Hi! Ich denke was dem von dir verlinkten controller am nächsten kommt, wäre eine MidiBox64e. Hier ist die Dokumentation dazu. Um das besser einschätzen zu können, wäre es sinnvol zu wissen, was du genau mit dem Controller steuern willst. Die benötigten Materialien ergeben sich dann aus dem gewählten Projekt. Ich würde mich da der Einfachheit halber erstmal an die Standardlösungen halten. Wenn du ein Projekt mit dem neuen Core baust (LPC17+LPCXPRESSO)brauchst du keinen PIC18FXXX. Der ist nur bei Projektem mit altem Core nötig. Die Buttons die du verlinkt hast sind riesig und für 250V ausgelegt, die würden zwar funktionieren, aber da würde ich andere nehmen. Beim LCD musst du drauf achten, dass es einen vom jeweiligen Projekt unterstützten Controller hat. Nicht benutzte digitale Anschlüsse kann man einfach ignorieren. Welche Bedienelemente an welches Modul kommen, ist teilweise vordefiniert, aber änderbar.
  2. You don't even need extra pots to get some offset, since you can calibrate the filters a little differently. It's rather hard not to get any offset :rolleyes: but it sounds nice anyway. The increased load doesn't matter, it works like a charm in my setup.
  3. You could also use one Aout_LC to control cutoff/resonance of two filters in parallel. I found this to be enough for a stereo-setup. You can't do special sweeps with different values for the left and right Filter that way, of course.
  4. To make assumptions what's wrong with your setup, we could use some more info. Also, a picture of your DINs could help us find the error. Did you try several encoders/buttons? Maybe you just had faulty ones. Usually it's okay to connect only a few buttons for testing, so that's not causing your trouble. Which functions should be controlled by the SR-pins you connected? Did you check the buttons/encoders with you multimeter?
  5. Hersteller sparen wo sie können. Ich würde mich nicht drauf verlassen, dass weniger Komponenten bei gleichem Preis zu besserer Qualität führen. Wenn du sicher sein möchtest und dafür auch bereit bist zu zahlen, dann kannst du nach Netzteilen suchen, die für Audio-kram gedacht sind. Also Originalzubehör kaufen. Da musst du natürlich erstmal rausfinden, welche Netzteile die benötigte Spannung liefern. Du kannst aber auch ein billiges nehmen und am Versorgungseingang deines Geräts zusätzliche Glättungskondensatoren einbauen. Wie lemonhorse schon sagte, sind lineare Netzteile wohl besser geeignet. Die erkennt man am Gewicht des Trafos. Schaltnetzteile wiegen viel weniger.
  6. Don't do that! This will cause more trouble than it could possibly solve.
  7. Imp

    LED Maß

    Die LED-Matrix auf Lochraster zu bauen ist gar nicht mal so leicht. Ich habe das gemacht und kann es nur bedingt weiter empfehlen, besonders wenn das Baseboard des MB-6582 vorhanden ist. Ich würde die Matrix einfach weglassen, bis die Frontplatte in greifbare Nähe rückt. Die Verknüpfungen kann man ja auch übers Menü einstellen.
  8. Nice! Soundwise, it reminds me of "Universal Nation" by Push.
  9. I see a pattern there. Money goes from europe to america: cheap and easy Money goes from america to europe: expensive It's like a check valve for money flow. Protectionism FTW!
  10. Top view ( as in the control surface): left pin to Ground middle pin to J5 on core right pin to +5V if this goes from max to min when turned clockwise, exchange left and right pin.
  11. I think the main problem with jamming on electronic devices is that you don't need the other guys. Back in the days everyone had a certain role in a Band, today you could do everything on your own. There are different ways to deal with that: a) Do it on your own, try to look fancy pushing buttons and twisting knobs b) Play one of those roles, but use electronic equipment c) Have enough electronic or human show-elements, so nobody realizes you are still only pushing buttons I chose d) make equipment, skip performance, occasionally show stuff i made to friends :whistle:
  12. oh, i'm late to the party, but DONE anyway :sorcerer:
  13. Um dein Programmwechselproblem zu lösen, würde ich erstmal kontrollieren, ob deine software die Daten richtig ausgibt. Dazu kannst du dir Midi-yoke installieren. Damit kannst du das Midisignal aus deiner Software z.b. an MIOS-studio übergeben, um es auf Form und Inhalt zu überprüfen. Was den Encoder angeht kannst du mal die anderen Encoder-Modi ausprobieren. Dazu musst du die setup_pic18f4685_mbfm_v1.asm bearbeiten.
  14. Hehe, yes. That's why i added a bypass switch to my AirFX. I don't know why Alesis didn't include it in the first place, it's so easy to trigger by accident.
  15. That looks like fun! Such a sensor might slip into the cart, on my next order. I always wanted a midi-out on my Alesis AirFX, but this might be a good alternative. I recommend a CD as reflective object, it's great for fast LFOs, if grabbed on one edge and wobbled around.
  16. There is no special plug for this, it's meant to be used with DIN plugs. So, yes, normal MIDI cable will work.
  17. Since there are libraries for servo control and midi, you could use an Arduino. I think this would be much easier than writing an application for MIOS.
  18. Since position switches usually only make a connection to one of their contacts, you'll be using 6 values ( e.g. 000001 or 001000) out of 64 possible values (6bit). Your steps will be huge, compared to the normal usage of the DAC, so resistor tolerance wont matter. No problem, as long as you hit the right voltage range. If you need 8 analog inputs or less, I'd recommend you ommit the AIN module and use the analog inputs of the CORE_LPC17 Module (J5a/b). You'll need to power your R2Rs with 3,3V if you go this route. Anyway, this whole approach feels like a workaround to me, because you would convert a digital input to analog, to have the chip convert it back to digital. I think it must be possible to read the digital inputs directly, despite the fact they are latched. This would reduce the part count a lot.
  19. What you describe here is a simple form of DAC, since your switches are digital inputs and you get a (kinda steppy) analog output. It's called R2R-DAC and it's also used in the aout-LC, so yout might want to check out its schematic.
  20. I'd try to isolate the source of vibration from the chassis first. E. g. mount it with some rubber elements or foam in between. You could also try to tighten the package of the transformer, to reduce inner movement. If it doesn't help, maybe cast it in resin.
  21. Pots will always control the knob values, if configured to do so. You wire the pots like those in the mb64, but without an AIN module. They have a better feel for life tweaking than encoders, but they have an absolute position. So when you switch patches, values will jump to the pots current value and you'll have to readjust. With encoders the values will stay as saved in the patch. For pots, you'll need to edit the setup_*.asm file, but since this is documented in the CS-section of the manual, it will be easier than editing the firmware to start up in knob mode for the encoders.
  22. Sounds like a good idea to me. I'm quite sure it's possible. Since the mode is not stored in the patch and the machine always starts in envelope mode, you're right about altering the FW. This can't be much work, if you know what to change. To find out may take some time though.
  23. Imp

    Zipper noise

    I can recreate this behaviour, my sammich does that too. It happens with too high volume of the modulating OP. You can reduce the volume (of op3 in your case) and use a higher multi instead, to get almost similar overtones.
  24. Bei Reichelt steht unter "technische Daten": Leerlaufspannung 2x 17,3 V Unter Last bricht diese Spannung ein. Fließt der Nennstrom, liegt die Nennspannung von 2x 15V an. Fließt weniger bewegt sich die Spannung auf die Leerlaufspannung zu. Fließt mehr, fällt die Spannung unter 15V. Solange der Spannungsregler nicht unterversorgt ist, ist alles in Ordnung. Wenn ich das Datenblatt richtig interpretiert habe, liegt die minimale Eingangsspannung bei Raumtemperatur bei ca. 14V (beim 7812). Wirds warm, wirds weniger. Wenn die Eingangsspannung aber höher als nötig ist, muss der Regler mehr Energie verbraten. Deswegen könnte sich "Luft nach oben" hier negativ auswirken. Alle Angaben ohne Gewähr, ich lasse mich auch gern eines Besseren belehren, falls ich Quatsch schreibe :rofl:
×
×
  • Create New...