Search results for query: *

  • Users: bossredman
  • Content: Threads
  • Order by date
  1. B

    MFC won't receive Midi-Channel sysex msg (0x17) or AXEFX2 does not send it.

    I have a home-made MFC (midi Foot Controller). It uses a Teensy 3.6 MPC. It performs most tasks adequately (ie: change Preset/Scene, read Reset name, toggle individual effects on/off etc). However - I'm trying to get it to detect if the AXEFX 2 is switched on - before it starts running the main...
  2. B

    Mass reordering of presets?

    Hi. I'd like to completely reorder the 384 presets in my AFX2. I know you can do I by 1 in Axe edit. But is there any way to do in one go. Ie set order on a pc and then upload into AFX? Thanks.
  3. B

    Output 2

    I've read the manual & something just isnt getting through to me. I will apologise now as Im sure this is something really basic. I want to send the output of my AXefx into an MPC live to use the MPC's looper. As i have my studio monitors connected to OUtput 1 via XLR cables. I thought I would...
  4. B

    3rd party cab packs for studio monitors in a bedroom.

    Was just wondering if purchasing 3rd party cab packs would be money wasted for use in a bedroom through studio monitors played a lowish volume? Tbh never really under stood( probably through ignorance ) the need for purchasing additional IRs. And are they just fir loud volumes played through...
  5. B

    Accurate way to determine if a block supports X/Y switching

    I read that one of the words in the 0x0E sysex returns the block's XY cc number. Ie: "The block's XY CC# (if the value is 0 or more than 127, it means the block doesn't have a CC# assigned or doesn't have X/Y)" My question is though. If value is 0 or 》127...How can determine 100% of the time...
  6. B

    Crackle with 'MR Z MZ-38 ' amp Preset

    I notice something strange the other day after switching guitars on an old clean Preset of mine running a MR Z MZ-38 amp. I usually play that preset with a Tele, but whilst I had my Epiphone Dot plugged I played the same preset & noticed a "crackle/horrible distortion" sound after the initial...
  7. B

    Different 0x0E sysex msgs for same preset

    HI, I've been trying implement Effect Block X/Y switching in my DIY MFC. I'm "getting" the current XY state of an effect using: byte Get_EffectXY_Sysex[12] = {0xF0, 0x00, 0x01, 0x74, 0x03, 0x11, byte1, byte2, 0x00, 0x00, CheckSum, 0xF7}; MIDI.sendSysEx(12, Get_EffectXY_Sysex, true); And then...
  8. B

    Control metronome volume by Sysex?

    Hi - anyone know if it's possible to Control the metronome volume by Sysex?
  9. B

    How to differentiate between Front Panel changes & Foot controller changes.

    Been struggling to get my foot controller to correctly react to AFX Front Panel (FP) changes for scene changes (& Preset changes). (NOTE: foot controller driven changes work fine) So looking for some suggestions pls on how to differentiate between: a 0x21 sysex - sent because of a FP change...
  10. B

    Stategy for Programming a DIY foot controller

    A few years ago, I embarked on a project to build & program a midi foot controller for my AXEFX2. I managed to do this with a little success, but I've never been fully happy with the performance for updating my TFT display with: PS number, PS name, Scene number, Blocks in PS & their bypass...
  11. B

    Read & Display current Tempo value

    HI, Do you know if is possible to directly read the current Tempo value pls? I'd like to display it on my foot controller display. Looked on the sysex wiki and can only see sysexs for changing via tap or MIDI_TEMPO_BEAT which I'm assumming is a msg for a pulse? Thanks in advance
  12. B

    Sending System Real-Time Messages from a 'home made' MFC to DR-880 drum machine

    Hi. I have a DIY built Midi Foot controller for controlling my AXefX2. It has both Midi IN & OUT interfaces & capability. I recently got hold of a Boss DR-880 drum machine. If I was to connect a midi lead from the AFX's midi thru port to the DR-880's midi IN port - Would I be able to send...
  13. B

    Sequencer

    Been messing about with the Sequencer with the Sync block to try and get a 4 note loop going. ie C#, E, A, E I have Voice 1 set to a Freq of 277.1Hz (C# I believe) with Track set to OFF. This emits a constant C# note. So far - so good. May plan then was to attach the Sequencer to the "Shift"...
  14. B

    Reading in & out midi/sysex between AXEFX & a Foot Controller

    I have made myself a midi foot controller for my AxeFX2. Connected I guess in the standard way - ie Midi IN on Controller connected to midi OUT on AFX Midi OUT on Controller connected to midi IN on AFX I'm curious to know what kind of hardware I would need to be able to caputure ALL midi &...
  15. B

    Synth block - voice 3

    Looking for some help with the synth block pls. I'm trying to use the synth block and scenes to set up various Minor chord drones (ie tracking = OFF). Im no music theory expert but read that a minor triad chord is the Root + 3 half steps + 4 half steps. I got it working where I can get a...
  16. B

    Using MidiOX to capture sysex sent from Axefx 2

    Hi, I'm trying to capture the sysex msgs my Axefx 2 sends out when it does various things - ie Pset change, Scene change, Blocks IA status changes. I have built my own MFC which works in the main - but does some weird things now an again. I have midiOX & a midi port interface M-Audio...
  17. B

    Sporadic sysEx msg broadcast or capture???

    Hi I have a self built midi foot controller for my AxefX2 guitar processor. It's Teensy 3.6 based & has both midi IN & OUT circuits. One particular switch triggers the preset to increment by 1 via the following commands: MIDI.sendControlChange(0,BANK,1)...
  18. B

    Sysex 0x02 MIDI_GET_PARAMETER

    Hi - can anyone ellaborate on what sysex msg MIDI_GET_PARAMETER actuallly does pls.? I've looked on the wiki and still a little unsure. For example - could i request it to send the 'name/type' of a block? ie for an amp block set to “Plexi Normal” - can I get the Characters “Plexi Normal” from...
  19. B

    Midi Keyboard with AxeFX II

    I have an AxeFX II which is hooked up to a DIY midi foot controller via the midi IN & midi OUT ports. The AFX is also connected to my laptop via USB for use with AxeEdit. I read somewhere that the AFX can also act as a sound card, which made me wonder if I could use it to get my Midi Controller...
  20. B

    Frequency of looper sysEx msg (0x23)

    Hi, Once the Enable looper status messages is set - does anyone know the Looper sysex msg broadcast frequency pls? Also is there anyway to increase/decrease the frequency?
  21. B

    What is sysex msg 0x64

    Hi can any one tell me what sysex msg 0x64 is pls. Thanks
  22. B

    Sysex msgs that Axefx automatically sends.

    Hi, Anyone know what SysEx msgs the axefx automatically sends and under what conditions. I seem to be recieving alot of (what I think are unpromted) Function ID 0x20 msgs (ie MIDI SysEx: MIDI_GET_ROUTING_GRID_LAYOUT). Also I'm trying to capture the 0x0e msg (ie...
  23. B

    Hi axefx level vs hi monitor level

    I'm struggling to get the same quality of tone that others seem to get. Im using my axefx II in conjunction with powered monitors. I'm purely a bed room player and not at loud volume levels. Was wondering if there is a preferred setup up method of between: maxing the levels in the axe and...
  24. B

    Can't Recieve Tuner Sysex

    Been searching but can't seem to find anyone with the same issue as I'm experiencing. If this has been solved/answered before would be grateful for a shove in the right direction pls. So... been working on my own Midi Foot Controller for Axefx 2 - v19.0 firmware. Using a Teensy 3.1 with...
Back
Top Bottom