Open editor for electribe sampler

Discussion relating to the Korg Electribe products.

Moderators: Sharp, X-Trade, Pepperpotty, karmathanever

Brakio
Junior Member
Posts: 84
Joined: Mon Dec 28, 2015 12:56 am

Post by Brakio »

Ha.... I also noted that previously released executables for windows were generating false detection of a trojan with latest update of avast antivirus. I upgraded windows XP to SP3 to install latest avast antivirus on the virtual box that I use for the generation of the windows exe. After upgrading pyinstaller to latest version there is no more false virus detection.

So, I replaced the windows executable that was on github with the newly generated executable for the 0.0.10 release. So If you also encountered the same problem you can download the new executable at the same place as previously: https://github.com/JonathanTaquet/Oe2sSLE/releases.

The only change is that from now all published windows releases will require to have at least as windows XP with SP3 instead of SP2.
Steeplemouth
Full Member
Posts: 152
Joined: Tue Sep 29, 2015 2:46 am

Post by Steeplemouth »

Brakio thank you for your work on this software, you're a legend. I know how time consuming it is to write code and it is very thoughtful of you to take the time out do this for the community. Building up a decent sample set would have been unbearable from the electribe itself without a preview function. Good on you dude!
SMK
Platinum Member
Posts: 1197
Joined: Sun Nov 26, 2006 10:22 pm
Contact:

Post by SMK »

Brakio wrote:
There are potential issues in the way the samples are numbered because the internal numbering in the electribe seemed to me to be buggy. If Korg corrected this, the work around I did in the software could not work properly (in the case you are using your own samples with numbers that are normally reserved to default electribe samples, for instance). I did not checked this yet, but I do not see why they would have changed the previous behavior.

But if you find new bugs with this new firmware and my software, don't hesitate to let me know.
Thank you so much for updating us on how your app works with the new 2.02 firmware. I do hope you have a moment to check to make sure the numbering system still works with your application. If it turns out that Korg actually correct the numbering bug, how soon would you be able to release a new version?

Because of how good your sample app is I completely rely on this software to work with my ES2. Without your app, my work flow for bringing in samples into the ES2 is completely messed up.
Korg PX5d
Korg Quad
Korg KP3
Korg DS-10
Korg PadKontrol
Korg K25
Korg Monotron
Korg Electribe 2
Korg Electribe Sampler 2
Roland GK-3A
Roland GI-20
Fishman Triple Play
BC Rich Guitar

My Music
Sebberdii
Posts: 30
Joined: Sun Dec 08, 2013 4:34 pm

Post by Sebberdii »

Great little program!
How does the export function work?
it does nothing when i click on the button :-/
Brakio
Junior Member
Posts: 84
Joined: Mon Dec 28, 2015 12:56 am

Post by Brakio »

SMK wrote: I do hope you have a moment to check to make sure the numbering system still works with your application. If it turns out that Korg actually correct the numbering bug, how soon would you be able to release a new version?
Sorry I don't know when I will do the test. But if you see something going wrong, send me a private message or post a new issue on github. I will try to be reactive!
SMK wrote: Because of how good your sample app is I completely rely on this software to work with my ES2. Without your app, my work flow for bringing in samples into the ES2 is completely messed up.
Thank you ;)
Brakio
Junior Member
Posts: 84
Joined: Mon Dec 28, 2015 12:56 am

Post by Brakio »

Sebberdii wrote:Great little program!
How does the export function work?
it does nothing when i click on the button :-/
Thank you!

Which one, "export selected as wav" or "export all as wav"
It works well on my computer, on which OS do you have this issue?
With the first one you should see a dialog window to select where to save one wav file. With the second one you should see a dialog window to select the folder where you want to save all the samples at once.
Loudest
Full Member
Posts: 174
Joined: Tue Aug 11, 2015 2:30 pm

Post by Loudest »

Hey Brakio

