Jump to content

renegadebliss

Members
  • Posts

    31
  • Joined

  • Last visited

Posts posted by renegadebliss

  1. They are both beautiful ;)

     

    But to be honest, they have developed independently and simultaneously.

    I own the Sequentix P3 (http://www.soundonsound.com/reviews/sequentix-p3)

    The Cirklon's OS was built on P3 OS v4.5

    The P3 as you can see from this yahoo group (if you're a member) has posting back to 2003 (https://groups.yahoo.com/neo/groups/analogue-sequencer/files)

    the Midibox seq shows: "Erstellt 2003-2004"

    They are different beasts. I wouldn't be building my Midibox Seq if it was the same as the P3/Cirklon.  But I also won't be selling my P3 when I have my Midibox Seq finished.

    I get completely different tracks if i load in P3 OS 3.0 vs 4.5.    Each sequencer has it's own personality, and those personalities bring out different music from you.    I personally couldn't live with a single sequencer.

     

    FYI, a good majority of the P3 and hence Cirklon are built of of concepts and how the actual Notron (https://en.wikipedia.org/wiki/Notron)  worked , thanks to early P3 user and friend of Colin Frazer , Paul Nagle (of Sound on Sound fame), who kept making notable but specific requests for functionality.  But the P3 like the Miidbox, while having an excellent base, was built out of user requests. It has shown me what an able developer with an intelligent and creative user base can make an innovative product that would have never of happened without both.

     

    The Notron precedes them both and is a DAMN fine sequencer! 

     

    So is the real question which came first, the Notron or the P3/Midibox... it's the Notron !  :)    Rev  1 came out in 96.

     

  2. Don't forget MPC 16 Levels feature combined with Note repeat is a great secret weapon

     

    Please implement that as well :)

     

     

    The 16 Level feature, let you use the 16 pads (or buttons in the Seqv4's case) to select either 16 levels of velocity or 16 different Note values.

    So essentially you would make it so buttons 1 - 16 would trigger 16 different levels of Velocity. or 16 different Notes

     

     

     

    When combined with the Note Repeat and 16 levels provides great live possibilities

  3. Although it seems that the requestor (benwa) has vanished and nobody else wanted to try this frequently requested feature, it's now released in V4.087 "as is" in the hope that I don't needs changes which conflicts with the updated documentation.

     

    Best Regards, Thorsten.

     

    I actually very much want this feature but my Midibox Seq is in mid build right now.  In the next month it should be done and

    I'll need this feature , so will report on testing it.

  4. Hello,

      I am trying to get started with the LPC17 CORE module for my Midibox Seq v4.

     

    I am following the instructions that are posted here:

     

    http://www.ucapps.de/mbhp_core_lpc17.html

     

     

    following the steps for installing the MIOS32 Bootloader

     

    I've downloaded the LPCXpresso 5.2.6 and I have installed and registered.

     

    It does say this now on the Splash Screen:

    LPCXpresso5 is fully activated.

     

    The instructions on the above link indicates this:

     

    "After the LPCxpresso IDE has been opened, create a new "FreeRTOS project" for LPC1700 controllers.

    This project is only used as a dummy to enable the flash programmer - you don't need to change something in the code template, it won't run under MIOS32 anyhow!
    (You will transfer a precompiled binary into the flash)"

     

     

     

    But when I go to "Create New project" it doesn't show ANY NXP  option.  

     

     

    It says this:

    Wizard:

     

    LPC11/LPC12

    LPC13/LPC17/LCP18

    LPC2x/LPC3x

    LPC4

    LPC8xx

     

     

    I'm attaching a picture showing the New Project Wizard?

     

     

    Is there something I'm, supporsed to Import first?

    Should I be selecting New Project?  Is there different steps?

     

     

    Thanks!

  5. 5.

    chordFX - with toggle button

    use case:

    1.user plays chord to memory

    2.user can transpose chord according to played note on that track

     

    session wise chord entry would be sufficient i think. i just thought, that for big chords, this would be a handy function, to play a chord into memory and then being able to play back that chord, transposed by the played note.

    i havent thought of a neat way to implement that though. and while playing with the new edit-record function, im not so sure anymore if it is needed - i think it is more on the "nice to have" side of things. so if you stumble across an idea and time to implement such a function - great.

     

    This is one of the way the Sequentix P3 can handles chords.  You have an "absolute" chord where you name the Note (eg; d5).

     

    Or you can choose an "relative" mode.   Where you specify the "offset" from the main note.   So if your main note is f4 and you 

    add a +1 then you have g4.

     

    http://sequentix.com/pdf/p3-manual-v3.1.006.pdf

    (under Aux Notes section)

     

    ----------> from P3 manual
    The difference with the relative events is that you can now transpose all the notes in the chord just by 
    changing the main note value on the step.
     
     
    Let’s do the same thing, using the “aux note rel†event:
    · set the note value on step 1 to C5 using the NOTE knob
    · assign aux A to the event “aux note relâ€
    · assign aux B to the event “aux note relâ€
    · assign aux C to the event “aux note relâ€
    · set the aux A value on step 1 to 4 using the UPPER knob
    · set the aux B value on step 1 to 7 using the UPPER knob
    · set the aux C value on step 1 to 11 using the UPPER knob
    In the case of relative events, the note sent by each aux is the main note shifted by the aux value.
    In this example, with a main note of C5:
    · C5 + 4 semitones = E5
    · C5 + 7 semitones = G5
    · C5 + 11 semitones = B5
     
  6. So in trying to answer my own question, I've been looking at the source code.  But that leaves me with even more questions.. :)

     

    I see this here: (root)/trunk/apps/sequencers/midibox_seq_v4/hwcfg/wilba_tpd/MBSEQ_HW.V4

     

    # set this value to 1 if each track has its own set of 16 LEDs to display unmuted steps and current sequencer position # or if you are using a button/led matrix for misc. button/LED functions BLM_ENABLED 1

     

    So the LED's on the matrix will show unmuted steps and current sequencer position.

     

    So we have 4 Rows... is that for the 16 steps of the 4 Tracks for the currently selected Group?  

    It's just not clear what each of the 4 Rows of LED's are showing.

     

     

    Then we have the buttons:

    # set this to 1 if these buttons should only control the "step triggers" (gate, and other assigned triggers) - and no UI functions BLM_BUTTONS_NO_UI 1

     

    So where are these assigned buttons made?  Is their a menu option?  When I go through the Menu pages in the User Manual, I only see BLM options for Scalar.   How does one set these buttons to control/assign the "steps triggers"?

     

     

     

    It seemed that this might have been something that was with v3 Seq?  I went looking there in the archives on the website, but haven't found much, and the pic that I saw from there, showed a  17 x 4 row , the 4 buttons in column looked like they were spaced

    to help control the "function".  Is that what the 4 extra buttons are for on the other project, the TPD?

     

     

    Just trying to get an accurate description of exactly what the 16 x 4 matrix controls and how one would set that up.

     

     

    Thanks!

  7. So, sorry to bring up this old post, but I was wondering if somebody could give me further insight into the function and use 

    of the 4 x 16 BLM.   

     

    I understand the concept of the BLM, at least at that 16 x 16 x X level.  

     

    On the larger BLM it's actually a 17 x 17 BLM and the extra colum and row , is how you define the "Modes" of the BLM.

     

     

    So with the simpler, 16 x 4 BLM.   How does one control the "Modes"?  Or is it a simpler BLM and only controls... ? 

     

     

    I see all the instructions on how to build it but just haven't found anything describing its use and function.

     

     

    Thanks!

  8. So Digikey are still out until end of March.  

     

    I did find here:

    http://ucapps.de/mbhp/mbhp_core_lpc17_orderlist.txt

     

    Reichelt doesn't sell the MagJack
            There are several hobbyist distributors for these components, e.g.
            http://www.csd-electronics.de
              o MagJack 8 polig print 4xLED (#015-54085) for 3.49 EUR
    
     
    So I see that they actually have some now for 3.95 Euro.
     
    But I'm still trying to find somewhere stateside to get these, do you think that these will work from Sparkfun?:
     
     
    here's the datasheet for it:
     
     
     
    Can I use this for the LPC17CORE?
     
     
    Thanks!
     
     
     
     
  9. I'm also looking for source of the specified magjack si-60024-f RJ45 connector for Ethernet.

    They can be ordered from digikey.nl with part number 380-1117-ND 4.71 ex VAT.

     

    Would anyone in Europe be interested in a group buy? I'd be in for 4 myself.

     

     

     

    Digikey is out of stock until March 2014, anywhere else?

  10. Simsuchi Has purchase the SEQ, Thanks!

    Some people have requested the cut file for the enclosure. I will update the file on my acrylic seq enclosure thread soon. Thanks.

     

    I'm looking for this myself, hoping to get your latest files before I build up my Midibox Seq.

  11. Hi,

     

    you could also chain a few (two or three) synths via MIDI thru (if available) on every SEQ MIDI out chain - it does add a bit of latency, but not really audible. Like this you could add 12 synths to the four standard MIDI outs and live a happy life! :-D

     

    Many greets,

    Peter

     

    The Midibox Seq that I'm building, I'm hoping to replace my Sequentix P3 with, which has 4 Midi Out's, so I'm already doing that currently :)  

     

    Since this is going to be the heart of my studio, was just trying to maximize as much as possible.   I may just have to make one with what I can right now,

    and then when I can determine how to add more, make a new back panel to accomadate any changes that I make.  I have some weird MAM Drum modules and other things that don't have Thru's and eat up my Midi setup quick and I have a MidiTimePiece AV but just looking to optimize things from the start as everything's filled up now as it is.

  12. It might involve specially programmed 16F88s. Note that the Quad IIC has a circuit-level implementation (EDIT pins 12 and 13 as shown on the schem.) for addressing the IICs (MIDI OUTs), so you might need a custom PCB for more outputs.

     

    Ok, that's what I was afraid of... :)    May have to later that for my next build or add it on at a later point.      

     

    Thanks for your input!

  13. That's a possibility, but looking further at it today, I saw this in the Hardware section of the User Manual:

    http://ucapps.de/midibox_seq_manual_hw.html

     

     

    MBHP_IIC_MIDI modules

    Up to 4 MBHP_IIC_MIDI modules can be added if desired (note: with a simple hack in the IIC firmware even 8 modules could be accessed from the sequencer - infos available on request).

     

     

     

    So it looks like there is a hack for the firmware to achieve this. But still not sure what that is ,as well as how to actually achieve it on the hardware level.

  14.  
    So at this page:
     
    it states this:
     
    "multiple MIDI Out ports (up to 11) for reduced MIDI latency"
     
    I would like to implement that on my MidiBox Seq that I plan on building or as close to that many
    as possible.    
     
    How exactly would this be done?    I'm hoping to use the LPC17 ---
     
    We have the 2 Standard with the LPC17 board.
     
    then the 2 More In and Out's as per here:
     
     
    (This would be a custom PCB or Breadboard, right? No prebuilt PCB's for Midi 3 & 4 In/Out for LPC17?)
     
    So that's 4 In and 4 Out's.
     
    Then we have Quad IIc_MIDI from SmashTV
     
    which is 4 OUT's and 1 BLM connector:
     
     
    So now we're at 4 Midi In, 8 Midi  Out and 1 BLM Connector
     
    How do I get the last 3 Midi Out's - would it be from another Quad IIc_Midi PCB/Kit?  
     
     
     
    So hardware wise, what needs to be done?    And Software/Firmware wise, what needs to be done?
     
     
     
    Thanks!
     
     
     
×
×
  • Create New...