SlideShare a Scribd company logo
1 of 6
Download to read offline
Polyanna v1.00
(27 January 2017)
Introduction
Polyanna is a 8-channel music
editor for Commodore 64. It
plays 3 regular SID channels
together with 5 emulated SID
channels on a stock machine.
Old SID chip (6581) is
required.
The mixer is based on Sid Vicious, a SID emulator I wrote for
VIC 20 in 2006. For optimal performance the emulated channels in
Polyanna are optimized for pulse waveform only. Pulse width
modulation and envelopes are of course supported, although
they're rough. Don't expect too much! :)
There is also an optional 6-channel mode with improved sound
quality:
8 channels: 3 regular SID + 5 emulated channels @4.4kHz
6 channels: 3 regular SID + 3 emulated channels @7.7kHz
You can easily switch between modes in the editor. Don't worry,
your note data in the hidden channels is never lost :)
Crash Course
The interface should be quite easy if you've tried any SID or 8-
bit music software before. There's a few things to note:
- Regular SID channels use sounds labeled 1-7. Emulated channels
use sounds 9-F (in hex). The correct bank is automatically
selected when moving cursor in the block editor. First 3
channels to the left are SID channels
- Lowest sustain values may become silent, depending on your
mixer gain. Use sustain 3-4 to play quiet, sustained notes on
the emulated channels or crank up the gain
- Emulated channels are good for fast transients, repeated
sounds and low PWM basses. They are very accurate. With high-
pitched notes, long decayed sounds or other sounds relaying on
smooth envelopes they're not that good. Consider which sounds to
place on regular SID channels instead
- When playing chords on the emulated channels you can make it a
little smoother if you employ multiple sounds and slightly
change the PWM and envelope values for each note
- In sound edit, most of the parameters are single nybble, even
though the values are whole bytes. For example Det/Oct means
that the high nybble is detune and low nybble is octave
- Press c= + H for a summary of keyboard commands any time
- There's some rough edges, but I hope you enjoy the ride!
Key Commands
Return Focus to block edit
Shift + Return Focus to sound edit
Space Play song
Press Run/Stop to stop playing
Shift + Space Play current block
< and > Go to previous/next sound
SID channels: 1-7 / Emulated channels: 8-F
[ and ] Go to previous/next block
There's 63 blocks numbered 01 to 3F (hex). Blocks
are 32 steps in length, but you can cut a block
short with Brk command (c= + B)
- and + Go to previous/next sequencer step
Sequencer is a list of blocks to play in song.
Changing block with [ and ] edits the current
sequencer step. Block 00 marks end of song

