-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plan to include Zoom b1on? [Feature request] #7
Comments
Hello @francescoboc. I started the development to Zoom G1On a year ago, but not finished. I think that B1On works like G1On, but I need check manually the equipment to sure. I started checking the thinks that are possible or not to do. Check this table to see if you needs work or not |
Thank @SrMouraSilva for your quick answer. Another question, just out of curiosity: do you think that there is any way to access the 30 seconds recordings made with the pedal's loop station? |
To control the equipment, the first step is the communication establishment. I use a usb/midi python lib to this. To starts the communication, is necessary to inform the model identifier (Product ID). I mapped the Zoom G3v2, MS50g, MS60b and G1on, but no B1on. Then, to you test as way as suggested, to need first change this line to the zoom b1 product id. Do you use Windows or linux OS?
The communication between zoom equipment and pc developed by the community is basically inspecting some Zoom program (like edit&share) and/or sending random commands to the equipment. Maybe someone done a reversal engineering of the equipment. In this sense, I can only reproduce something that a Zoom equipment has produced. The Zoom G3 is also a audio interface, then it's possible get audio (but this not by the midi protocol), but isn't possible to get the recorded audio. MS50g, G1On and others hasn't audio interface. Then, isn't possible to get the audio. |
hi both I am updating my stuff here https://github.com/shooking/ZoomPedalFun And last night I chanced across @SrMouraSilva work - so I added a reference and carry on. The newer G1XFour has ability to read files off the device. So if it were possible to find a file where looper stores it content it might be possible. My aim was to create a Ctrlr application for the pedals controlled by a touchscreen and running on the Pi. Great work @SrMouraSilva. |
Hello, @shooking
I saw that you references a old project instead this. I think that's because it has some videos with the Raspberry Pi.
I recommends you search "Pedal Pi" too. There are a lot of cool projects with the same name! haha -- Specifically, this project is a sub-project of my Pedal Pi (version). My Pedal Pi's idea is to use the raspberry processor to run Linux audio plugins (LV2). The PiPedalController is a old project developed into Java to controlls the Zoom G3. A conclusion that I have is that's most simple to use Python in Raspberry, reusing the "Pedal Pi" structure. Then PluginsManager-Zoom was born by this idea. There are others experiments:
|
Well, as the title says :)
Are there any plans to include the bass pedal Zoom b1on?
Thank you very much and keep up the great work!
The text was updated successfully, but these errors were encountered: