Digitech Trio+ (Band Creator + Looper)

  • Ersteller unixbook
  • Erstellt am
Habe meinen nun zurückgeschickt (Moneyback). Das Teil hat mir für meine Zwecke insgesamt dann doch nicht gefallen.
 
  • Gefällt mir
Reaktionen: 3 Benutzer
Ich seh grade, dass der Preis für das Gerät beim T ordentlich runtergegangen ist ...
Im März habe ich noch 299 € bezahlt ... jetzt kostet der Trio+ nur noch 229 € :rolleyes:

Naja ... er ist sein Geld auch im März schon Wert gewesen :D
 
Hi folks,
I have updated the script to version 0.51:
https://github.com/giveabit/Trio-Plus-Data/blob/master/audio_from_trio_v0.51.py

Added functionality to export the parts as separate wave data (still no correct support if overdubs included; working on the issue).

Please have a look, give it a go and let me know if it's doing the trick.

Apart from that, lots of comments included with the source code.

Cheers!
 
  • Gefällt mir
Reaktionen: 1 Benutzer
updated the findings:
https://github.com/giveabit/Trio-Plus-Data/blob/master/findings.txt

Also updated the tool to v0.63. According to the findings, a different approach to extract the audio has to be taken. The parts of the song need to be identified from the header information contained wihtin the tlsd files instead of searching for chunks of nullbytes. Not really a surprise but might be a tough nut to crack - tougher than finding nullbytes that is...

Nevertheless, for starters the tool extracts audio fast and reliably if there are no overdubs.

Will be crunching numbers with the header files the next days...

Cheers!
 
  • Gefällt mir
Reaktionen: 2 Benutzer
@giveabit
Thank you for your development! I'll try to test it at the weekend and give you a short feedback!
 
Meiner ist leider immer noch in Reperatur. Nächstes Mal wende ich mich direkt an den Verkäufer.

Gruß Jörg
 
  • Gefällt mir
Reaktionen: 1 Benutzer
added a 'release' which will be easier to download.

you will find a WINDOWS version here:
https://github.com/giveabit/Trio-Plus-Data/releases/download/0.67/audio_from_trio_v0.67_win.py

and a LINUX version here:
https://github.com/giveabit/Trio-Plus-Data/releases/download/0.67/audio_from_trio_v0.67_linux.py

All the best for 2017 & cheers!

I have also just created a NEW TOOL for the Trio Plus:
It will help you cutting a wave file that you re-recorded from your Trio Plus for further usage in your DAW. Example wave file included. Give it a try:
https://github.com/giveabit/TrioWaveCutter/releases

Cheers!
 
Grund: clarify that it's a different software
Zuletzt bearbeitet:
  • Gefällt mir
Reaktionen: 1 Benutzer
added a 'release' which will be easier to download.

you will find a WINDOWS version here:
https://github.com/giveabit/Trio-Plus-Data/releases/download/0.67/audio_from_trio_v0.67_win.py

and a LINUX version here:
https://github.com/giveabit/Trio-Plus-Data/releases/download/0.67/audio_from_trio_v0.67_linux.py

All the best for 2017 & cheers!

I have also just created a NEW TOOL for the Trio Plus:
It will help you cutting a wave file that you re-recorded from your Trio Plus for further usage in your DAW. Example wave file included. Give it a try:
https://github.com/giveabit/TrioWaveCutter/releases

Cheers!

UPDATE for TrioWaveCutter - version 1.1:
https://github.com/giveabit/TrioWaveCutter/releases/tag/1.1
 
Hallo zusammen,

könnte mir (ü 50, mit längerer Computerabstinenz) jemand von euch hier mit einfachen Worten erklären, wie die Software von "giveabit" angewandt wird? Ich habe ihn schon kontaktiert, aber seine Erklärungen in englisch und deren Umsetzung gestalten sich als nicht ganz so einfach. Merci vorab für eure Unterstützung.

Greetz, Pit
 