Inst/Del Delete note at cursor in block edit mode
. Set sound. Changes the sound number at cursor position
to current sound
/ Play note at cursor position
c= + X Cut current block or sound to buffer
c= + C Copy current block or sound to buffer
c= + V Paste to current block or sound
c= + U Transpose block up by a semitone
c= + D Transpose block down by a semitone
c= + B Insert block break command Brk at cursor
c= + E Erase track at cursor column
c= + T Copy track at cursor column to track buffer
c= + P Paste to current track at cursor column
* Switch between 1-7 and 9-F banks in sound edit
Handy if you want to copy sounds between banks. You
can also switch sound bank by moving cursor in the
block editor to the emulated channels
c= + L Load song
c= + S Save song. A saved song is an uncompressed executable
file and includes the replayer code
= Switch between 6 and 8 channel modes. This information
is also saved with the song
<- (arrow left) Key up / Gate off
Musical Keyboard
2 3 5 6 7 9 0
Q W E R T Y U I O P @ C-2 to F-3
S D G H J
Z X C V B N M C-1 to B-1
Hold Shift to play notes in sound edit mode. Shifted notes in
block editor play as tied notes, that only change the frequency,
but without retrigging the sound
Sound Parameters
Wav/Arp Waveform/arpeggio table of 10 values, read once a
frame. Enter 00 to stop, otherwise the 10 values will
loop over and over.
High nybble is waveform (1 = triangle, 2 = saw,
4 = pulse, 3 tri+saw, 5 tri+pulse or 8 = noise)
Low nybble is arpeggio value in semitones, relative
to the current note (0 = current note, 3 = minor
third, 7 = perfect fifth, B = major 7th, C =
octave, E = ninth, etc.)
Noise waveform is an exception and plays absolute
pitch instead of relative arpeggio notes (81 =
lowest noise, 8F = highest noise)
Emulated channels can only play pulse waveform (4),
and they interpret any given waveform value as 4
Att/Dec Attack and decay envelope times
Sus/Rel Sustain level and release time. Key up / gate off
(left arrow, shown as -/- in block data) moves to the
release phase
PWMHiLo Pulse width modulation boundaries. Setting funny
values here may cause pops and clicks.
High nybble is top limit of modulation. Low nybble
is bottom limit of modulation and also the starting
value
PWMRate Pulse modulation rate. 01 is slowest, 10-40 moderate,
80-C0 (hex) fast, FF the fastest. Pulse width
modulation always starts from the low limit and
initially moving upwards
Det/Oct Detune and base octave
High nybble is amount of detune. This is useful when
layering multiple sounds. Only detuning upwards is
implemented.
Low nybble is base octave (0-7) of the sound.
Keyboard and block data only cover a 2.5 octave
range, so it's here how you define which sounds are
basses and which are screaming high leads
Fmod/Fq Filter modulation rate and filter cutoff frequency
Filters can be only trigged by notes on the first
SID channel. However, you can run any of the 3 SID
channels through the filter if you like.
Before using filters, you must initialize the
parameters FReso/FChan and FType (see below). These
can be defined at song level, so Polyanna
filter functions are quite limited.
Fmod/Fq value of 00 means no filters are used for
this sound.
High nybble is modulation rate, a 4-bit signed
value: 8-F is modulation down, where 8 is fastest
and F is slowest. 1-7 modulates up: 1 slowest and 7
fastest. 0 is no modulation.
Low nybble is starting cutoff frequency (1-F). The
actual SID cutoff value is 10-F0 (hex).
Unlike PWM, filter modulation doesn't bounce back.
Upward modulation stops at maximum value and downward
modulation stops at zero. You can create more complex
cutoff modulations by combining sounds and trigging
them appropriately.
Fmod/Fq value of 00 doesn't reset the modulation, so
you can use it to create filter sweeps spanning
multiple notes. Just use another sound to initialize
the modulation first
Song Tempo Song tempo in half frames. Default is 0C (hex)
which steps in the block every 6 frames
FReso/Fchn Filter resonance and Filter channel switch
High nybble is resonance 0-F and low nybble
selects filtered SID channels in binary:
1 = channel 1, 3 = channels 1 & 2, etc.
FType/Gain Filter type and emulated voices mixer gain
High nybble is filter type: 1 = low-pass,
2 = band-pass, 4 = hi-pass, and these can be
combined.
Low nybble sets mixer gain (0-7) for the
emulated channels. 0 is quietest and 7 very
loud (distorted). 4 is the default and 5-6 is
close to the volume of regular SID channels
Known Bugs
- Shifted D#3 key is not recognized, live with it :)
Future Plans
- Multi-SID support (without emulated channels)
- Compressed song files and some basic disk options
- More sound slots and ditch separate sound banks
- Vibrato and portamento

More Related Content

Similar to Polyanna manual

Channel strip in a Analog Mixer
Channel strip in a Analog MixerChannel strip in a Analog Mixer
Channel strip in a Analog MixerDJNila
 
Hardware, Software & Processes - Technical Information
Hardware, Software & Processes - Technical InformationHardware, Software & Processes - Technical Information
Hardware, Software & Processes - Technical InformationHeath Park, Wolverhampton
 
Week three work channel strip
Week three work channel stripWeek three work channel strip
Week three work channel stripGuillermo Delgado
 
An Introduction to the Mixing Console
An Introduction to the Mixing ConsoleAn Introduction to the Mixing Console
An Introduction to the Mixing ConsoleMagic Finger Lounge
 
Analog to digital conversion
Analog to digital conversionAnalog to digital conversion
Analog to digital conversionDJShirlee
 
Using Reason For Live P.A. by Acid42
Using Reason For Live P.A. by Acid42Using Reason For Live P.A. by Acid42
Using Reason For Live P.A. by Acid42Lionel Valdellon
 
Roland Edirol R-4 R4 Brochure
Roland Edirol R-4 R4 BrochureRoland Edirol R-4 R4 Brochure
Roland Edirol R-4 R4 BrochureAV ProfShop
 
Astra Turbo Quasar VST, VST3 and Audio Unit Plugin: Dual Phase Distortion Syn...
Astra Turbo Quasar VST, VST3 and Audio Unit Plugin: Dual Phase Distortion Syn...Astra Turbo Quasar VST, VST3 and Audio Unit Plugin: Dual Phase Distortion Syn...
Astra Turbo Quasar VST, VST3 and Audio Unit Plugin: Dual Phase Distortion Syn...Syntheway Virtual Musical Instruments
 