Any chance to see a native OSX version :?:
Steeplemouth
Full Member
Posts: 152
Joined: Tue Sep 29, 2015 2:46 am

Post by Steeplemouth »

Brakio wrote:
Sebberdii wrote:Great little program!
How does the export function work?
it does nothing when i click on the button :-/
Thank you!

Which one, "export selected as wav" or "export all as wav"
It works well on my computer, on which OS do you have this issue?
With the first one you should see a dialog window to select where to save one wav file. With the second one you should see a dialog window to select the folder where you want to save all the samples at once.
Both of these functions work perfectly on my computer and very handy they are too.
Sebberdii
Posts: 30
Joined: Sun Dec 08, 2013 4:34 pm

Post by Sebberdii »

Thank you!

Which one, "export selected as wav" or "export all as wav"
It works well on my computer, on which OS do you have this issue?
With the first one you should see a dialog window to select where to save one wav file. With the second one you should see a dialog window to select the folder where you want to save all the samples at once.
Sorry for the late answer.
Tried again and it's working real good!
I'm using the java script, and didn't look in the "downloaded" folder on my computer. They are all there :-)
Thanks again for this great program!
Hosh
Posts: 3
Joined: Tue Jul 26, 2016 3:07 pm

Post by Hosh »

Thanks for all your work on this Brakio. The editor is massively helpful.
jpeg
Full Member
Posts: 158
Joined: Mon Sep 07, 2015 4:47 pm

Post by jpeg »

appreciate the program it save me alot of time; would be great if when u imprt wav's you could preview them before importing.

also would be good if the app supported multiple selections when deleting

and also had a select all option because setting all samples to +12bd is currently a manual process.

but good job on the program.
soundcloud.com/jknowsis
MPC studio|Microkorg & XL|Reface CS & DX|Minilogue|Volca FM
Brakio
Junior Member
Posts: 84
Joined: Mon Dec 28, 2015 12:56 am

Post by Brakio »

Hey, good news: you can now convert samples from stereo to mono with my editor ;)

check latest release https://github.com/JonathanTaquet/Oe2sSLE/releases/

You can also Edit the sampling frequency value.

Note: don't forget to use top/bottom arrows of your keyboard or page-up/page-down while (or not) holding SHIFT to edit values faster.

I will try to let you edit the values directly with the numpad in a future release, but it needs some work because of the initial design I took (bad choice) when starting to develop the first versions of the application.
jpeg
Full Member
Posts: 158
Joined: Mon Sep 07, 2015 4:47 pm

Post by jpeg »

Brakio wrote:Hey, good news: you can now convert samples from stereo to mono with my editor ;)

check latest release https://github.com/JonathanTaquet/Oe2sSLE/releases/

You can also Edit the sampling frequency value.

Note: don't forget to use top/bottom arrows of your keyboard or page-up/page-down while (or not) holding SHIFT to edit values faster.

I will try to let you edit the values directly with the numpad in a future release, but it needs some work because of the initial design I took (bad choice) when starting to develop the first versions of the application.
This is great, cos I literally made a post about this yesterday, so will give this a try tonight, very handy time saving app.

Thanks
soundcloud.com/jknowsis
MPC studio|Microkorg & XL|Reface CS & DX|Minilogue|Volca FM
Hosh
Posts: 3
Joined: Tue Jul 26, 2016 3:07 pm

Post by Hosh »

Brakio wrote:Hey, good news: you can now convert samples from stereo to mono with my editor ;)

check latest release https://github.com/JonathanTaquet/Oe2sSLE/releases/
Man I am SO glad to hear that. You've just made the editor even more awesome. Great work Brakio. Big up!
Loudest
Full Member
Posts: 174
Joined: Tue Aug 11, 2015 2:30 pm

Post by Loudest »

Is there someone who made a version of this Editor compiled for Mac OSX?
(or explain me how to do it)
Post Reply

Return to “Korg Electribe”