User Tools

Site Tools


korg_electribe_es-1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
korg_electribe_es-1 [2022/12/18 18:36] – tested lowercase extensions rjtkorg_electribe_es-1 [2023/10/15 13:33] – clarification rjt
Line 1: Line 1:
 ====== Korg Electribe ES-1 ====== ====== Korg Electribe ES-1 ======
 +{{ :media:image:hardware:es-1.jpg}}
 +Cool sampler and sequencer. Comes with lots of sounds, patterns, and songs built-in, and it's pretty fun just messing with those, or replacing the samples and hearing the existing patterns with new sounds.
  
 ==== Loading Samples ==== ==== Loading Samples ====
Line 7: Line 9:
   * Files need to be named in order, EG: 00.WAV 01.WAV 02.WAV 03.WAV 04.WAV (extension can be upper- or lowercase)   * Files need to be named in order, EG: 00.WAV 01.WAV 02.WAV 03.WAV 04.WAV (extension can be upper- or lowercase)
   * 100 files max in the root directory. Dunno about using subdirectories.   * 100 files max in the root directory. Dunno about using subdirectories.
-    * Practical workflow see to be grab bunch of samples you want to keep together, load them onto the ES-1, then save them as a bank (.ES1 file) back onto the card. This way you can store much more. Banks could be for individual songs (though it takes a while to load a new one, not useful for live performance), based on a theme, etc. Then you can load/unload full banks as you want them. +    * You don't need to keep you samples here, it's more temp space as you'll move the individual samples into sets/banks and save those onto the card. 
-    * Workflow: http://www.korgforums.com/forum/phpBB2/viewtopic.php?t=39660&view=previous&sid=3a30c9d13b91828809997799e7ac7a62 +  * 8- or 16-bit, 32KHz. .WAV or .AIFF. If you use a rate other than 32KHz playback speed will be distorted.
-    * Workflow: https://old.reddit.com/r/electribe/comments/p18ec2/es1_sample_editor/h8dtjsm/ +
-  * 8- or 16-bit, 32KHz. .WAV or .AIFF. If you use a rate other than 32KHz playback speed will change.+
   * You can format the card in the ES-1. It's [[wp>File_Allocation_Table#FAT12|FAT-12]].   * You can format the card in the ES-1. It's [[wp>File_Allocation_Table#FAT12|FAT-12]].
-  * If you get ''Er.3'' that means you're out of space.+  * If you get ''Er.3'' when loading samples that means you're out of space
 +    * Actual sample space seems to be ~2.2MiB in my experience. 
 +  * You have to load each sample one-by-one! 
 + 
 +=== Renaming === 
 + 
 +I use [[wp>GPRename]], which I have hooked into my file manager, so I can select a directory and launch it. 
 + 
 +  - Go to the 'Numerical' tab 
 +  - Set 'Add numbers starting at' to '0' 
 +  - Make sure 'increment by' is '1' (should be default) 
 +  - 'and after' field needs to have your file extension; so '.wav' 
 +  - Make sure 'Keep existing names' is set to 'No' (should be default) 
 +  - Hit 'Preview' to make sure things look right, then hit 'Rename' if they do. 
 + 
 +It'd be nice to script the whole renaming and converting process, so I'll add a command line renaming guide at some point maybe.
  
 === Converting === === Converting ===
Line 26: Line 41:
 ... ...
  
-With [[SoX]]:+With [[SoX]] (and [[bash]]): 
 + 
 +''for file in *.wav; do sox $file -r 32000 -b [8|16] -c [1|2] [optional output directory/]$(basename $file); done''
  
   * ''-r'' is sample rate   * ''-r'' is sample rate
   * ''-c'' is channels   * ''-c'' is channels
   * ''-b'' is bit depth   * ''-b'' is bit depth
- +  * 'optional output directory' has to already exist
-(untested) +
- +
-''for file in *.wav; do sox $file -r 32000 -b [16|8] -c 1 [optional output directory/]$(basename $file); done''+
  
 ===== See Also ===== ===== See Also =====
Line 44: Line 58:
     * https://www.korg.com/us/support/download/software/1/102/3317/ - ELECTRIBE-S/ES1 to .WAV PC Utility.     * https://www.korg.com/us/support/download/software/1/102/3317/ - ELECTRIBE-S/ES1 to .WAV PC Utility.
   * [[https://forum.vintagesynth.com/viewtopic.php?f=3&t=96712|Korg Electribe S (ES-1) Firmware and Factory Sounds]] - Links to all resources, tools on the Vintage Synth forum.   * [[https://forum.vintagesynth.com/viewtopic.php?f=3&t=96712|Korg Electribe S (ES-1) Firmware and Factory Sounds]] - Links to all resources, tools on the Vintage Synth forum.
 +  * [[yt>Lyxr7ZbyLfI|Faxi Nadu - Korg Electribe ES1 Sampler / Sequencer Review]]
  
 {{tag>Korg Japan musical-instrument}} {{tag>Korg Japan musical-instrument}}
korg_electribe_es-1.txt · Last modified: 2023/10/15 21:44 by rjt