Posts by Yoda Guitar

    Bin gespannt auf Deine Erkenntnisse - den Chocolate habe ich hier auch rumliegen, habe ihn aber bisher nicht für den Kemper eingesetzt.

    Fast wie ich es mir gedacht habe, man kann zwar beliebig viele CC events auf einen Schal/Taster legen , die beim Drücken oder auch togglen des Tasters gesendet werden. Beim Expression Pedal kann er aber nicht den Pedalwert in zwei 7 Bit Werte auf zwei CC Nachrichten verrechnen dh. man kann keine 14 Bit (MSB/LSB) Datenvalues berechnen. Mann kann pro CC Eintrag nur einen MAX und MIN Wert für 0 und 100% angeben. Man kann auch hier Mehrere CC and min MAX werte angeben, nur man kann nicht mit dem Pedalwert Rechnen.
    Sowas hier geht nicht.
    LSB = PedalValue &0x7F
    MSB = Pedalvalue >> 7 & 0x7F

    Ich werde wohl doch etwas selbst basteln müssen.

    a) eine direkte Steuerung über ein Expression-Pedal geht nicht; mit etwas Fummelei müsste es allerdings theoretisch möglich sein, die Kopfhörer-Lautstärke mit einem MIDI-Pedal zu steuern. Es gibt jedenfalls laut Dokumentation einen Parameter, mit dem man per NRPN die Kopfhörerlautstärke regeln kann. Allerdings nur eben per NRPN (ziemliche Frickelei mit 4 MIDI-Befehlen hintereinander) - weiß gar nicht, ob es da externe MIDI-Pedale gibt, die das senden können. Also eher theoretisch...


    b) ich finde die Steuerung über ein Pedal eher sinnvoll für dynamische Anpassungen (also laufende Änderungen während des Spielens) - für statische Anpassungen (wie eben die Kopfhörer-Lautstärke) würde ich das nicht verwenden. Auch viel zu viel Gefahr, dass man im Eifer des Gefechts voll aufs Pedal trampelt und sich die Ohren wegbläst...

    a) Bin gerade dabei NRPN mit Expression Pedal auszuprobieren, habe mir mal das "m-vave chocolate bt wireless midi controller" bestellt, der kann angeblich NRPN ob er das auch für eine angeschossenes Pedal kann, werde ich dann berichten. Die meisten können es eben nicht.
    b) Ich will damit die Looper Playback Laustärke Regeln und den Looper Steuern ohne auf der Remote immer Umschalten zu müssen.


    Mal sehen ob es klappt.

    Vielleicht mache ich ja gerade einen Denkfehler, aber kann man den Monitor Out dafür nicht nutzen?

    Jaein, der Monitor out ist nur lineout und benötigt einen Kopfhörer verstärker.
    Außerdem fehlt die Space einstellung die man für Kopfhörer unbeding aktivieren sollte.
    Anyway die Kopfhörerlautstärke mit einem Expression Pedal einzustellen halte ich für keine so sinnvolle Lösung.
    Bei InEar Systemen stellt man die Lautstärke am Bodypack ein und gut ist.
    Kleine InEar Systeme sind heute auch nicht mehr so teuer,
    habe letzt eins von NUX ausprobiert und das war wirklich gut (besser als das LD System) für einen günstigen Preis.

    Das wird schwierig, die Volumen Pedal Funktion hat nichts mit dem Master Volumen Regler zu tun.
    Was man bräuchte wäre "Master Volumen" als Funktion des Volumenpedals im System Menu und dann die Kopfhörer Verlinkung im Output einschalten.


    Also wenn es ganz einfach gehalten werden soll würde ich bei einem alten Volumenpedal den Poti austauschen zB. gegen ein 470 Ohm Pott als Passives Volumen.
    Besser wäre natürlich einen kleinen Kopfhörer Verstärker in das Volumenpedal einzubauen.
    Da gibt es kleine Module für 5 bis 6 Euro in der Bucht.
    https://www.ebay.de/itm/5pcs-L…uino-EK1236-/256325837601

    Options 1
    - You can use any online CSV to Word or Text converter

    Convertio — File Converter

    CSV to TXT Converter • Online & Free • MConverter
    Batch convert CSV to TXT online. Convert large CSV files up to 2 GB each. Fast and easy exporting from CSV to TXT in bulk.
    mconverter.eu

    CSV to TXT - online-convert.com
    Convert CSV to TXT in high quality by using this online file converter.
    document.online-convert.com


    Option 2

    - You can use any free office software like libre office or free office to import csv files.

    FreeOffice: Die beste kostenlose Alternative zu Microsoft Office

    Home | LibreOffice - Free Office Suite - Based on OpenOffice - Compatible with Microsoft

    This is not my device, perhaps for new Kemper users with existing pedalboard looking for something like HX Stomp or ToneX.

    Unless I can copy my rigs one-to-one on a player device, it doesn't make sense to me.

    I've sold most of the stompboxes and won't start again.

    In the end you end up with additional stomps and the Kemper-player, just as bulky on a pedalboard as with a Kemper-Stage,

    but with additional limitations in functionality.

    A nice introduction to the Kemper world, but not a real replacement or backup.

    BOME midi translator. You do not have to calculate anything. Set the imput and output hardware, draw a line between them. Push the footswitch for it to learn the comand and tell it which output NRPN message to send to KPA.

    Thx a lot,

    With that you can record the current value.
    But I like set a value between 0 to 100% on a ramp function. or expression pedal

    From the Kemper MIDI example:
    “Reverb/Mix” is at NRPN #9603, so MSB (“address page”) is 75 ($4B) and LSB (“address number”) is

    3 ($03).
    To send a 14-bit high resolution value to 8192:
    $B0 $63 $4B <- Addresspage
    $B0 $62 $03 <- address number
    $B0 $06 $40 <- MSB
    $B0 $26 $00 <- LSB

    By the way this example is outdated because Adresspage 75 no longer exists since KAOS Version 6 but Kemper still publish examples that can't work
    So this calculation for MSB/LSB (SHR means Bitshift Right C++ >> operator , or BITRSHIFT(number, shift_amount) in Excel


    So, why $40 and $00? Because 8192 is $2000 and:
    a) ($2000 SHR 7) AND $7F = $40 The upper 7 of 14 bits.
    b) ($2000 AND $7F) = $00; The lower 7 of 14 bits.

    Same here, mate. I had trouble with ancient Greek as well, but I made the looper work with a classical midi foot-controller. I used a midi translator. I hope the picture helps. (I still couldn't program the STOP footswitch, but I am working on it)

    What App do you use ?
    I 'm using Pocket MIDI for testing.
    But for NRPM i didn't find any userfrienly app which converts a Decimal value into two 7Bit MSB/LSB
    like dec value 567 to MIDI MSB/LSB 0x04 0x37 instead of 0x0237 wich you get as normal Hex value.

    I'm using for this calculation an external website MIDI BYTE Calculator.

    I hate MIDI, it's so lowlevel 80's style. Reminds my when I starteted with Comodore and Atari Computers with peek and poke.
    No protocol security, no data verification or checksum and no packet acknowledgment, not even ACK/NACK

    Nein, du benötigst kein Internet, du must die Geräte per Netzwerkkabel mit deinem COMPUTER verbinden und die vordefinierte IP Adresse im Webbrowser eingeben.
    Dann erscheint eine Konfigurationswebseite bei der du dich einloggen must.
    Die vordefinierte Adresse und das default passwort steht in der Anleitung.
    Dann konfigurierst du ein Geräte nach dem anderen wie oben beschrieben.
    Erst den Accespoint (Was nichts anderes ist als ein Router ohne Internet) dann den Client der verbindest sich mit dem Accespoint.

    External Content www.youtube.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    Sorry Burkard I have to contradict you. The point here is excactly to import a list performance without changing the routing or other system settings.
    Output settings and system settings should NOT be changed. When I play with someone else's device, its system settings are set exactly to the environment of the device by the owner, and that is exactly what should NOT be changed.
    It would be fatal to import your own backup here and overwrite all settings of the owner.

    In my case I had all sleep and screen saver modes turned off but something about how the Mac mini was managing the USB port was causing it to turn off/sleep. I couldn’t find any way to over ride this. Don’t know if it’s related to Yoda’s issue or not but throwing it out there just in case.

    This is not a solution, but at most a temporary workaround.

    If Kemper cannot fix the problem (and it previously worked in older versions), the Kemper will be sold.

    All my other devices work, I have never asked for a USB audio or USB MIDI. A big problem for me is that on the one hand you have to update to the latest version to get support, but the update also brings with it completely new problems for functions that you never asked for.