<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div>
<pre class="code" style="font-size: 10pt; color: rgb(85, 51, 0); padding: 2em; border: 1px solid rgb(221, 204, 187); background-color: rgb(250, 242, 213);"><p style="box-sizing: border-box; margin-right: 0px; margin-bottom: 1.25rem; margin-left: 0px; padding: 0px; direction: ltr; font-family: 'Proxima Nova Reg'; font-size: 16px; line-height: 1.6; text-rendering: optimizelegibility; clear: both; word-wrap: break-word; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);">Hello</p><p style="box-sizing: border-box; margin-right: 0px; margin-bottom: 1.25rem; margin-left: 0px; padding: 0px; direction: ltr; font-family: 'Proxima Nova Reg'; font-size: 16px; line-height: 1.6; text-rendering: optimizelegibility; clear: both; word-wrap: break-word; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);">I have a Waldorf Blofeld Hardware Synthesizer that allows you to load in your own Wavetables into 128 USER WAVETABLE banks. I was wondering if anyone on here has attempted to create such a thing or if it was possible with Pure Data. I would like to take existing wav/aif files and convert them into wave-tables for usage in the Waldorf Blofeld. I am not sure how to start other than consulting the Blofeld manual, but i wanted to ask here first in case someone has experience in making such a thing.</p></pre>
<pre class="code" style="font-size: 10pt; color: rgb(85, 51, 0); padding: 2em; border: 1px solid rgb(221, 204, 187); background-color: rgb(250, 242, 213);">I found this information regarding the make-up of the SYSX file that the Blofeld will accept.</pre>
<pre class="code" style="font-size: 10pt; color: rgb(85, 51, 0); padding: 2em; border: 1px solid rgb(221, 204, 187); background-color: rgb(250, 242, 213);">Can someone help me create a Wave-table Creator/Converter in Pure Data?</pre>
<pre class="code" style="font-size: 10pt; color: rgb(85, 51, 0); padding: 2em; border: 1px solid rgb(221, 204, 187); background-color: rgb(250, 242, 213);">Index   Label   Value           Description
-----------------------------------------------------------
0       EXC     F0h             Start of SysEx
1       IDW     3Eh             Waldorf Music ID
2       IDE     13h             Blofeld ID
3       DEV                     Device ID
4       IDM     12h             WTBD (Wavetable Dump)
5       WT      50h..76h        Wavetable number
6       WN      00h..3Fh        Wave number
7               00h             Format
8-391   WDATA   00h..7Fh        Data: triplets with little-endian signed 21-byte numbers
392-405 NAME    20h..7Fh        Wavetable name (ASCII)
406             00h             Reserved
407             00h             Reserved
408     CHK     WDATA & 7Fh     Checksum (add bytes 7..407 together)
409     EOX     F7h             End of SysEx
-----------------------------------------------------------</pre>
<div style="font-family:Tahoma; font-size:13px">
<div><font size="3"><i><br>
</i></font></div>
<div><font size="3"><i>Patrick Pagano B.S, M.F.A</i></font></div>
<div>Audio and Projection Design Faculty</div>
<div>Digital Worlds Institute</div>
<div>University of Florida, USA</div>
<div>(352)294-2020</div>
</div>
</div>
</div>
</body>
</html>