{"id":13811524,"url":"https://github.com/enzienaudio/heavylib","last_synced_at":"2025-05-14T19:33:38.006Z","repository":{"id":92500915,"uuid":"43029703","full_name":"enzienaudio/heavylib","owner":"enzienaudio","description":"Library of Heavy compatible abstractions","archived":true,"fork":false,"pushed_at":"2023-10-13T08:46:23.000Z","size":237,"stargazers_count":83,"open_issues_count":9,"forks_count":18,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-08-04T04:01:11.880Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://enzienaudio.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enzienaudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-23T22:02:40.000Z","updated_at":"2024-08-04T04:01:15.313Z","dependencies_parsed_at":null,"dependency_job_id":"57562fda-c084-48cb-9eda-3c39bcd5f15d","html_url":"https://github.com/enzienaudio/heavylib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enzienaudio%2Fheavylib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enzienaudio%2Fheavylib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enzienaudio%2Fheavylib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enzienaudio%2Fheavylib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enzienaudio","download_url":"https://codeload.github.com/enzienaudio/heavylib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225307803,"owners_count":17453878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T04:00:22.689Z","updated_at":"2024-11-19T06:32:32.778Z","avatar_url":"https://github.com/enzienaudio.png","language":null,"funding_links":[],"categories":["Libraries \u0026 externals"],"sub_categories":[],"readme":"# heavylib\nLibrary of [heavy](https://enzienaudio.com) compatible abstractions.\n\nSee the -help.pd patches for more information on each object.\n\n## IMPORTANT!\n\nThis repo is no longer maintained. Please see [Wasted-Audio's heavylib fork](https://github.com/Wasted-Audio/heavylib) for future development and support.\n\nSynthesis\n---\n### Band-limited oscillators\n\n`[hv.osc saw]` - Band-limited PolyBlep sawtooth signal generator. [_more info_](https://github.com/cfloisand/pd-polyblep/blob/master/Source/polyblep~.c)\n\n`[hv.osc sine]` - Same as Pd `[osc~]` added for convenience.\n\n`[hv.osc square]` - Band-limited PolyBlep square signal generator.\n\n### Noise\n\n`[hv.pinknoise]` - Cheapish pinknoise generator. [_more info_](http://www.firstpr.com.au/dsp/pink-noise/)\n\n### Envelopes\n\n`[hv.vline]` - Envelope generator, replacement for Pd's [vline~] object.\n\n\nProcessing\n---\n### Dynamics\n\n`[hv.compressor]` - Compressor unit with Threshold and Ratio parameters. (Attack/Release is fixed at 40ms)\n\n`[hv.compressor2]` - Stereo version of `[hv.compressor]`.\n\n`[hv.envfollow]` - Cheap envelope follower.\n\n### Effects\n\n`[hv.comb]` - Comb filter effect unit.\n\n`[hv.flanger]` - Flange effect unit.\n\n`[hv.flanger2]` - Stereo version of `[hv.flanger]`.\n\n`[hv.freqshift]` - Frequency shifter effect unit.\n\n`[hv.reverb]` - Simple reverb unit.\n\n### Filtering\n\n`[hv.filter allpass]` - Allpass filter with Q control (Biquad).\n\n`[hv.filter lowpass]` - Lowpass filter with Q control (Biquad).\n\n`[hv.filter highpass]` - Highpass filter with Q control (Biquad).\n\n`[hv.filter bandpass1]` - Bandpass filter with Q control, peak gain = Q (Biquad).\n\n`[hv.filter bandpass2]` - Bandpass filter with Q control, constant 0dB peak gain (Biquad).\n\n`[hv.filter notch]` - Notch filter with Q control (Biquad)\n\n`[hv.filter.gain peak]` - Peaking filter with Frequency, Q and Gain parameters (Biquad).\n\n`[hv.filter.gain lowshelf]` - Low shelving filter with Frequency, Q and Gain parameters (Biquad).\n\n`[hv.filter.gain highshelf]` - High shelving filter with Frequency, Q and Gain parameters (Biquad).\n\nMath Operations\n---\n`[hv.exp]` - Signal-rate exponential ( exp ), alternative implementation.\n\n`[hv.eq]` - Signal-rate equal ( == ).\n\n`[hv.neq]` - Signal-rate not equal ( != ).\n\n`[hv.gt]` - Signal-rate greater than ( \u003e ).\n\n`[hv.gte]` - Signal-rate greater than or equal to ( \u003e= ).\n\n`[hv.log]` - Signal-rate natural logarithm ( ln ).\n\n`[hv.lt]` - Signal-rate less than ( \u003c ).\n\n`[hv.lte]` - Signal-rate less than or equal to ( \u003c= ).\n\n`[hv.multiplex]` - Mix between two input signals based on a comparator.\n\n`[hv.pow]` - Signal-rate exponent ( x ^ y ), alternative implementation.\n\n`[hv.tanh]` - Static non-linear waveshaper.\n\nLogic\n---\n\n`[hv.dispatch]` - Utility for organising parameter interfaces to other abstractions.\n\n`[hv.drunk]` - Randomised walk number generator.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenzienaudio%2Fheavylib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenzienaudio%2Fheavylib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenzienaudio%2Fheavylib/lists"}