Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: Carlos11

Search: Search took 0.00 seconds.

  1. Hi everybody, hi MatrixRat, I connected the...

    Hi everybody, hi MatrixRat,

    I connected the footcontroller including the teensy with a second Roland GP-8 that I could get hold of. It worked and I can confirm that MatrixRat‘s code is verified...
  2. Thanks for your answer, MatrixRat! X marks the...

    Thanks for your answer, MatrixRat!
    X marks the spot where I have inserted the teensy.
    I am going to open the Roland GP-8 at the end of the month, I suspect that's the culprit. Right now I haven't...
  3. I have modded the section to provide MIDI THRU...

    I have modded the section to provide MIDI THRU for both RRC and MIDI IN. Bear in mind that RRC is MIDI, just a proprietary DIN jack!
    20507
  4. More confusion! If I patch the USB2MIDI...

    More confusion!
    If I patch the USB2MIDI interface + MIDI-OX between footcontroller and Roland GP-8 switched to MIDI IN position (instead of RRC in see schematics above), the GP-8 receives program...
  5. Good idea! That‘s a 47R resistor: yellow - violet...

    Good idea! That‘s a 47R resistor: yellow - violet - black - gold ? That will take a few days since I am quite busy jobwise ...
  6. I changed the timing of the active sensing to...

    I changed the timing of the active sensing to 250ms to no avail.
    Right now I haven't got time to do it, but tomorrow:
    I am going to connect the modded Ibanez footcontroller with the teensy to the...
  7. I take it that the timestamp in MIDI-OX is in HEX...

    I take it that the timestamp in MIDI-OX is in HEX and DEC is in ms.
    Here are some readings:

    Roland FC-100: min. 236ms, max. 263ms
    Teensy: min. 189ms, max. 201ms

    The teensy is more consistent...
  8. I compared the original footcontroller and my...

    I compared the original footcontroller and my modded one. I reduced the active sensing to 200ms in your code.
    Judging by the flashing LEDs of the USB MIDI interface and the speed of the Active...
  9. I see your point, it doesn't make sense to add...

    I see your point, it doesn't make sense to add just another 74LS05 or transistors.
    The proprietary Roland RRC jack just has a few more pins for Vcc and the signal for the guitar tuner.
    Here's the...
  10. Hi MatrixRat, the code works with my DIN to USB...

    Hi MatrixRat,
    the code works with my DIN to USB MIDI interface in a lab environment! Thank you very much for helping a beginner! Codewise the job is done thanks to you!

    The 1987 Roland GP-8,...
  11. Sorry, as I said, I'm a complete beginner to...

    Sorry, as I said, I'm a complete beginner to programming and have been trying to find a programming tutorial covering the braces and fomatting and so on.
    Thanks for your advice!
  12. Hi MatrixRAT, I actually used a 470R, because I...

    Hi MatrixRAT,
    I actually used a 470R, because I didn't have a 420R.
    Right now I can't compile this code, I haven't understood the overall structure of a sketch yet:

    ///************LIBRARIES...
  13. Hi MatrixRat, thanks a million! Your code...

    Hi MatrixRat,

    thanks a million! Your code works like a charm! I really appreciate your effort and your contribution!

    I had to add a 1K pull-up resistor in front of the 420R series resistor,...
  14. I don't know if the baud rate should be set for...

    I don't know if the baud rate should be set for Serial1?
    #include <MIDI.h>

    MIDI_CREATE_INSTANCE(HardwareSerial, Serial1, MIDI);

    void setup() {
    MIDI.begin(MIDI_CHANNEL_OMNI);
    ...
  15. Hi everyone, hi MatrixRat, I have installed...

    Hi everyone, hi MatrixRat,

    I have installed the new 74LS05. If I bypass the T2 Midi in and out , program changes are sent and the devices connected change their patch numbers accordingly. Line...
  16. Thanks MatrixRat! I‘ll wait for the 74ls05 to...

    Thanks MatrixRat!
    I‘ll wait for the 74ls05 to arrive and try the resistors you suggested.
  17. That‘s the schematics of the original foot...

    That‘s the schematics of the original foot controller. I highlighted the MIDI out path. X marks the spot where I inserted the Teensy. I desoldered the original R2 220R and soldered wires into each...
  18. Hello MatrixRat, I'm back and I have to say you...

    Hello MatrixRat,
    I'm back and I have to say you have been quite right.
    I replaced the voltage regulator and 7-segment LEDs and current dropped considerably so that the unregulated input DC rose to...
  19. I have ordered low drop voltage regulators 5V and...

    I have ordered low drop voltage regulators 5V and some high efficiency 7 segment LEDS. I am going to raise the common anode resistors of the LED significantly. I hope these measures will lower the...
  20. Hi MatrixRat, you are right! The malfunction is...

    Hi MatrixRat,
    you are right! The malfunction is caused by an unstable power supply or too much current draw.
    The footcontroller is powered by a Roland GP8 which supplies unregulated 10VDC to the...
  21. Hi MatrixRat, the incoming signal should be...

    Hi MatrixRat,
    the incoming signal should be clean since it comes from the output of the footcontroller that used to work with my equipment, it's the output of a 74LS05 inverter plus 220R pull-up...
  22. Thanks MatrixRat for your code, program changes...

    Thanks MatrixRat for your code,
    program changes only get through intermittently before I touch the expression pedal which kind of freezes the teensy thru function. I get undefined status on CC and...
  23. Hello again MatrixRat and oddson! I have...

    Hello again MatrixRat and oddson!
    I have inserted the teensy into the footcontroller. The teensy gets the MIDI output from the footcontroller at TTL level (74LS05).
    This is how I did it: I...
  24. Thanks to everbody! Where exactly do I have to...

    Thanks to everbody!
    Where exactly do I have to insert


    MIDI.begin(MIDI_CHANNEL_OMNI);

    in oddson's code (post#21)?
  25. Thanks, Pieter! @MatrixRat: I connected VCC, GND...

    Thanks, Pieter!
    @MatrixRat: I connected VCC, GND and A0 to the expression pedal, opened the "Many_button_knobs" example and changed the code here:


    // define the pins you want to use and the CC...
  26. If I delete the blink code now, I can copy &...

    If I delete the blink code now, I can copy & paste exisiting code that reads 0-5V at the analog input F0/21 A0 next to the VCC pin and turns it into CC16 (0-127) MIDI commands without jitter. The...
  27. Thanks MatriXRat! How stupid of me using C! By...

    Thanks MatriXRat!
    How stupid of me using C!
    By now I have installed the Arduino software and the teensy loader and everything works as it should. I can edit the blinking time of the LED, compile...
  28. I got the teensy today. the onboard LED blinks,...

    I got the teensy today. the onboard LED blinks, turns off when I press the button. Teensy Loader 1.48 recognizes the device.
    Downloaded latest version of WINAVR. I'm running it on Windows 10 64bit...
  29. Thanks, MatrixRat. I'll try setting up the...

    Thanks, MatrixRat.
    I'll try setting up the teensy for MIDI thru first, as soon as the teensy has been delivered.
    Then I'll come back here when I 'm about to include the library...
  30. Thanks, oddson! I've ordered a teensy 2.0...

    Thanks, oddson!
    I've ordered a teensy 2.0 locally and not in China, so it's going to arrive here pretty son.
    I am going to connect the teensy to a DIN output jack.
    The original foot controller...
  31. Thanks, oddson! I guess I'll go for the teensy...

    Thanks, oddson!
    I guess I'll go for the teensy 2.0 then.
    The foot switcher is DIN MIDI only. I'm using a Roland EV-5 expression pedal.
    Thank your for the advice on the library....
  32. Thanks Xfer! I need a serial (DIN Cable) MIDI...

    Thanks Xfer!
    I need a serial (DIN Cable) MIDI out interface. I guess I can do with 0-3.3V at the pot of the expression pedal as long as MIDI CC 0-127 are created.
    Does the teensy provide enough...
  33. BTW I guess I'll need a 5V tolerant teensy ...

    BTW I guess I'll need a 5V tolerant teensy ...
  34. Beginner project: MIDI, analog pot turned into MIDI CC, MIDI merge with incoming MIDI

    Hello everybody,
    I'm new here and an absoute beginner to the programming of the teensy, but quite an expert at soldering etc. I should say that English is not my first language and I do apologize if...
Results 1 to 34 of 34