Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Hi Kazik, 1) FAST button control with Bookmarks: this can only work if you disable the "ENC_AUTO_FAST" feature in your MBSEQ_HW.V4 file, which overrules interactive FAST button changes Background: with ENC_AUTO_FAST, FAST mode will be auto-selected depending on the selected parameter layer, and can be temporary (!) overruled by pressing the FAST button. Without this feature, FAST button has full control over the encoder behaviour 2) HUMANIZER changing CC values: works at my side, would need more input to give you guidance, please use the appr. thread to discuss at the right place Best Regards, Thorsten.
  3. Thanks for the feedback! It was a nice challenge to nail down this issue, because it only appears in conjunction with the TPD, which explains why many other MBSEQ users didn't notice this so far! :) Please try this version: http://www.ucapps.de/mios32/midibox_seq_v4_098_pre3.zip Best Regards, Thorsten. P.S.: background -> https://github.com/midibox/mios32/commit/66fa4df5960d51c93ee90c065062c5ba28fdde69
  4. Yesterday
  5. Hi, I have built the Midiphy version of the SEQ4+ and I stumbled upon some weird behaviour. I tried to use the Section Control tool, but it crashes from the moment I press the E key and above on my external keyboard. Then the screen shows “TODO page”. It still plays the partial sequence though, but When I press EDIT It sometimes returns back to the edit page but mostly it crashes and reads “!! HARD FAULT !! at PC=0Xffff0201” This happens in every octave. I've tried several different keyboards. The first three keys C, C# (from an external keyboard) work as intentioned, but from D on it shows errated LED flashing and from E it goes to a TODO page… weird This whole behaviour renders the Section Control function useless of course. Anyone experienced this before? Any ideas? I'm on the latest firmware.
  6. Earlier
  7. This is working with the buttons now for me!
  8. Hi, I just discovered the MegaCommand Live project and the alternative firmwares that comes with it for Machinedrum and Monomachine. It seems pretty cool to my eyes, but I'm not sure I need the extra hardware. The module is based around an Arduino Mega, so the code needs some translation/porting. Is anyone already working on this ? Could it be integrated in the Seq v4 project without loosing functionnality ? Just another bottle in the sea ;) Re_
  9. Now it's my turn to face some challenges in this process. I'm feeling quite newbies at the moment. I've assembled my mb6582 and currently only have access to the master core. Testing the control surface navigation and listening to the default patch sound, everything seems to be ok. However, when attempting to select other SIDs, I encounter an error message: "SID(x) not available (CAN disabled)". It think I need to clone other PICs from the master. I attempted this by pressing "Menu" + power on the unit, but unfortunately, the cloning process failed at the end. I also tried the previous steps suggested by @dwestbury, but upon starting the mb6582, I encountered another error: "CS not enabled". I purchased preprogrammed PICs from dwestbury, so I assume all the PICs should have the bootloader and the correct ID. I'm not sure of what I might have missed or what my next steps should be.
  10. hello T ok so i am on http://www.ucapps.de/mios32/midibox_seq_v4_098_pre2.zip fresh new project 1.make GLOBAL BOOKMARK #1 for DIVIDER with FAST ON, 2.FAST is ON and CLOCK GP #2 scrolls fast, 3.switch to EDIT page ,FAST is automatically turned off, 4.recall GLOBAL BOOKMARK #1 ,FAST is ON BUT not working,CLOCK GP #2 scrolls normal 5.switch to EDIT page,turn on FAST,recall BOOKMARK #1 now FAST is ON and working in SEQ_UI.C it says and to restore i think there might be a bug somewhere,something missing it seems seq_ui_button_state.FAST_ENCODERS = 1 is turning FAST button LED on but not the FAST function when recalled from BOOKMARKS i also tried to use seq_ui_button_state.FAST_ENCODERS = 1 for example when switching to MIXER page so my encoders work fast in MIXER page,but same effect p.s. while i have your attention , in HUMANIZER there is 2nd option VEL/CC ,should that humanize VELOCITY and MIDI CC messages from PARAMETER LAYERS of the track? cause when i set track with one CC param HUMANIZER does not humanize that CC layer thank you for your time best regards Kazik
  11. How could I reproduce this issue? Could you please give step-by-step instructions? Best Regards, Thorsten.
  12. It might be possible to hack this into the firmware, do you have a compiler setup ready? Best Regards, Thorsten.
  13. Does it work at your side? I noticed that the change wasn't working with the "selection row" of the MIDIphy front panel, now fixed here: -> http://www.ucapps.de/mios32/midibox_seq_v4_098_pre2.zip Best Regards, Thorsten.
  14. new price 750€ i combined and wrote the 32bit Code so it now can comunicate with a SEQV4+, and off course with the SEQV4 standard, here is the sourcecode + firmware: BLM_V01.7z see also this short video (german):
  15. when restoring seq_ui_button_state.FAST_ENCODERS from recalled BM lights the led ,but FAST does not work, i tried also to seq_ui_button_state.FAST_ENCODERS = 1; when switching to MIXER page, and FAST led comes up but no effect can some one confirm? any ideas? best regards
  16. Hi all,I hope to find some Midibox Sid users to give me some insight about the SID behaviour in a MIDIBox SID.So I designed my own Midibox loosely based on the Sammich with a minimal Control Surface on a LCD screen. So far everything seems to work as it should, but I get kind of a strange noise floor at the audio output right after startup.I used it with an Armsid, Swinsid and original 8580 SID and get different results without touching a button or a note on my keyboard:Armsid: a high pitch sound - 9 Mhz sinewave on my oscilloscopeSwinsid: a pulsing sound and crackles on the higher volumes - 250khz squarewave on my oscilloscope8580: same sound like the Swinsid but with a bit of white noise in the backgroundI tried different variants on the power supply input (filtering, linear regulators etc.) but it makes absolutly no difference. I even checked that no datalines or powerlines are anywhere near the audio output traces on my pcb.The last thing I can think of is that the "startup" patch somehow sends an signal to the SID to produce the sounds or it's simply the "normal" noise floor of a SID which even gets emulated by the Armsid and Swinsid.All youtube videos I found don't seem to have the problem as far as I can hear. But on the other hand, all start directly with an melody, so there's now way to hear any sounds in "standby".If anyone could share their experiences with me it would be greatly appreciated! Thx Kevin
  17. Hi All, I would like to have a LED indicating the midi clock as global indicator of the connections. Is this feasible? I tried searching the forum for sync/pulse/clock but I did not find any clue yet. Any help is appreciated! Thanks, ron
  18. Wow cool! I was just playing with putting 32 Skips in a 128 step track to make it six measures long but that creates a massive delay... I will test this asap! Andrew
  19. Interesting timing of this posting: recently I noticed a very similar problem and hacked a quick change into the firmware to move forward. Let's make it official :-) -> http://www.ucapps.de/mios32/midibox_seq_v4_098_pre1.zip From the ChangeLog: MIDIboxSEQ V4.098 ~~~~~~~~~~~~~~~~~ o Phrase Mode: if Option 3/33 "Pattern Change Synchronization" is activated, patterns will start from step 1 after song position change. This is especially useful if phrases contain tracks with different lengths. Option 5/33 "Restart all Tracks on Pattern Change" should be disabled in this case because it won't lead to the intended results. Best Regards, Thorsten. P.S.: I removed your first posting because it seems to be a duplicate
  20. Browsing through the posts, I've seen several people who have run into the same problem I'm trying to solve. I use Song/Phrase mode with patterns set up for "Intro", "Verse 1&2", "Chorus", "Solo", "Verse 3", etc for live performance. It works great for things like the Solo section where you can just let it loop as long as you want before going back to another Verse. In the last measure of each section I choose a new Phrase if I want to go to another Section. The problem I have is when the different sections are not the same length. Say the Chorus is 5 measures long and all the other Sections (Intro, Verses, etc) are all 4 measures long. During the 5th measure of the Chorus I press the Phrase button to go to the Verse and it goes to the 2nd measure of the Verse instead of the 1st measure. I set all 16 of the tracks to the same length, same divider. I've played with various combination of the Options (#1-3 & 5) and still can't figure out a way to make it work. Option 1 = 16 steps, Option 2 = 16 steps, Option 3 enabled, Option 5 disabled (this works if all the tracks/patterns are the same length) Should this be possible? Or do I need a different sequencer for this band?
  21. little a side question,but how can i make humanizer/robotizer work on CC's ,i have NOTE track with CC layer,and when turnin VEL/CC in hum/rob i does nothing,wha i do wrong?
  22. hello did anyone tried HUMANIZER to CC values? i have NOTE track with one layer of CC ,but when i turn VEL/CC on in HUMANIZER it doesnt do anything bests
  23. hello did anyone tried HUMANIZER fo CC values? i have NOTE track with one layer of CC ,but when i turn VEL/CC in HUMANIZER it doesnt do anything bests
  24. Hi, 8 years later.. Do you still have some parts ? Particularly looking for DINs and DOUTs. Cheers ! Re_
  25. After playing around with the code it looks like what i am after cant be done, it's ok not an issue as i will be labeling everything anyway. today i finished the build on the MIDI_IO module, got it connected and after setting up a button as a note and defining the ports it worked fine sending out a midi to my XV1A synth build Now everything is running its time to work on the eurorack style control faceplates
  1. Load more activity
×
×
  • Create New...