{
  "_id": "6a154dd1acfb0bcc41d596fe",
  "Package": "sequenceR",
  "Type": "Package",
  "Title": "A Simple Sequencer for Data Sonification",
  "Version": "1.0.1",
  "Authors@R": "c(\nperson(\"Benjamin\", \"Renard\", email = \"benjamin.renard@inrae.fr\",role = c(\"aut\", \"cre\",\"cph\"),comment = c(ORCID = \"0000-0001-8447-5430\")),\nperson(\"INRAE\", role = c(\"fnd\")),\nperson(\"European Commission\", role = c(\"fnd\"),comment = c(\"This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Sklodowska-Curie grant agreement No 835496\")))",
  "Description": "A rudimentary sequencer to define, manipulate and mix\nsound samples. The underlying motivation is to sonify data, as\ndemonstrated in the blog <https://globxblog.github.io/>, the\npresentation by Renard and Le Bescond (2022,\n<https://hal.science/hal-03710340v1>) or the poster by Renard\net al. (2023, <https://hal.inrae.fr/hal-04388845v1>).",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "URL": "https://github.com/benRenard/sequenceR",
  "BugReports": "https://github.com/benRenard/sequenceR/issues",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "Repository": "https://benrenard.r-universe.dev",
  "Date/Publication": "2026-02-25 07:30:40 UTC",
  "RemoteUrl": "https://github.com/benrenard/sequencer",
  "RemoteRef": "HEAD",
  "RemoteSha": "9f177398a488b44c37302717a4d69607846bded3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 07:33:06 UTC",
    "User": "root"
  },
  "Author": "Benjamin Renard [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0001-8447-5430>),\nINRAE [fnd],\nEuropean Commission [fnd] (This project has received funding from the\nEuropean Union’s Horizon 2020 research and innovation programme\nunder the Marie Sklodowska-Curie grant agreement No 835496)",
  "Maintainer": "Benjamin Renard <benjamin.renard@inrae.fr>",
  "MD5sum": "1ee31ef149dc6d35f572df8d4fc81c21",
  "_user": "benrenard",
  "_type": "src",
  "_file": "sequenceR_1.0.1.tar.gz",
  "_fileid": "61346200277801348280f1e33c7986e2ace06cb8aa39f74fb7668d8e39e7f83b",
  "_filesize": 2266657,
  "_sha256": "61346200277801348280f1e33c7986e2ace06cb8aa39f74fb7668d8e39e7f83b",
  "_created": "2026-05-26T07:33:06.000Z",
  "_published": "2026-05-26T07:37:53.380Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77827942029,
      "time": 132,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7211359376"
    },
    {
      "job": 77827942048,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7211356891"
    },
    {
      "job": 77827942077,
      "time": 141,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7211354536"
    },
    {
      "job": 77827942044,
      "time": 255,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7211380865"
    },
    {
      "job": 77827543248,
      "time": 166,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7211319425"
    },
    {
      "job": 77827942036,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7211353896"
    },
    {
      "job": 77827942079,
      "time": 114,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7211355220"
    },
    {
      "job": 77827942107,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7211342946"
    },
    {
      "job": 77827942059,
      "time": 95,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7211348361"
    }
  ],
  "_buildurl": "https://github.com/r-universe/benrenard/actions/runs/26438693847",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/benrenard/sequencer",
  "_commit": {
    "id": "9f177398a488b44c37302717a4d69607846bded3",
    "author": "benRenard <benjamin.renard@inrae.fr>",
    "committer": "benRenard <benjamin.renard@inrae.fr>",
    "message": "Added license file",
    "time": 1772004640
  },
  "_maintainer": {
    "name": "Benjamin Renard",
    "email": "benjamin.renard@inrae.fr",
    "login": "benrenard",
    "description": "",
    "uuid": 84188144,
    "orcid": "0000-0001-8447-5430"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "tuneR",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "gganimate",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "av",
      "role": "Suggests"
    }
  ],
  "_owner": "benrenard",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-09",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "audio",
    "sonification"
  ],
  "_stars": 3,
  "_contributors": [
    {
      "user": "benrenard",
      "count": 45,
      "uuid": 84188144
    }
  ],
  "_userbio": {
    "uuid": 84188144,
    "type": "user",
    "name": "benRenard"
  },
  "_downloads": {
    "count": 148,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sequenceR"
  },
  "_devurl": "https://github.com/benrenard/sequencer",
  "_searchresults": 17,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/sequenceR.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/benrenard/sequencer",
  "_realowner": "benrenard",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2025-01-13"
    }
  ],
  "_exports": [
    "applyDelay",
    "applyDisto",
    "applyEnvelope",
    "as.soundSample",
    "as.Wave",
    "envelope",
    "getFrequencies",
    "getHarmonics",
    "getNotes",
    "getSynth",
    "getSynthNote",
    "getTime",
    "instrument",
    "listen",
    "mix",
    "noteFrequencyTable",
    "oscillator",
    "oscillator_pattern",
    "oscillator_saw",
    "oscillator_sine",
    "oscillator_square",
    "oscillator_triangle",
    "pitchMapping",
    "play.instrument",
    "read.soundSample",
    "rescale",
    "sequence",
    "shiftPitch",
    "sonifyStripes",
    "soundSample",
    "write.instrument",
    "write.soundSample"
  ],
  "_datasets": [
    {
      "name": "bell",
      "title": "Bell sample",
      "object": "bell",
      "class": [
        "soundSample"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "globalT",
      "title": "Global Temperature Anomalies dataset",
      "object": "globalT",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Year",
        "Anomaly"
      ],
      "rows": 172,
      "table": true,
      "tojson": true
    },
    {
      "name": "hiHat",
      "title": "Hi-hat sample",
      "object": "hiHat",
      "class": [
        "soundSample"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "hiHat_o",
      "title": "Open Hi-hat sample",
      "object": "hiHat_o",
      "class": [
        "soundSample"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "hiHat2",
      "title": "Hi-hat sample 2",
      "object": "hiHat2",
      "class": [
        "soundSample"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "kick",
      "title": "Kick sample",
      "object": "kick",
      "class": [
        "soundSample"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "kick2",
      "title": "Kick sample2",
      "object": "kick2",
      "class": [
        "soundSample"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "mini909",
      "title": "TR-909 minimalistic drumkit",
      "object": "mini909",
      "class": [
        "instrument"
      ],
      "fields": [],
      "table": true,
      "tojson": false
    },
    {
      "name": "ride",
      "title": "Ride sample",
      "object": "ride",
      "class": [
        "soundSample"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "snare",
      "title": "Snare sample",
      "object": "snare",
      "class": [
        "soundSample"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "snare2",
      "title": "Snare sample 2",
      "object": "snare2",
      "class": [
        "soundSample"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "WaggaWagga",
      "title": "Wagga-Wagga dataset",
      "object": "WaggaWagga",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Year",
        "Temperature",
        "Precipitation"
      ],
      "rows": 79,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "applyDelay",
      "title": "Delay effect",
      "topics": [
        "applyDelay"
      ]
    },
    {
      "page": "applyDisto",
      "title": "Distortion effect",
      "topics": [
        "applyDisto"
      ]
    },
    {
      "page": "applyEnvelope",
      "title": "Apply an envelope",
      "topics": [
        "applyEnvelope"
      ]
    },
    {
      "page": "as.soundSample",
      "title": "Cast to a sound sample",
      "topics": [
        "as.soundSample"
      ]
    },
    {
      "page": "as.Wave",
      "title": "Cast to a tuneR::Wave object",
      "topics": [
        "as.Wave"
      ]
    },
    {
      "page": "bell",
      "title": "Bell sample",
      "topics": [
        "bell"
      ]
    },
    {
      "page": "checkMaxSize",
      "title": "Check wave size",
      "topics": [
        "checkMaxSize"
      ]
    },
    {
      "page": "checkSeqArgs",
      "title": "Check sequencer arguments",
      "topics": [
        "checkSeqArgs"
      ]
    },
    {
      "page": "disto_clip",
      "title": "Clip distortion",
      "topics": [
        "disto_clip"
      ]
    },
    {
      "page": "disto_tanh",
      "title": "Tanh distortion",
      "topics": [
        "disto_tanh"
      ]
    },
    {
      "page": "envelope",
      "title": "Envelope constructor.",
      "topics": [
        "envelope"
      ]
    },
    {
      "page": "getFrequencies",
      "title": "Notes-to-frequencies function",
      "topics": [
        "getFrequencies"
      ]
    },
    {
      "page": "getHarmonics",
      "title": "Harmonics sound sample",
      "topics": [
        "getHarmonics"
      ]
    },
    {
      "page": "getNotes",
      "title": "Frequencies-to-notes function",
      "topics": [
        "getNotes"
      ]
    },
    {
      "page": "getSynth",
      "title": "Synthesizer",
      "topics": [
        "getSynth"
      ]
    },
    {
      "page": "getSynthNote",
      "title": "Single note from a synthesizer",
      "topics": [
        "getSynthNote"
      ]
    },
    {
      "page": "getTime",
      "title": "Get sampling time",
      "topics": [
        "getTime"
      ]
    },
    {
      "page": "globalT",
      "title": "Global Temperature Anomalies dataset",
      "topics": [
        "globalT"
      ]
    },
    {
      "page": "hiHat",
      "title": "Hi-hat sample",
      "topics": [
        "hiHat"
      ]
    },
    {
      "page": "hiHat_o",
      "title": "Open Hi-hat sample",
      "topics": [
        "hiHat_o"
      ]
    },
    {
      "page": "hiHat2",
      "title": "Hi-hat sample 2",
      "topics": [
        "hiHat2"
      ]
    },
    {
      "page": "instrument",
      "title": "Instrument constructor.",
      "topics": [
        "instrument"
      ]
    },
    {
      "page": "kick",
      "title": "Kick sample",
      "topics": [
        "kick"
      ]
    },
    {
      "page": "kick2",
      "title": "Kick sample2",
      "topics": [
        "kick2"
      ]
    },
    {
      "page": "listen",
      "title": "Listen to a sound sample",
      "topics": [
        "listen"
      ]
    },
    {
      "page": "mini909",
      "title": "TR-909 minimalistic drumkit",
      "topics": [
        "mini909"
      ]
    },
    {
      "page": "mix",
      "title": "Mix several waves",
      "topics": [
        "mix"
      ]
    },
    {
      "page": "noteFrequencyTable",
      "title": "Note-frequency table",
      "topics": [
        "noteFrequencyTable"
      ]
    },
    {
      "page": "oscillator",
      "title": "General oscillator",
      "topics": [
        "oscillator"
      ]
    },
    {
      "page": "oscillator_pattern",
      "title": "Pattern-based oscillator",
      "topics": [
        "oscillator_pattern"
      ]
    },
    {
      "page": "oscillator_saw",
      "title": "Saw oscillator",
      "topics": [
        "oscillator_saw"
      ]
    },
    {
      "page": "oscillator_sine",
      "title": "Sine oscillator",
      "topics": [
        "oscillator_sine"
      ]
    },
    {
      "page": "oscillator_square",
      "title": "Square oscillator",
      "topics": [
        "oscillator_square"
      ]
    },
    {
      "page": "oscillator_triangle",
      "title": "Triangle oscillator",
      "topics": [
        "oscillator_triangle"
      ]
    },
    {
      "page": "pitchMapping",
      "title": "Pitch mapping function",
      "topics": [
        "pitchMapping"
      ]
    },
    {
      "page": "play.instrument",
      "title": "Play an instrument",
      "topics": [
        "play.instrument"
      ]
    },
    {
      "page": "plot.envelope",
      "title": "Plot",
      "topics": [
        "plot.envelope"
      ]
    },
    {
      "page": "plot.soundSample",
      "title": "Plot a sound sample",
      "topics": [
        "plot.soundSample"
      ]
    },
    {
      "page": "read.soundSample",
      "title": "Read a sound sample",
      "topics": [
        "read.soundSample"
      ]
    },
    {
      "page": "rescale",
      "title": "Rescale function",
      "topics": [
        "rescale"
      ]
    },
    {
      "page": "ride",
      "title": "Ride sample",
      "topics": [
        "ride"
      ]
    },
    {
      "page": "sequence",
      "title": "Sequence a sound sample",
      "topics": [
        "sequence"
      ]
    },
    {
      "page": "shiftPitch",
      "title": "Pitch shifter",
      "topics": [
        "shiftPitch"
      ]
    },
    {
      "page": "snare",
      "title": "Snare sample",
      "topics": [
        "snare"
      ]
    },
    {
      "page": "snare2",
      "title": "Snare sample 2",
      "topics": [
        "snare2"
      ]
    },
    {
      "page": "sonifyStripes",
      "title": "Climate stripes sonification",
      "topics": [
        "sonifyStripes"
      ]
    },
    {
      "page": "soundSample",
      "title": "Sound sample constructor.",
      "topics": [
        "soundSample"
      ]
    },
    {
      "page": "timeVector",
      "title": "timeVector function",
      "topics": [
        "timeVector"
      ]
    },
    {
      "page": "WaggaWagga",
      "title": "Wagga-Wagga dataset",
      "topics": [
        "WaggaWagga"
      ]
    },
    {
      "page": "write.instrument",
      "title": "Write an instrument to file",
      "topics": [
        "write.instrument"
      ]
    },
    {
      "page": "write.soundSample",
      "title": "Write a sound sample",
      "topics": [
        "write.soundSample"
      ]
    }
  ],
  "_readme": "https://github.com/benrenard/sequencer/raw/HEAD/README.md",
  "_rundeps": [
    "MASS",
    "signal",
    "tuneR"
  ],
  "_vignettes": [
    {
      "source": "GettingStarted.Rmd",
      "filename": "GettingStarted.html",
      "title": "The sequenceR package",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Basics: sound samples, sequencing and mixing.",
        "Sound sample",
        "Properties",
        "Creating a sound sample from scratch",
        "Transforming a data series into a sound sample",
        "Reading a sound sample from an audio file",
        "Sequencing and mixing",
        "Creating a sequence",
        "Mixing sequences",
        "Application to data sonification: the Wagga Wagga Groove",
        "General principles",
        "Sonification of the Wagga Wagga dataset",
        "Other tools",
        "Instruments",
        "Synthesizers",
        "Effects",
        "Pre-built sonifications"
      ],
      "created": "2021-05-16 19:47:17",
      "modified": "2024-12-23 15:38:09",
      "commits": 7
    }
  ],
  "_score": 4.4065401804339555,
  "_indexed": true,
  "_nocasepkg": "sequencer",
  "_universes": [
    "benrenard"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-26T07:35:11.000Z",
      "distro": "noble",
      "commit": "9f177398a488b44c37302717a4d69607846bded3",
      "fileid": "73367e52c133a93f57bdbe3ea65d53dc80cb0cea21cc8e7a2b9387cddc80504b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/benrenard/actions/runs/26438693847"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-26T07:35:04.000Z",
      "distro": "noble",
      "commit": "9f177398a488b44c37302717a4d69607846bded3",
      "fileid": "0f283551f7cd1841525a40a15caff8a0c0e53cd62ed00b23b26762ecac1d734c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/benrenard/actions/runs/26438693847"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-26T07:35:04.000Z",
      "commit": "9f177398a488b44c37302717a4d69607846bded3",
      "fileid": "f8c8936406fdfc4b47c6a78b30ad098b8f202fd4852d7b87f2354dee154fd450",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/benrenard/actions/runs/26438693847"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-26T07:36:15.000Z",
      "commit": "9f177398a488b44c37302717a4d69607846bded3",
      "fileid": "162cddacbaff3127ea75fb1c8d72e3c6931f2607d76ffce3e024fbbef3f23e8e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/benrenard/actions/runs/26438693847"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-05-26T07:35:15.000Z",
      "commit": "9f177398a488b44c37302717a4d69607846bded3",
      "fileid": "49a4e2b4823035c447246fbffaffd0927c21ba5302c8ae13eeecd569fa899c7a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/benrenard/actions/runs/26438693847"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-26T07:34:43.000Z",
      "commit": "9f177398a488b44c37302717a4d69607846bded3",
      "fileid": "7d82b8456eac3809089efa186ce3d1234159e0d6fe7af9a3faae87915e9947dc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/benrenard/actions/runs/26438693847"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-26T07:34:12.000Z",
      "commit": "9f177398a488b44c37302717a4d69607846bded3",
      "fileid": "3ff30cf0b8b55879c8916f96d6e94a8a41c5dc8d1acd5c3d28f6d92617a403a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/benrenard/actions/runs/26438693847"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-26T07:34:26.000Z",
      "commit": "9f177398a488b44c37302717a4d69607846bded3",
      "fileid": "bd15fcdd7717f691b38d69913701d6eb669c7c50d67836deae17d7c6def1c7fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/benrenard/actions/runs/26438693847"
    }
  ]
}