Hallo zusammen! Ich bin neu in diesem Forum. Ich besitze das Trio plus seit ca. 6 Monaten, und es tut für mich genau das, was es soll. Ich bin Gitarren-Alleinunterhalter im privaten Rahmen. Mein größter Wunsch wäre es, wenn man die *.tlsd Dateien weiter bearbeiten könnte. Bisher habe ich da noch nichts gefunden, vorgestern wurde ich aber über das Forum gearslutz.com auf den Teilnehmer giveabit aufmerksam, der da eine entsprechende Software erstellt hat. Wie ich jetzt gesehen habe, hat giveabit auch schon in diesem Forum sein Programm vorgestellt. Leider ist dieses Programm in Linux, und da kann ich mal so richtig garnichts mit anfangen. Habe alles versucht, aber ohne Erfolg.
@Pitjepit: Mir gehts wie Dir
@giveabit: No chance to come up with a windows-version? I mean a real windows-version, something with an *.exe ending and not a *.py
An alle anderen: Ist keiner da, der sich mit Linux und mit Windows auskennt und das Programm von Giveabit in windows Übersetzt? (Ich meine jetzt so das normale windows, bitte nicht kommen und sagen: Da müsst ihr Euch py2exe oder so runterladen und dann klappts. Bei mir (und offensichtlich auch bei anderen) klappt es eben nicht!
Danke für Euere Aufmerksamkeit!
 
Zuletzt bearbeitet:
An alle anderen: Ist keiner da, der sich mit Linux und mit Windows auskennt und das Programm von Giveabit in windows Übersetzt? (Ich meine jetzt so das normale windows, bitte nicht kommen und sagen: Da müsst ihr Euch py2exe oder so runterladen und dann klappts. Bei mir (und offensichtlich auch bei anderen) klappt es eben nicht!

Das Programm ist nicht "in Linux" geschrieben sondern in Python. Und deshalb kann man das auch nicht "in Windows" übersetzen. Er schreibt aber auf seiner Projektseite dass er das unter Windows geschrieben und getestet hat und dass es wenn dann unter Linux Probleme mit den Zeilenenden geben kann ;)

Ich bin mir nicht sicher ob Python auch nen Compiler anbietet mit dem man das in ne .exe übersetzen kann, aber da das Skript keine Abhängigkeiten haben soll könnte das vielleicht sogar gehen...

Im Moment musst du dir wohl die neueste Python(3) Umgebung installieren, das Skript in denselben Ordner packen wie die exportierte tlsd Datei und anklicken. Wenn das nicht klappt dann schreib doch mal was genau die Fehlermeldung bei welchem Schritt ist.
 
No chance to come up with a windows-version? I mean a real windows-version, something with an *.exe ending and not a *.py

Hi there,
as user 'songless' already did point out: it is written in a script language named python. Which is, by the way, quite popular and easy to learn and use and can do amazing things. However - just install this language and your 'windows' will 'understand' it (i.e.: just double click the script and it will run!!!).

Get the latest python3 (version 3.6.0 at the moment) release from:
https://www.python.org/downloads/

Install as usual. Copy the tlsd data into a folder on your local harddisc. Add my script. Double click the script and that's it! Really!

Be aware though that at the moment it will only extract your recorded audio from the tlsd file(s) and no midi bass/drums information. I have been working on this quite a while now and things are complicated and there seems to be nobody out there willing to help reverse-engineering the thing. So it will take time and I am not sure if I can do the job alone. We'll see.

Hence, I have lauchend the other tool (also python script) on github to help having a quick and dirty file rip from the audio out of the trio+ (https://github.com/giveabit/TrioWaveCutter/releases)

Have fun!

Cheers!
 
Hurra! Es hat geklappt, und zwar genau so, wie songless und giveabit beschrieben haben! Erst hat's nicht geklappt, dann schließlich doch. Lag an meinem Computer, auf nem anderen lief's dann. Dann wünsch ich giveabit viel Erfolg, dass er die Sache mit den midi Dateien auch noch hin kriegt. Danke nochmal!
@giveabit: success at last! Hope you can manage the rest!
 
Mein Bruder (Gitarrist der sich immer mehr dem Bassspiel widmet) interessiert sich für einen Trio+. Macht das für Bassisten überhaupt Sinn?
Als Gitarrist ja, weil Bass/Schlagzeug dazu begleitet. Aber er müsste hier ja die Songs/Ideen mal mit Cleangitarre einspielen und dann nachdem er mal eine Loop gespeichert hat einen Bass drüberspielen, dh. den Bass lautstärkemässig auf Null stellen.

Das 2. Gerät welches ihn interessiert wäre ein JM4 Looper v Line6. Der würde meines Erachtens als Bassist mehr Sinn machen. Man muss halt vorher ein Schlagzeug aussuchen und sich dann daran orientieren. JM4 hat er schon bei Kollegen probiert (aber als Gitarrist)... den könnte er jetzt günstig bekommen. Trio+ müsste er neu kaufen.

Macht der Trio+ Sinn für Bassisten oder wäre der JM4 dann gescheiter? Oder habt Ihr da noch bessere Ideen?

Vielen Dank im Voraus.
 
Zuletzt bearbeitet:
Ich kenne den JM4 Looper nicht allerdings habe ich den Trio+. Den Trio kann man mit sämtlichen Instrumenten "füttern". Dem Pedal ist es egal ob Gitarre, Bass, Keyboard etc. eingespielt werden. Er erkannt ja lediglich die Noten und erzeugt daraus passende Bass und Drum Spuren. Ich schließe oft mein iPad mit GarageBand an und spiele kurze Melodien mit dem SmartKeyboard ein.

Gruß Jörg
 
So, mein Bruder hat den Trio+ gestern gekauft. Er will sich nicht nur auf die den Styles zugewiesenen internen Sounds beschränken sondern diese mit seinem Amp bzw. FX Pedalen hinbiegen.

Er hat 2 Einsatzszenarien, wie ist hier die korrekte Verkabelung?

A) Verwendung mit Mustang 3 V2:

Gitarre in dem Mustang Instrumenteneingang -> Mustang FX Send in Guitar-In am Trio -> Trio Amp Out zu Mustang FX-Return nehme ich an.
Wenn er Mixer Out dann an die Fullrange-Anlage anschliesst, so hat er den Gitarrenoutput über den Mustang laufen, Bass und Schlagzeug laufen über die Stereoanlage.
FX Send - Return am Trio braucht er dann nicht.


B) Wenn er es mal mit Kopfhörer mit einem kleinen Mulitifx wie Zoom G1On verwenden will:

Gitarre in Trio+ Guitar In -> Trio FX Send in Zoom G1On Input -> ZoomG1On to Amp -> Trio FX Return.

Ist das so korrekt?

Lg Tell
 

Ähnliche Themen


Unser weiteres Online-Angebot:
Bassic.de · Deejayforum.de · Sequencer.de · Clavio.de · Guitarworld.de · Recording.de

Musiker-Board Logo
Zurück
Oben