Jump to content

sylwester

Members
  • Posts

    66
  • Joined

  • Last visited

  • Days Won

    1

sylwester last won the day on September 14 2016

sylwester had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    Northern Germany
  • Interests
    Music, Electronics

Recent Profile Visitors

2,309 profile views
  • ksir

  • mfk

sylwester's Achievements

MIDIbox Newbie

MIDIbox Newbie (1/4)

4

Reputation

  1. I want to implement a stand-alone variant of http://www.maxforlive.com/library/device.php?id=196 What I want to achieve: I want to select quantize grid, feed clock to the core and play live, but with getting quantised output. Has something like this been done? What's the best approach? I was thinking of using the NoteStack from MBSEQv4 and pushing/popping notes on the notestack based on midi clock.
  2. I want to implement a stand-alone variant of http://www.maxforlive.com/library/device.php?id=196 What I want to achieve: I want to select quantize grid, feed clock to the core and play live, but with getting quantised output. Has something like this been done? What's the best approach? I was thinking of using the NoteStack from MBSEQv4 and pushing/popping notes on the notestack based on midi clock.
  3. I am trying to format the built-in SD-Card from my SeqV4 via MIOS Terminal (sdcard_format), but as soon as I type it in incl. the "Password", the Sequencer seems to crash (it doesn't react to keypresses anymore etc.)
  4. @westlicht Thanks! Yes, it's true that handling more than 1 BLM could present a problem, but I imagine it would be possible to daisy-chain them and add some firmware mods to allow for that (or use STM32F4 core, which allows for USB Host, so the LP can be attached via USB).
  5. I am looking for either completed Sequencer or only assembled CS for the MBSEQv4. The MBSEQ I've built 4 years ago has not survived my move. Price: Make me an offer. Thank you!
  6. I am looking for either completed or only assembled CS for the MBSEQv4. The MBSEQ I've built 4 years ago has not survived my move. Price: Make me an offer. Thank you!
  7. Here is an initial version including source code (still very messy, but works). Any extra contributions and comments greatly appreciated! Source Snapshot: https://files.no-route.org/LaunchPad-BLM-master-f7d75f24d74542e1ecec3eb0a66f2dbe1b7629e0.tar.gz SysEx Firmware Update: launchpad_blm.syx
  8. Haha thanks ;) I will do some code cleanup and then I will release my stuff as open source. One of the reasons that I did it was actually because the out-of-the-box functionality of the launchpad was not so useful for me.
  9. I have written a BLM-compatible firmware for the Launchpad Pro. No modifications on the Seq V4 side required :) This uses the "SDK" from the first post, which contains a proprietary library for the Hardware Abstraction Layer. I re-implemented most of the things from scratch. For the first prototype I borrowed the SysEx state machine from MIOS.
  10. Video of the success: @Admin: Can someone move this maybe to the BLM category if its more appropriate?
  11. Hello, Some time ago Novation has partially* open-sourced their LaunchPad Pro Source Code. The Device contains a STM32F103, has 8x8 Pads with Aftertouch and Velocity Sensitivity, DIN MIDI IN/OUT, USB-MIDI and 32 General Purpose Buttons. I always loved the MidiBox Sequencer V4 and built my first just after it got released. I never built a BLM, though, but played around with the Emulated version, which I liked! Now my Idea: Implementing the BLM Firmware on the LaunchPad Pro and connect it via DIN-MIDI/USB-Host to the SEQv4 as a Standalone device without the need for a PC as BLM-Launchpad-Proxy. My question is now, if I have to look into the source code of the PIC based BLM or if there is any protocol reference for the BLM protocol? I guess maybe looking at the Lemur BLM Code would make sense? * https://github.com/dvhdr/launchpad-pro - Contains proprietary HAL UPDATE: Success! BLM-compatible firmware based on the Launchpad Pro template working. Still has some weird bugs, which look to me a bit like memory corruption or maybe OOM. Anyone wants to help?
  12. My Progress so far (and I'm stuck): declare -x MIOS32_BOARD="STM32F3DISCOVERY" declare -x MIOS32_FAMILY="STM32F30x" declare -x MIOS32_GCC_PREFIX="arm-none-eabi" declare -x MIOS32_LCD="universal" declare -x MIOS32_PATH="/home/wrk/src/mios32/trunk" declare -x MIOS32_PROCESSOR="STM32F303" and my patches: https://git.no-route.org/syso/mios32/tree/master @Tk: Maybe you could take a quick look? Initialization code, peripheral drivers etc. are included. Cheers
  13. Hi there, What's the best procedure for porting MIOS32 from the STM32F4 to the STM32F3? CMSIS is available for the F3 and I think the initialization code could be adapter easily. Please point me in the right direction :smile: Thanks Syl
  14. Ther interesting thing is now: Lemur connected finally, but still no packets visible. Pressing "Start" on the Virtual BLM also doesn't trigger anything.
×
×
  • Create New...