Stigmata Posted October 20, 2002 Report Posted October 20, 2002 Hi there!!Just playing around with my SID its sooooo cooool!! ;DJust a few questions about the logic env.Im not into Hex or Bit..For example the waveform parameters you got 8 zeroes.if i turn it to: 00000001 is that the same as Bit 0:Triangleand if i got 00000010 is that bit 1:saw ?? The example in the txt file you got an example 05h = 5 = triangle & pulse how i turn that into logic env.??Thanks!Christoffer Quote
TK. Posted October 20, 2002 Report Posted October 20, 2002 Hi Christoffer,yeah, the MIDIbox SID *is* cool - yesterday I made my first real song with 2 SIDs (stereo) and I'm very satisfied with the result. :DThe binary numbers are a little bit tricky. Don't "translate" them into hex or decimal values, just deal with them like with flags (or think about switches, which can be turned on or off). So, a saw sound is: 00000010(Bit 1 is "switched on")Triangle and Pulse together: 00000101(Bit 2 and 0 are "switched on")Sync sound: 00100001(Bit 5 for sync and bit 0 for triangle is set)Btw.: Sync and Ringmodulation are only working together with Oscillator 3. OSC3 is the "master", OSC1 and/or OSC2 the slave. More details can be found in the 6581 specification. A good start: OSC1 Waveform: 00100010OSC2 Waveform: 00010000 (off)OSC3 Waveform: 00000010Now increase the Transpose value for OSC1 and you will hear the difference. A well living sound can be achieved by assigning the velocity to the Transpose CC of OSC1 (CC17).Make it more fat - enable the second oscillator:OSC2 Waveform: 00100100detune it and and assign a LFO to the pulsewidthBest Regards, Thorsten. Quote
Stigmata Posted October 20, 2002 Author Report Posted October 20, 2002 You are the MAN!!! ;DChristoffer Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.