Please ensure Javascript is enabled for purposes of website accessibility Jump to content

Search the Community

Showing results for tags 'midi'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Support
    • Multi-Effects Units
    • Variax Instruments
    • Amplifiers
    • Computer Based Recording
    • Live Sound
    • Pedals/Controllers
    • Dream Rig - Line 6 Product Integration
  • General Discussion
    • Tone Discussion
    • Line 6 Lounge

Categories

  • General FAQ
    • Operating System-specific Information
  • Tutorial Videos
  • Effects/Controllers
    • HELIX/HX
    • DL4 MkII Stompbox Modeler
    • FBV Controllers (MKII / 3)
    • M5
  • Amplifiers
    • Powercab
    • Catalyst
    • Spider V
  • POD
    • POD Go
    • Pocket POD
    • POD Express
  • Guitars
    • JTV / Shuriken / Variax Standard / Workbench HD
  • Relay/XD-V Digital Wireless
  • Recording
    • Helix Native
    • Metallurgy
    • Echo Farm/Amp Farm
    • POD Farm 1/2.0/2.5
    • Computer Audio Set Up and Troubleshooting
  • Legacy Products
    • POD
    • Amps
    • 1st Gen Variax Guitars / Bass / Workbench
    • Effects and Controllers
    • AMPLIFi Series
    • Live Sound
    • Digital Wireless
    • Mobile Products
    • POD Studio / Tone Port / GuitarPort
    • Software
    • Dream Rig

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Registered Products

  1. Is it possible to control the HX Effects with a Voodoo Labs Ground Control Pro and GCX via midi where 8 IA Buttons for the 8 blocks 4 Snapshots controlled by the 4 preset buttons Up & Down buttons to change presets The HX Effects will sit in a rack unit using 4cm out to the amp. Thanks
  2. I have successfully programmed channel switching on the HX effects for my Amp1 via different presets using bank PC commands but for some reason when I try and do this in snapshot mode, assigning the same values in the separate snapshots - 1,2,3,4 etc. Nothing happens... Rx and tx clock is off and I've followed several videos and guides on this but no joy - I tried factory resets on the amp1 and upgraded to firmware version 3.11 on the HX and I have tried to do this also using the HX edit but it just does not work Ive contacted Line6 support but no response since their initial email, has anyone else had this or is there something I'm missing? Is there any history of defective units in this regard?
  3. I don't want to waffle, so here is what I know: In ABCD mode, bank 1 is controlled via MIDI PC 00-03, bank 2 is 04-07, etc. Bias Head channels are controlled with PC signals 00-24 (user-defined, 1 per preset), supposedly on channel 1 When I switch between rhythm, clean, lead, and breakdown patches in my POD, I want there to be a corresponding amp change in my Bias head. Is this possible? I don't mind using the FS switch above the ABCD switch to change the amp separately, but ideally, I want them on the same switch. Is this possible?
  4. Has there been any discussion of allowing the POD Go to transmit a MIDI clock based on the tempo setting. That would be helpful for eliminating the need for an external clock and metronome for live performances.
  5. Hi, I am trying to send MIDI commands to a POD HD Pro to toggle individual blocks on and off. Although I haven't connected a POD Footboard, I'm using another MIDI controller. When I send the CC message sometimes is works , sometimes is does. Do I need to send "0" for the off, and "127" for on? Do I need to send "127" repeatedly for toggle on and off states? I've trying lots of variations and am getting inconsitent behaviour. Many thanks for any advise.
  6. Is it possible to switch between button modes via MIDI? For example, can I send a CC/PC message to my HX Stomp that switches it into Snapshot mode?
  7. Hello folks, since MIDI Ox still does not run under Windows 10 I don't have any idea how to backup (and restore) my M13-scenes. Is there any easy to handle software (I don't have an knowledge about MIDI at all) on the market which can do the job? And which MIDI-USB interface would you recommend if you only need it for backups and restores once in a while? Any suggestions are mostly appreciated. Thank you very much for your kind support in advance. Best regards Blue
  8. Hey guys! Abolutely loving 3.0 so far. I have a MIDI related question that hopefully somebody can help me with. I am running my HX Stomp with a Specular Tempus and am having some problems getting it to communicate. The tap tempo is working fine from the Stomp but is it possible to programme it to do this: - Snapshot 1 in my stomp uses patch A in Tempus - Snapshot 2 in my stomp also uses patch A in Tempus - Snapshot 3 in my stomp switches to patch B in Tempus I don't want to change bank on the tempus - I just want it to change to patch B from A when I hit footswitch 3 (snapshot 3) and vice versa. I seem to have tried everything including the new command center but can't seem to get it to work. Is this doable?
  9. I am sending MIDI PC and CC from my iPad via OnSong. Since updating to 3.10/11, PC changes "take" inconsistently. In 2.xx, all worked seamlessly. Now, initiating a program change from the OnSong UI, sometimes works and sometimes doesn't. I cannot detect a particular condition under which the fail occurs -- does not, for instance, fail on bank boundaries, A-C will fail inconsistently -- but always for specific song changes. This does not appear to be an iPadOS or OnSong issue. I am wondering if others may have experienced the same problem set? I should note that I have been using MIDI over USB, but have also tried USB-C -> MIDI and have attempted different adjustments MIDI global settings to no avail. Same behaviors.
  10. daxguk

    MIDI?

    I have a POD HD 500X and I’m wanting to use it’s midi function. I have a Marshall JVM and I was wondering if I could use the 500x to both switch channels on my head AND send the effects of the 500x? Like delays, modulation?
  11. Hello, just wondering if anyone knows if theres a way for the controller to turn off the lights when you change patch on a toggle switch. i would love to know what effects are on while playing and then be able to play the next song without the lights staying on the toggle switches. i currently use it on momentary mode but having this very small addiction would help a-lot of FVB3 users.
  12. I made a two-button footswitch for changing Helix patches up and down, using a generic (Elegoo) Arduino Nano board. It sends MIDI program change messages, and is endlessly customizable. Complete parts list: Hammond 1590a enclosure Elegoo nano (set of three for cheap https://www.amazon.com/Arduino-Elegoo-ATmega328P-without-compatible/dp/B0713XK923 ) two SPST momentary (normally open) switches LED and 220 ohm resistor (optional) panel-mount MIDI jack panel-mount 9v jack (optional, easy to power from 9v battery--Nano draws only 25mA, and only 37mA while LED is lit) hookup wire My code is pasted below. Entire project took less than two hours, and cost less than dinner. // midi.controller // Sends midi program change // Aaron Lyon April 2018 #include <MIDI.h> MIDI_CREATE_DEFAULT_INSTANCE(); byte patchNum = 0; #define BUTTON_PIN_1 2 #define BUTTON_PIN_2 3 #define LED_PIN 13 void setup() { pinMode(BUTTON_PIN_1, INPUT_PULLUP); pinMode(BUTTON_PIN_2, INPUT_PULLUP); pinMode(LED_PIN, OUTPUT); MIDI.begin(MIDI_CHANNEL_OMNI); } void loop() { if (digitalRead(BUTTON_PIN_1) == LOW && patchNum < 99) { // Next Program digitalWrite(LED_PIN, HIGH ); patchNum++; MIDI.sendProgramChange(patchNum, 1); delay(200); digitalWrite(LED_PIN, LOW ); } if (digitalRead(BUTTON_PIN_2) == LOW && patchNum >= 1) { // Next Program digitalWrite(LED_PIN, HIGH ); patchNum--; MIDI.sendProgramChange(patchNum, 1); delay(200); digitalWrite(LED_PIN, LOW ); } }
  13. Hello everybody, I would like to solve an issue that is driving me mad... I have my hx stomp with a line6 mission expression control and an external midi controller. in general setting I assigned the footswitch 5 (the mission one) to pass from exp pedal 1 to exp pedal 2. When I connect my midi controller (that has 4 different modes) in Red mode (preset up/down) it changes also the job of the expression pedal FS. This is why in global setting you can set 5 footswitches but in my case they are 6. It seems a bit twisted... but i can make video to make it clear :) Thank you
  14. Hey there, HX Stomp newbie here. I recently bought a HX stomp and a Boss ES-5 effects switcher to upgrade my pedalboard. So far everything works pretty good, but i have one problem i can't solve. I use the ES-5 to send MIDI commands to the HX stomp. Every time i press a switch on the ES-5 it sends a program change (PC) to select a preset on the Stomp and also a Midi CC #69 (values 0-2) to select a snapshot of that preset. However, i only get to the wanted snapshot if the Stomp preset is already active. But if the stomp does indeed need to change the preset it seems to ignore the CC #69 and will always start with the snapshot that was last edited in HX edit or on the stomp itself. Does anyone know a solution for this? Could it be a bug? My firmware is at V 3.01.0. Thanks in advance.
  15. Since version 3.0, the Helix family showed a capability about polyphonic tracking. I would like to use my HX Stomp or my Helix Native plugin to track the guitar and convert the sound to midi like the jamorigin plugin so it can then feed a synth. There is also Migic but it can only track one note. Thanks!
  16. I have a question about HX stomp MIDI connection options. I use a wireless MIDI connection with Yamaha MDBT01 Bluetooth between HX stomp and my iPad. The iPad sends programme change commands to the stomp from the Forscore app. In addition, I want to work simultaneously on my MacBook with the HX edit, which I have connected via the other MIDI USB output. But I need this USB output to connect a Morningstar MC 6. Now my question: Can I connect the MacBook to the HX stomp in another way without using this USB output?
  17. I know this has probably been suggested frequently, but I'll bring it up: Please add a stand alone VDI interface for the Variax. I love the Variax, but I don't want to be stuck with my HD-500 (or Helix) if I want to control the model switching / provide power and get the digital signal from the onboard processor. This unit would of course have a VDI connector to the Variax and 1/4 plugs for standard gear. This unit would also accept midi-in and provide mini-out with the Variax knobs providing Control-Change messages. I know this is how Line 6 gets you to buy into their 'eco-system', but I really think the Variax would be even more popular if it was easier to integrate all it's features into non Line 6 setups. Yes, I know you can hack an old PODXt or something, but I don't have time for that.
  18. Hi Everyone, I hope that you are all healthy and doing OK in these difficult times. I'm considering buying the HX stomp and have 2 questions: 1) Is it possible to control snapshot select, preset select , tuner select etc. via MIDI through USB (USB OTG-cable) through an Android-phone ? 2) Is it possible to place an A/B split first in the signal chain and control the volume going to both paths with an expression pedal (Line 6 EX-1) and to do volume swells this way? I know the panning between path A and B with an expression pedal is possible, but I want to do volume swells (both paths simultaneously) this way. Thanks in advance . Have a nice day, T
  19. Hey everyone, I hope all of you are doing well in this ongoing pandemic and you are at a safe place right now! Recently, I set up a Ableton Live 11 Project with Songs, where I want to play guitar to for live gigs. In order to have the right snapshots in the right moment, I created midi clips that send over Midi control -> 69 Hold Pedal 2 signals to my Helix that are changing the snapshots. I also added clips where it changes the presets via program and sub. I set up the midi base channel to 7 because I read somewhere I shouldn't use the standard base one. I also turned off Midi PC Send and additionally I set up the snapshots to 1, 5 and 8 in order to avoid potential failure signals, because they might be too close to each other. Problem A: I tried it with usb, but my usb connection sometimes interrupts, thats why I use a midi connection. However, this is working until the 3rd scene in my Ableton project starts playing, then it doesn't adjust to the right snapshot in the preset (which is just a duplicate from the first one). For instance, it changes to Preset 1-> Snapshot 1 but it should be Preset 1 -> Snapshot 8. Problem B: When I play a bit with it and I change the scenes manually, it changes the right snapshots or presets but at one point my Helix is freezing. My setup is a MacBook Pro 2019, Mac OS Catalina and a Focusrite Scarlett 18i20 1st generation and the Helix Version is 3.01.0. If you need any further details, please tell me and thanks in advance to somebody who is helping me with this issue! Best regards Fabian
  20. So I am looking to get an XY Midi pad built into my guitar and I want to know if I can use it to control any effects like the Pitch Wham. If someone has done this please share with me some videos or something to show me how it was done. Much appreciated
  21. I recently purchased a used DT50. When trying to find out if needed a firmware update, I was unable to get Line 6 Monkey to recognise the amp. I tried a different MIDI interface, with no success. I am able to receive MIDI signals from the DT50, for example, the channel selector sends CC19, but I cannot get the DT50 to recognise the same CC when I send it via MIDI controller to it. Now, I know my way around the insides of a tube amp (discharging caps, etc), and would like to diagnose further why the MIDI input isn't working rather than having to send it in for (costly?) repair. Looking at the I/O PCB, it looks like the optocoupler is a likely candidate - are those known to fail? Other than this and the connectors between the I/O and the digital board, are there any other components that I should be checking?
  22. Hello everyone! First time using the forums, so bear with me here. I recently bought a Hughes and Kettner GrandMeister 40 and would like to be able to switch presets on the amp using my HX effects. I’ve used the HX in the past for channel switching, but would like to be able to jump to different presets depending on the effect presets I’m using on the HX. I know I’d need to use the midi outs on both the head and HX, but am totally stumped on what to do from there. Any advice or tips? Thanks in advance!
  23. I have a Helix floor, I would love to be able to have a separate footswitch control changing snapshots within a preset. Is this possible?
  24. Hi everyone, I'm a longtime HX Effects user, and would like to use the HXFX to control Native in the same way as I do for the hardware effects. I'm finding this very cumbersome & slow. For example, in Ableton I've had to first individually map each CC Toggle / Expression value to a "switch" in the plugin's "configure" interface, and if I want one switch to control multiple things (easy on HXFX), I have to assign it to multiple "switches" in "configure". THEN I have to map these switches to the switches inside the Helix Native plugin itself. This wouldn't be so bad if I just had to do it once, but there is seemingly no way to SAVE these mappings anywhere. So I have to continually RE-DO all this, which means it takes ~20 minutes just to insert the plugin. Is there any way to integrate HXN with HXFX better, so that the switches/expression pedals in the plugin itself are mapped (and these mappings are saved)? There's that enticing "MIDI In" indicator bottom right in the plugin, which implies there must be a way for the plugin to directly receive MIDI, but I've never figured this out. Any help would be greatly appreciated!
  25. Hello all, Does anyone know if there is a MIDI CC code to mimic a push on view button of the HX stomp ? Thanks
×
×
  • Create New...