Key | Value |
---|---|
FileName | ./usr/lib64/lv2/atom.lv2/forge.h |
FileSize | 21660 |
MD5 | 023141C3A48228203F46E7CAC2B00C3C |
SHA-1 | 6D97E00EC17C3A1FE73F7E1F0F0EC84D018E4C71 |
SHA-256 | 2A77273F6C9009F5860DDF46880531E25D4B14EE3A3EB21DC48C611947EAC161 |
SSDEEP | 384:Fj7W+Fnu0YIRikblnLtaAWEVNKTXy6/v9Kq7ln1/:FfW+Fnu0YIRikbttJcXy6/v9Kq7ln1 |
TLSH | T186A23FC5686191D0145F5B34F28E94A1904CC035BA69FBB0BD6D22786F0ADEFD3B3B98 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 29 |
hashlookup:trust | 100 |
The searched file hash is included in 29 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileName | http://dl-cdn.alpinelinux.org/alpine/latest-stable//community//armhf//lv2-dev-1.18.2-r0.apk |
MD5 | 802600C09C4873AC10667855D82ED578 |
SHA-1 | 16ABDF547BDE0C51A5EBAA5C273C8E0B27DA2D09 |
SHA-256 | 791CF26B794187A646146B4DF49B2B61083E7512627488A56FF3F4DEDCA40891 |
SSDEEP | 1536:GFppolYQsCMMCX8ZRzmd5z6g7Wym9HUF3KwKY+REVuTWSavDiX:GFppo+Qd86zmSg7WySsSUvDO |
TLSH | T14943029DB830D874632BB3EFF34BF30F6D6692DAC6B98822030AC6DCD518D64955D158 |
Key | Value |
---|---|
MD5 | 687D97127AEC0BAE1D654FA675089DC0 |
PackageArch | armv7hl |
PackageDescription | lv2-devel contains the lv2.h header file and headers for all of the LV2 specification extensions and bundles. Definitive technical documentation on LV2 plug-ins for both the host and plug-in is contained within copious comments within the lv2.h header file. |
PackageMaintainer | umeabot <umeabot> |
PackageName | lv2-devel |
PackageRelease | 2.mga9 |
PackageVersion | 1.18.2 |
SHA-1 | 266E55ED1AD110EBA90976D3F50EE08F4AB8F62C |
SHA-256 | 5A8002F5327EEFA03FAF6D744858833E08914277E3113FDBB45DB80D978663BC |
Key | Value |
---|---|
MD5 | 06DFA0E957E3A9A979E598E0FB8865CC |
PackageArch | x86_64 |
PackageDescription | lv2-devel contains the lv2.h header file and headers for all of the LV2 specification extensions and bundles. Definitive technical documentation on LV2 plug-ins for both the host and plug-in is contained within copious comments within the lv2.h header file. |
PackageMaintainer | umeabot <umeabot> |
PackageName | lv2-devel |
PackageRelease | 2.mga9 |
PackageVersion | 1.18.2 |
SHA-1 | 2ABAAA14DEE2FCCF88460DFF612C0AD049D44683 |
SHA-256 | 67494B9A4725141FDB9665049A395708257A2774D550F8951CFCF83057BE6BDA |
Key | Value |
---|---|
MD5 | 69171330834E33622520165C0B0CF7F5 |
PackageArch | x86_64 |
PackageDescription | This package provides debug sources for package lv2. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | umeabot <umeabot> |
PackageName | lv2-debugsource |
PackageRelease | 2.mga9 |
PackageVersion | 1.18.2 |
SHA-1 | 3DAABDE109B13627F4A46CB2459187758B38FA97 |
SHA-256 | 7F7A5B5E8B5421201FFFD2F7A12E26AB9F6D95850CE2ED2A7D7FCF2D5B5BF110 |
Key | Value |
---|---|
MD5 | C2DF83D00836AD865CEDA6A1586BE61B |
PackageArch | aarch64 |
PackageDescription | This package provides debug sources for package lv2. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | umeabot <umeabot> |
PackageName | lv2-debugsource |
PackageRelease | 2.mga9 |
PackageVersion | 1.18.2 |
SHA-1 | 3F14C4E6012E232E6CFEDE8B3FBD9ACE88CAA027 |
SHA-256 | 227DD4D7510F872BBFDD06D24E269DD91F313348E57ED519DF78F2BEE10D375C |
Key | Value |
---|---|
MD5 | CD655054F4BE7D44FE15C960DC8DE51C |
PackageArch | x86_64 |
PackageDescription | LV2 is a portable plugin standard for audio systems, similar in scope to LADSPA, VST, AU, and others. It defines a C API for code and a format for data files which collectively describe a plugin. LV2 consists of a simple core (roughly equivalent in power to LADSPA) which can be extended to support more advanced functionality. This allows the interface to be "grown" to accommodate the needs of real software as they arise. LV2 is both a stable interface and a forward-moving project: there is a stable set of "official" extensions in use while new functionality is actively developed. Anyone can extend LV2, which allows developers to try out new ideas and ensure they work in practice. Good extensions are vetted by the community and included in the official distribution so they can be relied on to be widely supported. This open development model means developers can always scratch their itch without a central authority getting in the way. The current stable release includes most functionality required by modern plugins, including: * Audio, control, "control voltage" (audio-rate control), and event (e.g. MIDI) input and output * Expressive open-ended port metadata, including: - "Meaningful" controls (e.g. gain or envelope attack) allowing intelligent host control or UI generation - Control units (e.g. Hz, octaves, dB) - Multi-channel port groups (e.g. stereo, 5.1 surround, ambisonics * Embeddable GUIs in any toolkit, with support for a full plugin/UI split (including network transparency in capable hosts) * Ability to bundle any files (e.g. samples or impulses) with plugins * Presets (bundled and/or user saved) * Plugin state saving and restoring * Host-managed logging * Non-realtime plugin worker methods (simple and portable host-managed threading) * Message-based plugin communication, allowing plugins/UIs to have advanced interfaces without host support or specifications getting in the way * Transport awareness, both real time and tempo time (bars, beats, etc-.) LV2 has graceful compatibility "baked in": for example, a simple amplifier plugin might have audio in/out with a gain control, and function in any host. The same plugin could have a fancy GUI and transport awareness which optionally work in hosts that support these features. Conversely, hosts know not to load plugins that require features it does not support. See the specification index for complete documentation. If you are a host or plugin author and need missing functionality, please file a ticket or let us know your requirements on the mailing list. LV2 is a community project that depends on your feedback to improve - unknown requirements are unmet requirements! |
PackageMaintainer | https://www.suse.com/ |
PackageName | lv2 |
PackageRelease | 1.9 |
PackageVersion | 1.18.2 |
SHA-1 | 4101B427E7D9EA8EF8BC14E8C339B9BB6E58FD39 |
SHA-256 | 073F90F0D1B165C66A5D4B8C2EF0B461FE5059868978414B4DEA6396EF6AE8EB |
Key | Value |
---|---|
MD5 | D716DB0F464122985EE5C206FC78CF7B |
PackageArch | s390x |
PackageDescription | LV2 is a portable plugin standard for audio systems, similar in scope to LADSPA, VST, AU, and others. It defines a C API for code and a format for data files which collectively describe a plugin. LV2 consists of a simple core (roughly equivalent in power to LADSPA) which can be extended to support more advanced functionality. This allows the interface to be "grown" to accommodate the needs of real software as they arise. LV2 is both a stable interface and a forward-moving project: there is a stable set of "official" extensions in use while new functionality is actively developed. Anyone can extend LV2, which allows developers to try out new ideas and ensure they work in practice. Good extensions are vetted by the community and included in the official distribution so they can be relied on to be widely supported. This open development model means developers can always scratch their itch without a central authority getting in the way. The current stable release includes most functionality required by modern plugins, including: * Audio, control, "control voltage" (audio-rate control), and event (e.g. MIDI) input and output * Expressive open-ended port metadata, including: - "Meaningful" controls (e.g. gain or envelope attack) allowing intelligent host control or UI generation - Control units (e.g. Hz, octaves, dB) - Multi-channel port groups (e.g. stereo, 5.1 surround, ambisonics * Embeddable GUIs in any toolkit, with support for a full plugin/UI split (including network transparency in capable hosts) * Ability to bundle any files (e.g. samples or impulses) with plugins * Presets (bundled and/or user saved) * Plugin state saving and restoring * Host-managed logging * Non-realtime plugin worker methods (simple and portable host-managed threading) * Message-based plugin communication, allowing plugins/UIs to have advanced interfaces without host support or specifications getting in the way * Transport awareness, both real time and tempo time (bars, beats, etc-.) LV2 has graceful compatibility "baked in": for example, a simple amplifier plugin might have audio in/out with a gain control, and function in any host. The same plugin could have a fancy GUI and transport awareness which optionally work in hosts that support these features. Conversely, hosts know not to load plugins that require features it does not support. See the specification index for complete documentation. If you are a host or plugin author and need missing functionality, please file a ticket or let us know your requirements on the mailing list. LV2 is a community project that depends on your feedback to improve - unknown requirements are unmet requirements! |
PackageMaintainer | https://www.suse.com/ |
PackageName | lv2 |
PackageRelease | 1.9 |
PackageVersion | 1.18.2 |
SHA-1 | 480B4E2EDB2C63B72632B056A0FAF9F593D45E5F |
SHA-256 | 248DD0FE8B4D957FC46B2413ACEC156093E43465EC23BA523F1DA3C440D710A4 |
Key | Value |
---|---|
MD5 | 8CCA669A8772BF1E3A244187DFC98CD9 |
PackageArch | armv7hl |
PackageDescription | This package provides debug sources for package lv2. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | umeabot <umeabot> |
PackageName | lv2-debugsource |
PackageRelease | 2.mga9 |
PackageVersion | 1.18.2 |
SHA-1 | 56C03670148A85A4A048714E1E5A347FC3D60E64 |
SHA-256 | 1F35559067FFC51831B0D75BF951E367E6EB8ED219236839B1BAC5BD58958F31 |
Key | Value |
---|---|
FileSize | 119836 |
MD5 | 2775D9E2CC6E81659AE26F43349FC906 |
PackageDescription | LV2 audio plugin specification LV2 is a simple but extensible successor of LADSPA plugins, intended to address the limitations of LADSPA which many applications have outgrown. . This package contains the LV2 audio plugin specification, with all the official extension packages, as well as example plugins, and additional data. . Implementations are encouraged to abandon the “copy paste headers” practice and depend on this package instead. |
PackageMaintainer | Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> |
PackageName | lv2-dev |
PackageSection | libdevel |
PackageVersion | 1.18.2-1 |
SHA-1 | 58DDC1B5EB0E1A65A76E49D97FDBF7DA867CC7DA |
SHA-256 | F3EFE6A0FF07C40A67C0ED3BE77DFC2A140EB6AE47E3528BA5D652498475A7D2 |
Key | Value |
---|---|
FileName | http://dl-cdn.alpinelinux.org/alpine/latest-stable//community//x86//lv2-dev-1.18.2-r0.apk |
MD5 | 4E72E5AADAEF527B67455499BAFC21D3 |
SHA-1 | 68CBE471F5B37106E4FD040F0EB027468E48E035 |
SHA-256 | 7247C2573EDBE2FF6A2A0EFB5113DD110FFFDB97BCB3F170E2547BF7175134F7 |
SSDEEP | 1536:/eFppolYQsCMMCX8ZRzmd5z6g7Wym9HUF3KwKY+REVuTWSavDiX:Gppo+Qd86zmSg7WySsSUvDO |
TLSH | T16C43029DB831D470632FB3EBF34BF30F6D6A91DA8AB88816020A86DCD518D54956915C |