Phasewaver VST VST3 Audio Unit Polyphonic Phase Distortion Synthesizer: Leads...
Phasewaver VST VST3 Audio Unit Polyphonic Phase Distortion Synthesizer: Leads...Phasewaver VST VST3 Audio Unit Polyphonic Phase Distortion Synthesizer: Leads...
Phasewaver VST VST3 Audio Unit Polyphonic Phase Distortion Synthesizer: Leads...Syntheway Virtual Musical Instruments
 
Chordophonet Virtual Concert Pedal Harp, Celtic Harp, Electric and Synth Harp...
Chordophonet Virtual Concert Pedal Harp, Celtic Harp, Electric and Synth Harp...Chordophonet Virtual Concert Pedal Harp, Celtic Harp, Electric and Synth Harp...
Chordophonet Virtual Concert Pedal Harp, Celtic Harp, Electric and Synth Harp...Syntheway Virtual Musical Instruments
 
Roland R-88: 8-Channel Recorder and Mixer
Roland R-88: 8-Channel Recorder and MixerRoland R-88: 8-Channel Recorder and Mixer
Roland R-88: 8-Channel Recorder and MixerRoland Professional A/V
 
CATALOGO SISTEMA DE AUDIO NOVIK_032311.pdf
CATALOGO SISTEMA DE AUDIO NOVIK_032311.pdfCATALOGO SISTEMA DE AUDIO NOVIK_032311.pdf
CATALOGO SISTEMA DE AUDIO NOVIK_032311.pdfedson180976
 
Drumwavy VST VST3 Audio Unit: Orchestral and Ethnic Percussion VST, VST3 and ...
Drumwavy VST VST3 Audio Unit: Orchestral and Ethnic Percussion VST, VST3 and ...Drumwavy VST VST3 Audio Unit: Orchestral and Ethnic Percussion VST, VST3 and ...
Drumwavy VST VST3 Audio Unit: Orchestral and Ethnic Percussion VST, VST3 and ...Syntheway Virtual Musical Instruments
 
Ableton bass sound design tutorial - How To Make Your Bass Move!
Ableton bass sound design tutorial - How To Make Your Bass Move!Ableton bass sound design tutorial - How To Make Your Bass Move!
Ableton bass sound design tutorial - How To Make Your Bass Move!BASSGORILLA
 
Roland R44 R-44 brochure
Roland R44 R-44 brochureRoland R44 R-44 brochure
Roland R44 R-44 brochureAV ProfShop
 

Similar to Polyanna manual (20)

DJ Rama
DJ RamaDJ Rama
DJ Rama
 
Guidejos
GuidejosGuidejos
Guidejos
 
Channel strip in a Analog Mixer
Channel strip in a Analog MixerChannel strip in a Analog Mixer
Channel strip in a Analog Mixer
 
Hardware, Software & Processes - Technical Information
Hardware, Software & Processes - Technical InformationHardware, Software & Processes - Technical Information
Hardware, Software & Processes - Technical Information
 
Week three work channel strip
Week three work channel stripWeek three work channel strip
Week three work channel strip
 
An Introduction to the Mixing Console
An Introduction to the Mixing ConsoleAn Introduction to the Mixing Console
An Introduction to the Mixing Console
 
Analog to digital conversion
Analog to digital conversionAnalog to digital conversion
Analog to digital conversion
 
Using Reason For Live P.A. by Acid42
Using Reason For Live P.A. by Acid42Using Reason For Live P.A. by Acid42
Using Reason For Live P.A. by Acid42
 
Roland Edirol R-4 R4 Brochure
Roland Edirol R-4 R4 BrochureRoland Edirol R-4 R4 Brochure
Roland Edirol R-4 R4 Brochure
 
Astra Turbo Quasar VST, VST3 and Audio Unit Plugin: Dual Phase Distortion Syn...
Astra Turbo Quasar VST, VST3 and Audio Unit Plugin: Dual Phase Distortion Syn...Astra Turbo Quasar VST, VST3 and Audio Unit Plugin: Dual Phase Distortion Syn...
Astra Turbo Quasar VST, VST3 and Audio Unit Plugin: Dual Phase Distortion Syn...
 
Phasewaver VST VST3 Audio Unit Polyphonic Phase Distortion Synthesizer: Leads...
Phasewaver VST VST3 Audio Unit Polyphonic Phase Distortion Synthesizer: Leads...Phasewaver VST VST3 Audio Unit Polyphonic Phase Distortion Synthesizer: Leads...
Phasewaver VST VST3 Audio Unit Polyphonic Phase Distortion Synthesizer: Leads...
 
