Jump to content

Antichambre

Programmer
  • Posts

    1,291
  • Joined

  • Last visited

  • Days Won

    101

Everything posted by Antichambre

  1. Do not misrepresent people's words next time. Have a good day! Bruno
  2. Hey, I never said that!!! Just PM you cause I don't want to make the show and I asked you to be quiet! That's fine! Best
  3. Guy! You can understand that when someone spent a lot of time to design a device, he doesn't want to see it cloned and resold without his consent, yes or no? That's the reason we tend to do not share the layout of our project, just to protect it. Watch to Mutable it's open source but Emilie doesn't share her pcb layout. Now start your own, for a CV sequencer everything is available, from schematics to code, if you have question just ask it here, people will answer and you will see how much MB is a collaborative platform. Share the result and you will also get the feedback to know if it has a commercial interest. Best regards Bruno
  4. Except if you design your own device(an original one) and you asked Thorsten's blessing to sell it.
  5. Right click and wait you will get the "quote it" Not for the moment, but you already follow this topic, that's fine ;) I don't understand how it works exactly, even with the video. With the HAARP, the resulting sequence have a variable length, depending on MOTIF/RESYNC/LOOPS and the notestack length(10 notes Max), this resulting sequence(the full loop) can easily exceed 16 steps(HARPIE), so it's difficult to do the same feature. But don't worry the velocity can be animated too, with the TARGET feature, and more precisely than a ON/OFF or an accent system, in my opinion, a little more musical yet. Best regards Bruno
  6. Ah ah! I'm not surprised you did it, thanks ;)
  7. Can be interesting to see if we can combine/sync this chip with SRIO(HC595) to get matrix with dimming, without to much ghost artefact.
  8. Hi and thanks Flavio, In January, for a handful of beta testers, because I need some feedback before releasing first version firmware. PCB are the same for both version(Euro/Desktop). Euro Front panels will be ready first, before the desktop enclosure which is more complicated. I think you will be able to do something like that, there's the possibility to mute the notes in the Notestack editor. But result depends on the MOTIF used, means for example, if the MOTIF is UP&DOWN and one note is muted, this note will be muted 2 times, in the ascending part and in the descending too. But it's not a sequencer It's an arpeggiator ;) There's no limitation for saved Sessions on the SD-card. A Session is 8 Banks of 8 Presets of 8 Voices. I hope I answered to your questions :) Best regards Bruno
  9. You're welcome, have fun with your MB and the future one(s) ;) Best regards Bruno
  10. It's a Serial Peripheral conflict. J19 and I2S use the same serial peripheral -> SPI3 Switch the AINSER to another SPI port J16 or J8/9 depending on what you already use, SRIO, SD Card etc... Note: you will need a level shifter for J16.
  11. Humm, why did you create a task for SYNTH_Update(instead of using APP_Tick)? why did you put the AINSER task in synth instead of app.c? Which priority levels do you use?
  12. Hi, In ainser.c line 334: // store conversion value if difference to old value is outside the deadband u16 pin = muxed ? (mux_pin_map[mux_ctr] + 8*(7-chn)) : (7-chn); // the mux/chn -> pin mapping is layout dependend Try this: // store conversion value if difference to old value is outside the deadband u16 pin = muxed ? (mux_pin_map[mux_ctr] + 8*chn) : chn; // the mux/chn -> pin mapping is layout dependend Yep Next time, better check the ainser64 diagram before reducing it ;) Best regards Bruno
  13. Great! Did you look for and find some knob to go with it? Best Bruno
  14. Ohhh! Happy birthday Thorsten! As promised, the perfect gift is on a production line somewhere in China, assembly takes time so it will be a gift for Xmas too ;) Hope you're well!!! Best regards Bruno
  15. Take care, picture is from an old ebay auction and it's the same designation exactly, price is too much good! https://www.ebay.de/itm/MOS-SID-8580-R5-DC-30-87-Soundchip-fuer-Commodore-64-C128-C64-Ersatzteil-/113727657484
  16. Hi Peter, Great doc! It seems the oled bitmap exporter was useful, coool :) Best Bruno
  17. Hi, Just want to share the MIDIbox Logo I made for Eagle CAD. They are in 4 sizes, with and without text. Note: 'Pins' are on copper layer, then put it somewhere there's no traces. No cream. midibox_logo.lbr Best regards Bruno
  18. Yep BLM! Multiplexing will limit the number of 595/165.
  19. https://www.aliexpress.com/i/32835017831.html but no nut!
  20. Do you affirm this because you tried with 2 different SDHC >4GB (brand/model)? It's maybe just the model you use since the beginning which is not good... Cause when you tried the same other extreme 4GB, same problem, but you haven't got any issue with the others. The 3V3 seems stable. Anyway your SDHC 1GB is enough fast and big, no?
  21. I said to connect the RC1 line to see what happens when this last is activated(low, idle is high) so you have to put a trigger on the CH2 and check what happens on the power during it ;)
  22. Ground connected, one probe to 3V3, second probe to RC1 pin of J16E, switch it ON and check what happens. With your USB Oscilloscope you can maybe record all the startup phase and show us?
×
×
  • Create New...