Chordophonet Virtual Concert Pedal Harp, Celtic Harp, Electric and Synth Harp...
Chordophonet Virtual Concert Pedal Harp, Celtic Harp, Electric and Synth Harp...Chordophonet Virtual Concert Pedal Harp, Celtic Harp, Electric and Synth Harp...
Chordophonet Virtual Concert Pedal Harp, Celtic Harp, Electric and Synth Harp...
 
Roland R-88: 8-Channel Recorder and Mixer
Roland R-88: 8-Channel Recorder and MixerRoland R-88: 8-Channel Recorder and Mixer
Roland R-88: 8-Channel Recorder and Mixer
 
CATALOGO SISTEMA DE AUDIO NOVIK_032311.pdf
CATALOGO SISTEMA DE AUDIO NOVIK_032311.pdfCATALOGO SISTEMA DE AUDIO NOVIK_032311.pdf
CATALOGO SISTEMA DE AUDIO NOVIK_032311.pdf
 
Drumwavy VST VST3 Audio Unit: Orchestral and Ethnic Percussion VST, VST3 and ...
Drumwavy VST VST3 Audio Unit: Orchestral and Ethnic Percussion VST, VST3 and ...Drumwavy VST VST3 Audio Unit: Orchestral and Ethnic Percussion VST, VST3 and ...
Drumwavy VST VST3 Audio Unit: Orchestral and Ethnic Percussion VST, VST3 and ...
 
Surround sount system
Surround sount systemSurround sount system
Surround sount system
 
Optical recording and reproduction
Optical recording and reproductionOptical recording and reproduction
Optical recording and reproduction
 
Football crowd audio affects
Football crowd audio affectsFootball crowd audio affects
Football crowd audio affects
 
Ableton bass sound design tutorial - How To Make Your Bass Move!
Ableton bass sound design tutorial - How To Make Your Bass Move!Ableton bass sound design tutorial - How To Make Your Bass Move!
Ableton bass sound design tutorial - How To Make Your Bass Move!
 
Roland R44 R-44 brochure
Roland R44 R-44 brochureRoland R44 R-44 brochure
Roland R44 R-44 brochure
 

Recently uploaded

Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyFrank van der Linden
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The Ugly
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 

Polyanna manual

  • 1. Polyanna v1.00 (27 January 2017) Introduction Polyanna is a 8-channel music editor for Commodore 64. It plays 3 regular SID channels together with 5 emulated SID channels on a stock machine. Old SID chip (6581) is required. The mixer is based on Sid Vicious, a SID emulator I wrote for VIC 20 in 2006. For optimal performance the emulated channels in Polyanna are optimized for pulse waveform only. Pulse width modulation and envelopes are of course supported, although they're rough. Don't expect too much! :) There is also an optional 6-channel mode with improved sound quality: 8 channels: 3 regular SID + 5 emulated channels @4.4kHz 6 channels: 3 regular SID + 3 emulated channels @7.7kHz You can easily switch between modes in the editor. Don't worry, your note data in the hidden channels is never lost :) Crash Course The interface should be quite easy if you've tried any SID or 8- bit music software before. There's a few things to note: - Regular SID channels use sounds labeled 1-7. Emulated channels use sounds 9-F (in hex). The correct bank is automatically selected when moving cursor in the block editor. First 3 channels to the left are SID channels - Lowest sustain values may become silent, depending on your mixer gain. Use sustain 3-4 to play quiet, sustained notes on the emulated channels or crank up the gain
  • 2. - Emulated channels are good for fast transients, repeated sounds and low PWM basses. They are very accurate. With high- pitched notes, long decayed sounds or other sounds relaying on smooth envelopes they're not that good. Consider which sounds to place on regular SID channels instead - When playing chords on the emulated channels you can make it a little smoother if you employ multiple sounds and slightly change the PWM and envelope values for each note - In sound edit, most of the parameters are single nybble, even though the values are whole bytes. For example Det/Oct means that the high nybble is detune and low nybble is octave - Press c= + H for a summary of keyboard commands any time - There's some rough edges, but I hope you enjoy the ride! Key Commands Return Focus to block edit Shift + Return Focus to sound edit Space Play song Press Run/Stop to stop playing Shift + Space Play current block < and > Go to previous/next sound SID channels: 1-7 / Emulated channels: 8-F [ and ] Go to previous/next block There's 63 blocks numbered 01 to 3F (hex). Blocks are 32 steps in length, but you can cut a block short with Brk command (c= + B) - and + Go to previous/next sequencer step Sequencer is a list of blocks to play in song. Changing block with [ and ] edits the current sequencer step. Block 00 marks end of song

  • 3. Inst/Del Delete note at cursor in block edit mode . Set sound. Changes the sound number at cursor position to current sound / Play note at cursor position c= + X Cut current block or sound to buffer c= + C Copy current block or sound to buffer c= + V Paste to current block or sound c= + U Transpose block up by a semitone c= + D Transpose block down by a semitone c= + B Insert block break command Brk at cursor c= + E Erase track at cursor column c= + T Copy track at cursor column to track buffer c= + P Paste to current track at cursor column * Switch between 1-7 and 9-F banks in sound edit Handy if you want to copy sounds between banks. You can also switch sound bank by moving cursor in the block editor to the emulated channels c= + L Load song c= + S Save song. A saved song is an uncompressed executable file and includes the replayer code = Switch between 6 and 8 channel modes. This information is also saved with the song <- (arrow left) Key up / Gate off Musical Keyboard 2 3 5 6 7 9 0 Q W E R T Y U I O P @ C-2 to F-3 S D G H J Z X C V B N M C-1 to B-1 Hold Shift to play notes in sound edit mode. Shifted notes in block editor play as tied notes, that only change the frequency, but without retrigging the sound
  • 4. Sound Parameters Wav/Arp Waveform/arpeggio table of 10 values, read once a frame. Enter 00 to stop, otherwise the 10 values will loop over and over. High nybble is waveform (1 = triangle, 2 = saw, 4 = pulse, 3 tri+saw, 5 tri+pulse or 8 = noise) Low nybble is arpeggio value in semitones, relative to the current note (0 = current note, 3 = minor third, 7 = perfect fifth, B = major 7th, C = octave, E = ninth, etc.) Noise waveform is an exception and plays absolute pitch instead of relative arpeggio notes (81 = lowest noise, 8F = highest noise) Emulated channels can only play pulse waveform (4), and they interpret any given waveform value as 4 Att/Dec Attack and decay envelope times Sus/Rel Sustain level and release time. Key up / gate off (left arrow, shown as -/- in block data) moves to the release phase PWMHiLo Pulse width modulation boundaries. Setting funny values here may cause pops and clicks. High nybble is top limit of modulation. Low nybble is bottom limit of modulation and also the starting value PWMRate Pulse modulation rate. 01 is slowest, 10-40 moderate, 80-C0 (hex) fast, FF the fastest. Pulse width modulation always starts from the low limit and initially moving upwards
  • 5. Det/Oct Detune and base octave High nybble is amount of detune. This is useful when layering multiple sounds. Only detuning upwards is implemented. Low nybble is base octave (0-7) of the sound. Keyboard and block data only cover a 2.5 octave range, so it's here how you define which sounds are basses and which are screaming high leads Fmod/Fq Filter modulation rate and filter cutoff frequency Filters can be only trigged by notes on the first SID channel. However, you can run any of the 3 SID channels through the filter if you like. Before using filters, you must initialize the parameters FReso/FChan and FType (see below). These can be defined at song level, so Polyanna filter functions are quite limited. Fmod/Fq value of 00 means no filters are used for this sound. High nybble is modulation rate, a 4-bit signed value: 8-F is modulation down, where 8 is fastest and F is slowest. 1-7 modulates up: 1 slowest and 7 fastest. 0 is no modulation. Low nybble is starting cutoff frequency (1-F). The actual SID cutoff value is 10-F0 (hex). Unlike PWM, filter modulation doesn't bounce back. Upward modulation stops at maximum value and downward modulation stops at zero. You can create more complex cutoff modulations by combining sounds and trigging them appropriately. Fmod/Fq value of 00 doesn't reset the modulation, so you can use it to create filter sweeps spanning multiple notes. Just use another sound to initialize the modulation first
  • 6. Song Tempo Song tempo in half frames. Default is 0C (hex) which steps in the block every 6 frames FReso/Fchn Filter resonance and Filter channel switch High nybble is resonance 0-F and low nybble selects filtered SID channels in binary: 1 = channel 1, 3 = channels 1 & 2, etc. FType/Gain Filter type and emulated voices mixer gain High nybble is filter type: 1 = low-pass, 2 = band-pass, 4 = hi-pass, and these can be combined. Low nybble sets mixer gain (0-7) for the emulated channels. 0 is quietest and 7 very loud (distorted). 4 is the default and 5-6 is close to the volume of regular SID channels Known Bugs - Shifted D#3 key is not recognized, live with it :) Future Plans - Multi-SID support (without emulated channels) - Compressed song files and some basic disk options - More sound slots and ditch separate sound banks - Vibrato and portamento